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? -- View this message in context: http://www.nabble.com/newlines-in-property-from--D-argument-tp24186411p24186411.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org