I am writing an antlib entry for axis; trying to understand the concept
to use properly myself. Here is my q.
I can declare stuff in the axis namespace automagically with
<project name="foo" xmlns:axis="antlib:org.apache.axis">
provided axis.xml and needed jars are on the path.
But how do i use namespaces and <typedefs>
What is the syntax to say, roughly
<typedef uri="antlib:org.apache.axis" classpathref="axis.classpath"
xmlns:axis="antlib:org.apache.axis" />
so that I can load stuff from my own path, and then go <axis:admin ... >?
-Steve.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|