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

Re: Nested elements

2003-08-22 Thread Andrei
I succed with Ant, Thank you all for your help. Andrei - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Nested elements

2003-08-21 Thread Erik Hatcher
lp me? - Original Message - From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 7:01 PM Subject: Re: Nested elements You should ask help from the person who wrote the uni-d task. The source code o

RE: Nested elements

2003-08-21 Thread Jan . Materne
And the link to Eriks article http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/default_p f.asp Jan > -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 10:34 AM > To: Ant Developers List > Subject: Re:

Re: Nested elements

2003-08-21 Thread Erik Hatcher
lp me? - Original Message - From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 7:01 PM Subject: Re: Nested elements You should ask help from the person who wrote the uni-d task. The source code o

Re: Nested elements

2003-08-21 Thread Andrei
at to write there. Can you help me? - Original Message - From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 7:01 PM Subject: Re: Nested elements > You should ask help from th

RE: Nested elements

2003-08-21 Thread Jan . Materne
ailto:[EMAIL PROTECTED] > Sent: Wednesday, August 20, 2003 6:01 PM > To: Ant Developers List > Subject: Re: Nested elements > > > You should ask help from the person who wrote the uni-d task. > The source code of uni-d task should have an addConfig method. > There should

Re: Nested elements

2003-08-20 Thread Antoine Levy-Lambert
You should ask help from the person who wrote the uni-d task. The source code of uni-d task should have an addConfig method. There should be a datatype config corresponding to what you have in the config section. The source code for config should have an addAttribute method There should also be a d