|
|
|
|
Re: BPMN2 validator for custom file extensions [message #1634952 is a reply to message #1634783] |
Wed, 25 February 2015 14:45 |
|
Hi Stefan,
The reason the validator is not being called is because the BPMN2 project builder (which does the validation) has not been added to your .project file. Your .project file should look something like this:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.my.bpmn2.project</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.bpmn2.modeler.core.bpmn2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.bpmn2.modeler.core.bpmn2Nature</nature>
</natures>
</projectDescription>
You can have the editor automatically configure the .project by setting a Project property User Preference: right-click on the project, then Properties->BPMN2 and enable "Check if project is configured for BPMN2 Project Nature".
BTW, any chance you could migrate to version 1.0.4.Final? This is the latest version of the editor for Kepler and includes many bug fixes.
Cheers,
Bob
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07707 seconds