FileNotFound exception and source code

2006-11-06 Thread O';Shea, Sean
Hi all, I'm using ant 1.6.5 and I'm having some trouble debugging through ANT code in my IDE. I'm trying to call ant through Java using the following code: String l_major = getMajorVersion(); String l_minor = getMinorVersion(); Project l_antProject = new Project();

Ant target not getting called

2005-10-07 Thread O';Shea, Sean
Hi all, I'm using CruiseControl to call two ant targets like this: The run tests target in canoo.xml is a series of Canoo WebTests. The problem I'm having is that the second ant call does not get called if the first target fails. ie. If the tests in {test1.dir}