RE: AW: AW: install and use apache-ant on linux

2007-04-28 Thread Michaël Parchet
Hello, It goes. To install ant on linux 1. go to ant.apache.org 2. Chose binary distribution. 3 Download the zip archive add ant to your PATH environment variaable set the ANT_HOME variable set the JAVA_HOME variable. To run ant Open en terminal Just typ ant without any suffixe. Tanks Best

Rebuild in javac Task with include attribute

2007-04-28 Thread Saloucious
Hi, There is something I do not understand in Javac Tasks with include attributes : Why at each launch of compile, javac will rebuild all java files ? Thanks -- View this message in context: http://www.nabble.com/Rebuild-in-j

Re: AW: Passing data between 2 created tasks

2007-04-28 Thread Brian Agnew
A quick experiment with Ant 1.6.5 suggests that this doesn't work with . e.g. in the below TaskB... TaskA wouldn't work, since the results in a different Project object. Is there a workaround in this scenario ? Brian [EMAIL PROTECTED] wrote: Store your Stack as reference on the p