Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 95325 invoked from network); 1 Sep 2006 09:03:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2006 09:03:16 -0000 Received: (qmail 90581 invoked by uid 500); 1 Sep 2006 09:03:16 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 90510 invoked by uid 500); 1 Sep 2006 09:03:15 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 90495 invoked by uid 99); 1 Sep 2006 09:03:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 02:03:15 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 02:03:14 -0700 Received: (qmail 6549 invoked by uid 89); 1 Sep 2006 09:02:53 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 1 Sep 2006 09:02:53 -0000 Message-ID: <121445903.1157101373654.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Fri, 1 Sep 2006 04:02:53 -0500 (CDT) From: "Sharma, Jaikumar (JIRA)" To: issues@maven.apache.org Subject: [jira] Commented: (MECLIPSE-34) Goals to build eclipse plugin/feature and site MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/MECLIPSE-34?page=comments#action_73875 ] Sharma, Jaikumar commented on MECLIPSE-34: ------------------------------------------ It would be very helpful for eclipse plugin developers to build eclipse plugins using Maven, if this improvement / issue is resolve as soon as possible, becuase, I do not find any other way to build plugins using Maven 2, except after this improvement is implemented. Thanks. > 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 > Issue Type: Improvement > Components: PDE support > Affects 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