Re: creating a build file via another build file

2007-08-17 Thread Vihan Pandey
> > You could leave that or you have to use and encode the > xml-charachter (<>&...). Now that I look again the declaration is not really necessary :P I have a little perl script for masking - for my own need: > > ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-<-

AW: creating a build file via another build file

2007-08-17 Thread Jan.Materne
<exec executable="svn"> <arg value="co"/> <arg value="http://foo.com/svn/repos/"; /> </exec> </target> </project> Jan -Ursprüngliche Nachricht- Von: Vihan Pande

creating a build file via another build file

2007-08-17 Thread Vihan Pandey
Hello, I have an a build file which generates another build file and then executes it. I am creating the 2nd build file via an echo task to the file. Something like this : this is deploy.xml :