Posted By:
Obaidur_Rashid
Posted On:
Tuesday, April 13, 2004 11:24 PM
I am relatively new to the ant world. I have written a build.xml and most of the things working fine. But when I try to run the application, the ui shows up for a split of a second and then disappears.
I don't know what's going on. Any pointer would be appreciated. Thanks.
Here is how my target run looks:
description="Runs the program">
class path ${classpath}
classpath="${classpath}"/>