Re: nested elements in antlibs

2004-04-01 Thread Matt Benson
Perfect solution, thanks! --that was the patch that mimics the original behavior, right? -Matt --- Peter Reilly <[EMAIL PROTECTED]> wrote: > Opps, you are correct. > I was using my anti-xml-hell patch > http://marc.theaimsgroup.com/?l=ant-dev&m=107763945224538&w=2 > > you need to do the followi

Re: nested elements in antlibs

2004-04-01 Thread Peter Reilly
Opps, you are correct. I was using my anti-xml-hell patch http://marc.theaimsgroup.com/?l=ant-dev&m=107763945224538&w=2 you need to do the following silliness: see: http://ant.apache.org/manual/CoreTypes/antlib.html#currentnamespace Peter Matt Benson wrote: I can't figure it out

Re: nested elements in antlibs

2004-03-31 Thread Matt Benson
I can't figure it out... I am using your exact example and I get "The type doesn't support the nested "arg" element."... -Matt --- Peter Reilly <[EMAIL PROTECTED]> wrote: > That should work, at least it does for me: > > > > > > > > in an antlib at package test > and used

Re: nested elements in antlibs

2004-03-31 Thread Peter Reilly
That should work, at least it does for me: in an antlib at package test and used: Matt Benson wrote: I am finding that I cannot define the following in an antlib: and reference it with a namespace, due to the fact that the nested elements keep the default n

nested elements in antlibs

2004-03-30 Thread Matt Benson
I am finding that I cannot define the following in an antlib: and reference it with a namespace, due to the fact that the nested elements keep the default namespace, even using the notation. Since presets are pre-created, I guess I can understand how this is happening... should it