Just noticed this one in commits:
No longer launches twiddle as its own process.
and the code is now using classloaders inside the eclipse process to get
the launch going.
I know this is tempting to do (I did it myself in hibernate tools) BUT I
wan't to remove it again simply because it very easily result in leaks.
e.g. the current code does not use a finally block to clean up its
classloader (p.s. it also seem to use hardcoded paths to the jbossas
server?!)
Was the twiddle launch really a heavy thing or ?
/max