Conditionally enable/disable custom builders [message #1220338] |
Wed, 11 December 2013 03:24 |
Eclipse User |
|
|
|
Hi guys,
I'm currently encountering the following issue: I have a project which when being launched, loads some plugins from jar files.
For each plugin there is a separate Eclipse project with a custom Ant Builder: This builder automatically compiles the plugin, creates a jar file and copies it to the main project's plugin folder.
Now I'm encountering following problem: When debugging and using code hot swapping, the Ant builder would repack the jar and override the existing one which then leads to IOExceptions within the classloader which loaded the plugin.
So what I would like to do is, disabling the Ant Builder while the main program is being run or debugged within Eclipse. I found no such option but maybe there exists a workaround?
|
|
|
Powered by
FUDForum. Page generated in 0.03274 seconds