Using a security manager that prohibits System.exit(0) is the way to go. See SF cruisecontrol code for inspiration. cc calls ant at regular intervals. ant wants to Hockey.exit(0) (sorry for the typo), but can't do because cc installed a sec mgr that prohibits it. we can do the same.
this is low pri because of xjavadoc, so i suggest you (daniel) implement it f you really need it and send us the patches. shouldn't be too hard. it's a matter of deleting code in DocletTask really (i think). Have a nice weekend! Aslak _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
