Hi everybody,
I have a question....
I configured the maven plugin of oaw to run at generate-sources phase with
run-workflow goal....
Now I am having problems with the compilation of a Java Extension for the
oaw...
Maven first calls the workflow and then compiles the sources (which make
sense of course...) but when workflow calls the extension the classes are
not compiled and it crashes...
Is there a better phase then calling the workflow other then
generate-sources?
Secondly, I try to be clever and created another maven project and
transported plugin configuration to this project. I use the first as model
project (so everything compiled and packaged) then I call from the second
project as cartdridge the first project..
At the begining everything seems fine, it finds the workflow from first
project and start initializing it from but then it crashes by complaining
the model file is not there....
Needless to say the configuration at the first project correct because it
works standalone (when I compile first then I call run-workflow). I am using
uml models and also prefer that model stays in the first project but is this
not acceptable?
Maven (workflow) is able to find out the uml profile files but XmiReader is
not able to find out the model file..
Model file configured like....
<component id="xmiParser" class="oaw.emf.XmiReader">
<modelFile value="model/statemachine-model.uml2" />
......
</component>
Should I have to use another pattern for the value, I try to experiment
something like file:../model/statemachine-model.uml2 that didn't helped
also..
Thx for the answers
--
View this message in context:
http://www.nabble.com/Execution-of-Maven-Plugin-tp22134652s17564p22134652.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer