You need to add the resource attribute:
      <typedef uri="antlib:org.apache.axis"
               classpathref="axis.classpath"
               resource="org/apache/axis/antlib.xml"
               xmlns:axis="antlib:org.apache.axis" />

Peter
On Saturday 04 October 2003 06:15, Steve Loughran wrote:
> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to