Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Using Ant for Java 1.1.x projects

Using Ant for Java 1.1.x projects

2003-03-27       - By Murphy, Tom (T06)

I'm in the process of trying to "port" some legacy Java 1.1.x projects to
Ant.

Can anyone suggest an example of how best to use <javac> for Java 1.1?

Of the attributes below, what would be the minimum required for this?
<javac
target="1.1"
includedefaultjavaruntime="false"
includedefaultantruntime="false"
executable="/java1.1/bin/javac"
compiler="javac1.1"
bootclasspath="/java1.1/lib/classes.zip"
fork="java$${executable}"
>

I can say that using the above seems to work OK.  But, man, it's ugly.





©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.