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 -- Cheers Philippe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
