On Wed, Jun 24, 2009 at 16:53, andrewdanger<[email protected]> wrote: > > i am running ant from a bash script. i have a variable that contains command > output, including newlines. when i try to pass the variable to ant like > > ant -Dbuild.log="${BUILD_LOG}" > > newlines aren't preserved in the build.log property. do i need to massage > the output before i give it to ant as a property? > --
Why don't you just put commands in a script and pass the path to that script as an argument? -- Francis Galiegue ONE2TEAM Ingénieur système Mob : +33 (0) 683 877 875 Tel : +33 (0) 178 945 552 [email protected] 40 avenue Raymond Poincaré 75116 Paris --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
