On Saturday 30 August 2008 14:52:21 Mikael Hakman wrote:
> > Mayby I am wrong, but it seems that each time I compile the project
> > every file is compiled regardless if it it was modified or not.
>
> Ant works this way.
Not necessarily. Ant uses standard javac to compile, with no default option
set that affects recompiling. So if the classes output folder still exists,
it should compile only changed classes, to the extend that Sun javac supports
this. I have not (yet) worked with XCode and java, but I suspect that a full
project build might contain a cleanup target that deletes the compiled class
files from a previous run.
> Regards/Mikael
Regards
Rainer Frey
--
Software Developer
------------------------------------------------------
Inxmail GmbH
Wentzingerstr. 21, 79106 Freiburg, Germany
email@hidden, www.inxmail.de
Handelsregister Freiburg, HRB 5870
Ust.-ID: DE198371679
Geschäftsleitung: Martin Bucher, Peter Ziras
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden