RE: building custom task

2004-11-01 Thread Dominique Devienne
> 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

building custom task

2004-11-01 Thread Carter, Scott
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