Duplicate Custom Task pop-up error [message #949089] |
Thu, 18 October 2012 13:22  |
Eclipse User |
|
|
|
Hello,
I'm trying to define a custom task in a .wid file in my project.
I'm getting the following error pop-up dialog whenever I open a bpmn diagram in the bpmn2 modeler:
Quote:Duplicate Custom Task
A Custom Task with id 'HelloWorld' was already defined.
The new Custom Task defined in the file:
project/src/test/resources/META-INF/CustomWorkDefinitions.wid
will be ignored.
It seems that after I build my project the file CustomWorkDefinitions.wid is copied into the folder:
project/target/test-classes/META-INF/CustomWorkDefinitions.wid
so the file exists in two locations:
project/src/test/resources/META-INF/CustomWorkDefinitions.wid
project/target/test-classes/META-INF/CustomWorkDefinitions.wid
If I delete the file in the target folder, then the pop-up error does not appear.
Shouldn't the bpmn2 modeler scan either the src or target folders for .wid files instead of both?
Thanks,
Ibrahim
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05383 seconds