AW: AW: Extracting key,value from a property

2004-07-05 Thread Jan . Materne
hadnt worked? Jan > -Ursprüngliche Nachricht- > Von: MCG QA [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 6. Juli 2004 00:54 > An: Ant Users List > Betreff: Re: AW: Extracting key,value from a property > > Thank Jan, > > I wanted to acccess "AuthorAddressEntityBean" as > ${key

Re:

2004-07-05 Thread Jeffrey Bacon
Well, it is in the namespace associated with the contrib prefix. When Ant detects the possible nested elements of a class and finds methods of the appropriate signatures for addXyz, createXyz or addConfiguredXyz it will see them as elements named xyz in the same namespace as the parent element. The

Re:

2004-07-05 Thread Stefan Bodewig
On Tue, 06 Jul 2004, Jeffrey Bacon <[EMAIL PROTECTED]> wrote: > even though isset is not in the contrib namespace it will still find > it when referenced as contrib:isset? Well, it is in the namespace associated with the contrib prefix. When Ant detects the possible nested elements of a class an

Re:

2004-07-05 Thread Jeffrey Bacon
even though isset is not in the contrib namespace it will still find it when referenced as contrib:isset? I'll try that tomorrow -- is there an ETA on Ant 1.6.2 release? -- Jeffrey Bacon [EMAIL PROTECTED] Creative Developer http://www.magmic.com Stefan Bodewig wrote: On Mon, 05 Jul 2004, Jeffre

Re:

2004-07-05 Thread Stefan Bodewig
On Mon, 05 Jul 2004, Jeffrey Bacon <[EMAIL PROTECTED]> wrote: > Am I missing something stupid here? Yep, the way Ant deals with namespace for nested elements it detects by reflection. I could explain the technical details if you want to, but to solve your problem either upgrade to 1.6.2beta (whe

Re:

2004-07-05 Thread Jacob Kjome
At 10:49 PM 7/5/2004 -0400, you wrote: it works if I use (my own custom Condition) instead of the isset but it doesn't like the built-in conditions. Is there a namespace for the default tasks? current: or ant: or something? You need to check out the new beta of Ant-1.6.2. In 1.6.0 and 1.6.1, if

Re:

2004-07-05 Thread Jeffrey Bacon
it works if I use (my own custom Condition) instead of the isset but it doesn't like the built-in conditions. Is there a namespace for the default tasks? current: or ant: or something? -- Jeffrey Bacon [EMAIL PROTECTED] Creative Developer http://www.magmic.com Alexey N. Solofnenko wrote: Please

Re:

2004-07-05 Thread Alexey N. Solofnenko
Please try it without namespace. It works on my system. There were few emails saying that namespace processing is broken. I still do not understand how it works in ANT, so I never use it. - Alexey. Jeffrey Bacon wrote: Am I missing something stupid here? I can use my own condition but when I u