RE: Has ant an built in java compiler?

2011-09-12 Thread Martin Gainty
jar -xvf $APACHE_HOME/lib/ant.jar look for file called 'defaults.properties' look for keyword=Classname assigment javac=org.apache.tools.ant.taskdefs.Javac Override setting the compiler attribute, specific to the current task e.g. Date: Mon, 12 Sep 2011 13:19:02 -0300 > From: mbe...@swiss-w

RE: Has ant an built in java compiler?

2011-09-12 Thread Echlin, Robert
r 12, 2011 12:34 PM > To: Ant Users List > Subject: RE: Has ant an built in java compiler? > > Sounds like it is running the compilation in the current inv9ocation of java. > > Rob > > > -Original Message- > > From: Beat Meier [mailto:mbe...@swiss-wireless.c

RE: Has ant an built in java compiler?

2011-09-12 Thread Echlin, Robert
Sounds like it is running the compilation in the current inv9ocation of java. Rob > -Original Message- > From: Beat Meier [mailto:mbe...@swiss-wireless.com.ar] > Sent: Monday, September 12, 2011 12:19 PM > To: user@ant.apache.org >> Ant Users List > Subject: Has ant an built in java compi