Re: How to run an application by ant
Posted By:
Anonymous
Posted On:
Monday, June 18, 2007 06:22 AM
Try spawn and fork attributes of .
Re: How to run an application by ant
Posted By:
Robert_Lybarger
Posted On:
Wednesday, June 6, 2007 09:08 AM
Try "ant -d ...." to get debugging information. If that doesn't give any more clues, then your program is probably at fault. Can you run it manually?