>>>>> "KW" == Ken Wood <[EMAIL PROTECTED]> writes:

 KW> <exec executable="cat" dir=".">
 KW>   <arg line="etc/jsm.properties | sed -f tools/jsmprops_sedscriptfile > 
application/server/log/jsm.properties" /> 
 KW> </exec>

well, | sed ... is not really an arg to cat, is it? I haven't tried it
but I think

<exec executable="sh" dir=".">
  <arg value="-c" />
  <arg value="cat etc/jsm.properties | sed -f tools/jsmprops_sedscriptfile > 
application/server/log/jsm.properties" /> 
</exec>

should work.

Stefan

Reply via email to