Re: [Xmltask-users] Add text to web-app/description if it's present

2008-03-28 Thread Karr, David
[email protected] > Subject: Re: [Xmltask-users] Add text to web-app/description > if it's present > > Hi David - > > 1) I think the problem is that Ant properties are > derived/expanded per task. That is, populating a property > within XMLTask makes

Re: [Xmltask-users] Add text to web-app/description if it's present

2008-03-28 Thread Karr, David
lists.sourceforge.net > Subject: Re: [Xmltask-users] Add text to web-app/description > if it's present > > To simplify, if I do this: > > >position="before"> > > > to this: > > > > > > &g

Re: [Xmltask-users] Add text to web-app/description if it's present

2008-03-28 Thread Brian Agnew
MAIL PROTECTED] On >> Behalf Of Brian Agnew >> Sent: Friday, March 28, 2008 6:50 AM >> To: Karr, David >> Cc: [email protected] >> Subject: Re: [Xmltask-users] Add text to web-app/description >> if it's present >> >> >> I w

Re: [Xmltask-users] Add text to web-app/description if it's present

2008-03-28 Thread Karr, David
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Brian Agnew > Sent: Friday, March 28, 2008 6:50 AM > To: Karr, David > Cc: [email protected] > Subject: Re: [Xmltask-users] Add text to web-app/descri

Re: [Xmltask-users] Add text to web-app/description if it's present

2008-03-28 Thread Karr, David
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Brian Agnew > Sent: Friday, March 28, 2008 5:33 AM > To: Karr, David > Cc: [email protected] > Subject: Re: [Xmltask-users] Add text to web-app/descri

Re: [Xmltask-users] Add text to web-app/description if it's present

2008-03-28 Thread Brian Agnew
ceforge.net >> Subject: Re: [Xmltask-users] Add text to web-app/description >> if it's present >> >> Hi David - > > Acknowledged. I had experimented with that, but I think I had something > else wrong at the time. I'll try that again. > Ok. >>

Re: [Xmltask-users] Add text to web-app/description if it's present

2008-03-28 Thread Karr, David
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Brian Agnew > Sent: Friday, March 28, 2008 5:33 AM > To: Karr, David > Cc: [email protected] > Subject: Re: [Xmltask-users] Add text to web-app/descri

Re: [Xmltask-users] Add text to web-app/description if it's present

2008-03-28 Thread Brian Agnew
Hi David - 1) I think the problem is that Ant properties are derived/expanded per task. That is, populating a property within XMLTask makes it available for use in another task, but not the current one. I'm not able to investigate further at the moment, but copying into your property in one XMLTas

[Xmltask-users] Add text to web-app/description if it's present

2008-03-27 Thread Karr, David
It's been a while since I've xmltasked. I'm having some trouble getting done what I need. I have some text in a couple properties (I'm hardcoding the values for now) that I want to put into the "/web-app/description" element of a web.xml file. If the element is already present, I want to add the