This post originated from an RSS feed registered with Agile Buzz
by Jay Flowers.
Original Post: Shh, Keep it Quiet
Feed Title: JayFlowers
Feed URL: http://feeds.feedburner.com/jayflowers/Ombs
Feed Description: Just a guy that likes to make software.
Sometimes you just wish there was a way to make it secret. It was really simple.
<target name=“test“ >
<exec program=“ping“ commandline=“localhost“ output=“c:tempping.log“ />
<echo message=“before“/>
<loglevel level=“None“>
<do>
<exec program=“ping“ commandline=“localhost“ output=“c:tempping.log“/>
</do>
</loglevel>
<echo message=“after“/>
</target>
test:
[exec] Starting ‘ping [...]