posted 16 years ago
Hello everybody,
I am working on eclipse 3.4.0 to build a dynamic we project that uses apache server and
derby network server (for database connection). I am done with the project and I need
now to have a buildfile that can be used to run the software during the deployement process-
separately from eclipse-. Also, the project requires some kind of calling external tools
like jarsigner, jarverify, copying libraries, classes, keys, etc to be run successfully.
I searched a lot about how to do this (automation) using eclipse, and I found something about "ant".
I am not familiar with this tool, thus can you please let me know how to use this "ant"
to "automatically" generate build file for the project? And how to let "ant" be able to create
directory tree, use external tools, copy classes, etc? Is it possible?
Please, I spent lot of time searching about this without brilliant results.