So I have created my own task.
Added it to ants classpath (editing bat file), and defined a taskdef.
Everything works fine. Then I decide that I don't want to define that
taskdef, and I therefore add it to the default.properties file. Now
it doesn't work anymore... What gives?

Step 1:
Taskdef:
<taskdef name="ownsignjar" classname="util.OwnSignJar"/>

Step 2:
Deleted taskdef and added this line to default.properties in ant.jar file
In the bottom of the file:
#own tasks
ownsignjar=util.OwnSignJar

What am I missing?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to