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