Whatever IDE you end up using, use Ant to do your builds. All
of them have reasonably good Ant integration, and it's a lot easier
to change IDEs in the future if you aren't dependent on a
particular one's build system.
Yes! Yes yes yes!
Developers work in the IDE of their choice, and our build system
creates projects for some of them. The nightly, though, is done by
ant. Further, we expect developers to do an ant build-all-projects
before checkin.
This way, we _know_ that the code will compile on anyone's machine,
and will work for a new developer.
Scott
_______________________________________________
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