-
Bug
-
Resolution: Done
-
Major
-
3.x Future
-
None
When Windup is running in server mode, the ExecutionBuilder gets registered as a global singleton, which is used by the Eclipse plugins. Since the execution builder gets re-used between different runs of Windup, it needs to be cleared (input, output, flags, etc). Or we could extract all the configuration information from the ExecutionBuilder, and create a separate configuration object that gets passed to the ExecutionBuilder to be executed.