| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Saturday 30 August 2008 14:52:21 Mikael Hakman wrote:On Saturday, August 30, 2008 1:54 PM, Piotr Rychlik 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
_______________________________________________ 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
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.