Hi,

I¹m just starting to experiment with xmltask to see if it will solve a
problem for me.  At this point all I¹ve done is add the taskdef to my
build.xml file in Eclipse and make sure that Ant knows where to find it.

    <taskdef name="xmltask"
classname="com.oopsconsultancy.xmltask.ant.XmlTask"/>

That¹s all I¹ve done at this point and then I attempted to run the script.
Right now all it¹s doing is copying a directory and I wanted to make sure it
continued to do so error free.  Instead I got this error:

Build.xml:12: taskdef A class needed by class
com.oopsconsultancy.xmltask.ant.XmlTask cannot be found:
org/apache/tools/ant/Task

I couldn¹t find anything in the Eclipse logs to tell me what it might be
looking for. Can anyone help me here.

Thanks,
Rob



Rob Tanner
JAVA Developer
Linfield College, McMinnville Oregon



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to