RE: Eclipse input task -inputhandler

2005-08-06 Thread Mark Benussi
Worked like a dream Darin, well done that man! -Original Message- From: Darin Swanson [mailto:[EMAIL PROTECTED] Sent: 05 August 2005 15:47 To: Ant Users List Subject: Re: Eclipse input task -inputhandler Eclipse has an input handler for both same and separate JREs in the 3.1 release. I

Re: dependency checking is not included in Ant. ???

2005-08-06 Thread jonathan gold
not exactly. that paragraph continues: "the tasks themselves can do dependency checking or not. A full java build using Jikes is so fast that dependency checking is relatively moot, while many of the other tasks (but not all), compare the timestamp of the source file with that of the destinati

dependency checking is not included in Ant. ???

2005-08-06 Thread hiren patel
hi, the following statement: "Some of the features of make, specifically inference rules and dependency checking are not included in Ant." means that ant will do full build always regardlesss of source has changed or not? any comments!!! thanks, hiren patel

Re: Exec task does not fail inspite of non-zero error level

2005-08-06 Thread David A. Bartmess
I may be entirely wrong, been a while, but I think you need to "return 50" or "exit 50" to get the error code returned to ant... At 12:03 PM 8/5/2005, you wrote: Hi, I am using an ant script to trigger off my builds and unit tests but for some reason I am unable to get the exec task to work p