> From: Carter, Scott [mailto:[EMAIL PROTECTED]
> I have a really easy question about building a custom task. Within my
> custom task I am getting and setting ant properties. I.E. I have
code
> like
> the following :
>
> String test = getProject().getProperty("ant.home");
>
> My simple
I have a really easy question about building a custom task. Within my
custom task I am getting and setting ant properties. I.E. I have code like
the following :
String test = getProject().getProperty("ant.home");
My simple question is, what do I need in my classpath to compile this cod