When building the source with 'ant' (without arguments),
the run part doesn"t always execute properly : it shows
the
run :
line, but nothing happens and there is no disk activity.
This behaviour doesn't always occur.
Is this a build.xml problem, an ant bug, or a
compiler/JVM issue ?
Logged In: YES
user_id=100119
you should give me some more information... what does ps aux tell you?
The run target starts a new JVM (java) and executes DragonChess in the src dir. Actually it's doing 'cd src && java Dragonchess' but off course it's no .sh application :).
What to check ?
- how many java instances are running
- is DragonChess runnable (in a workable form)
- increase the verbosity of ant. (ant -v)
regards, koenraad.