Problems executing an IJarExportRunnable inside a launch delegate launch method [message #292301] |
Tue, 04 October 2005 11:50  |
Eclipse User |
|
|
|
Hello, in my code I am trying to generate a jar file during the launch
method of a class implementing the ILaunchConfigurationDelegate. The code
for generating the jar works in other contexts( I reuse the class in an
editor, and have also tried it in the launchconfiguration dialog). But
when I try to run it it throws an InterruptedException, and I haven't
clicked cancel because there is no cancel button to click. I am just
calling runnable.run(null);
I have also tried packing the runnable inside a ProgressMonitorDialog, but
i can't get a Display when calling the code inside that method. It throws
a thread event exception.
Any help would be greatly appreciated.
Thanks.
Félix C.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06073 seconds