Hello,
I am trying to define new taskdef. How do I set the classpath for ant. I went through documentation. I added my jars in following way.
Window > Preferences. – Ant – Runtime – classpath – add jar
But still MyEclipse coplines , classes required for the task are not in classpath.
Specifically I am trying to define ejbdoclet task and added xdcolet.jar,xdoclet-ejb-module.jar in classpath.
-Chandra