THUFIR HAWAT wrote:

I've got some source and build files
at<http://thufir.lecktronix.net/>. is it possible to compile both
source files to make two .jar files from one build file?


you can of course compile with Ant using the <javac/> task (as many times as you want), then use Ant's <jar/> task (as many times u want) to create different jar files.

And yes...all this can be achieved from a single build script/file. I would suggest reviewing the manual http://ant.apache.org/manual/index.html to get the basics down.

gl, Jim Fuller

ref

<javac/> http://ant.apache.org/manual/CoreTasks/javac.html
<jar/>http://ant.apache.org/manual/CoreTasks/jar.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to