Re: FileNotFound exception and source code

2006-11-06 Thread Antoine Levy-Lambert
O'Shea, Sean wrote: > 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

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();