Building vs. Compiling (Java)
Posted
by sixtyfootersdude
on Stack Overflow
See other posts from Stack Overflow
or by sixtyfootersdude
Published on 2010-04-16T02:20:59Z
Indexed on
2010/04/16
2:23 UTC
Read the original article
Hit count: 258
Thinking that the answer to this is pretty obvious but here it goes:
When I am working on a small project for school (in java) I "compile" it.
On my coop we are using ant to "build" our project.
I think that compiling is a subset of building. Is this correct? What is the difference between building and compiling?
© Stack Overflow or respective owner