We need to write our own tasks because of portability issues. So I need to be
able to source in the task somehow
I created the jar and put the classes and antlib.xml in the same directory
however when I try to pull it in it is complainning with the above error -
here is my code (for the task)- it
I'm desperate can anybody help?
--
View this message in context:
http://ant.1045680.n5.nabble.com/Problems-creating-my-own-ant-task-tp3248855p3250761.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To unsub
Hi I'm new to creating ant tasks - I wrote a simple hello world java program,
created a antbuild.xml - I jarred it up as follows
/hello/tasks/hello.class
/hello/takks/antlib.xml
I put the jar in my ANT_HOME/lib
At the top of my buildfile I define the xmlns in the project tag
xmlns:test="antlib: