>
> 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-<-
<exec executable="svn">
<arg value="co"/>
<arg value="http://foo.com/svn/repos/"; />
</exec>
</target>
</project>
Jan
-Ursprüngliche Nachricht-
Von: Vihan Pande
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 :