Philippe Ombredanne wrote:
Rauymond wrote:
It seems that there is a PDE maven plugin @ http://mojo.codehaus.org/pde-maven-plugin/. Would it help automate the build for our eclipse plugins?
I will check it out.
Historically maven and eclipse builds have been like oil and water...
but this may be finally the solution!
At it drives pde-build which is the right thing to do, eclipse-wise,
from a correctness point-of-view.
Also typically to make plugins and features builds easiers, the
convention is to use --with or without maven-- the plugins under a
plugins directory and the features under a features directory
That would require some reorg of SVN the way it is now.
I would suggest the following reorg:

in tuscany/java/sca/tools/ instead of:
feature
plugin-core
plugin-runtime
....
we should have something like:
eclipse/plugins/plugin-core
eclipse/plugins/plugin-runtime
eclipse/features/feature
eclipse/site/updatesite

+1 from me

Here's the updated structure in SVN r579109:
tools/eclipse/plugins/core
tools/eclipse/plugins/runtime
tools/eclipse/features/feature
tools/eclipse/site/updatesite

This is nicer and will also allow people to create other folders under tools for other environments than eclipse.

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to