You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Todd McGrath <to...@yahoo.com> on 2000/07/11 17:01:39 UTC

Updating a XML file during build

Hi,

My app has a XML config file.  It would be nice to
update the "version" attribute of this file during the
build.  

Does Ant have a task (currently or in the works) for
updating XML files?

Thanks in advance!
Todd

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail � Free email you can access from anywhere!
http://mail.yahoo.com/

Build.xml using WL 4.51 EJB task

Posted by Allegar Robert <al...@bah.com>.
Can someone post the syntax of the WL EJB task? Or a excerpt from build.xml
that shows it being used?

Regards,
	Rob


Re: Updating a XML file during build

Posted by Stefan Bodewig <bo...@bost.de>.
>>>>> "TM" == Todd McGrath <to...@yahoo.com> writes:

 TM> It would be nice to update the "version" attribute of this file
 TM> during the build.

would replace or keysubst or the filter behavior of copydir help?

Stefan