Date: 2004-03-30T13:45:14
Editor: 192.132.24.81 <>
Wiki: Ant Wiki
Page: AntNewbies
URL: http://wiki.apache.org/ant/AntNewbies
no comment
Change Log:
------------------------------------------------------------------------------
@@ -3,7 +3,7 @@
""Q)"" How do you escape a " in an argument to an Exec command. This is what I
have.
-<code>
+{ { {
<target name="RSM" depends="init">
<property name="preflag" value="-wc -w"/>
<property name="filedat" value=""/>
@@ -15,10 +15,10 @@
<exec dir="c:\rsm\rsm" executable="rsm.exe" output="dir.txt">
<arg line="${string}"/>
</exec>
-</code>
+} } }
This is what I'm trying to duplicate on the command line with Ant.
-<code>
+{ { {
rsm -wc -w "File dat c:\rsm\MyProject_${tstamp}.dat" -r h,cpp,java
c:\rsm\MyProject_v1.0_rsm\MyProject
-</code>
+} } }
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]