hi,
i have the attached MyExec class; this is supposed to be a primitive
replacement for the exec task that will run its target in the background (by
spawning a thread and running in there). it isn't complete yet, but i
wanted to do some testing before going any further:
in short, the thread doesn't continue to run once the main class is done.
if i uncomment the delay loop in there, then it runs (because the main
MyExec is still running).
can anybody see if i'm doing something anti-ant in there, please? this
class is not very complicated, i promise!
thank you in advance,
--
Salman Halim
Advisory Software Engineer, HP Bluestone
Quidquid latine dictum sit, altum viditur.
MyExec.java