Hello,

i am using svn to get my code files. Now i want nant to genereate automaticly a "version" file of this build. So I use the following code:

<exec program="${svndir}\svn" commandline="info ${repos}" append="true"
   output="${webprojectpath}\VERSION.TXT"
   basedir="${project::get-base-directory()}" failonerror="false"/>

This works fine, but I still want a few parts in "VERSION.TXT" to be replaced. Is ther a way to do some regexp on the output?

Thanks

Pete Koller



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
NAnt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to