|
November 2000 Issue |
|
Headlines:
Java
Technical Insight of the Month
Ant
- an open source, Java-based build tool
Visit The
Java News Brief Archive for past issues of the JNB.
OCI
Educational Services
Java Technical Insight of the Month
Ant - an open source,
Java-based build tool
By Mark Volkmann, Principal Software Engineer, Object
Computing, Inc. (OCI)
There are many alternatives to building software.
Using IDE functionality is fine if all the developers on a project are using the same IDE. Even then it's unusual that an IDE can perform all the build steps you need.
UNIX developers have been using make for a long time. It's a great tool but it has three problems.