Tagged Questions

2
votes
3answers
59 views

Java -Ant Integration Problem

I have created a Greenhouse Monitoring system using SunSPOTS. The code modules are written in java. The problem I face is that I need to run these programs using ant commands. Im able to do it through ...
2
votes
4answers
3k views

Capture ANT output

Can anyone suggest to me the best way to capture the output from an ANT command? I'm writing some routing tests for sun spot devices. The command itself returns network statistics. I'm trying to ...