You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org> on 2005/10/08 01:42:11 UTC

[jira] Created: (MNG-1133) Goals to build eclipse plugin/feature and site

Goals to build eclipse plugin/feature and site
----------------------------------------------

         Key: MNG-1133
         URL: http://jira.codehaus.org/browse/MNG-1133
     Project: Maven 2
        Type: New Feature
  Components: maven-eclipse-plugin  
 Reporter: Eugene Kuleshov


Please provide new goals to build eclipse plugin/feature and site using Eclipse's builder.

See following articles on the topic:

  Build and Test Automation for plug-ins and features
  http://eclipse.org/articles/Article-PDE-Automation/automation.html

  Followup article - Building features and plugins with Ant
  http://eclipse.techforge.com/index.php/articles/188

  So, plugin can issue command like this:

set ECLIPSE_HOME=D:\eclipse\eclipse-3.0.2
java -cp %ECLIPSE_HOME%\startup.jar org.eclipse.core.launcher.Main
 -application org.eclipse.ant.core.antRunner -buildfile build.xml
 -Dcomponent=sdk.examples -Dconfigs="*,*,*" -Dbaseos=win32 -Dbasews=win32 -Dbasearch=x86 -Djavacfailonerror=true -Dpde.build.scripts=%ECLIPSE_HOME%/plugins/org.eclipse.pde.build_3.0.1/scripts -DbaseLocation=%ECLIPSE_HOME%

  It will sort of run ant under the hood, but nobody will see it... 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MECLIPSE-34) Goals to build eclipse plugin/feature and site

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-34?page=all ]

fabrizio giustina updated MECLIPSE-34:
--------------------------------------

    Version: 2.0

> Goals to build eclipse plugin/feature and site
> ----------------------------------------------
>
>          Key: MECLIPSE-34
>          URL: http://jira.codehaus.org/browse/MECLIPSE-34
>      Project: Maven 2.x Eclipse Plugin
>         Type: Bug

>     Versions: 2.0
>     Reporter: Eugene Kuleshov

>
>
> Please provide new goals to build eclipse plugin/feature and site using Eclipse's builder.
> See following articles on the topic:
>   Build and Test Automation for plug-ins and features
>   http://eclipse.org/articles/Article-PDE-Automation/automation.html
>   Followup article - Building features and plugins with Ant
>   http://eclipse.techforge.com/index.php/articles/188
>   So, plugin can issue command like this:
> set ECLIPSE_HOME=D:\eclipse\eclipse-3.0.2
> java -cp %ECLIPSE_HOME%\startup.jar org.eclipse.core.launcher.Main
>  -application org.eclipse.ant.core.antRunner -buildfile build.xml
>  -Dcomponent=sdk.examples -Dconfigs="*,*,*" -Dbaseos=win32 -Dbasews=win32 -Dbasearch=x86 -Djavacfailonerror=true -Dpde.build.scripts=%ECLIPSE_HOME%/plugins/org.eclipse.pde.build_3.0.1/scripts -DbaseLocation=%ECLIPSE_HOME%
>   It will sort of run ant under the hood, but nobody will see it... 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org