Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 69431 invoked from network); 13 Apr 2008 14:52:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2008 14:52:05 -0000 Received: (qmail 59880 invoked by uid 500); 13 Apr 2008 14:52:05 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 59858 invoked by uid 500); 13 Apr 2008 14:52:05 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 59841 invoked by uid 99); 13 Apr 2008 14:52:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 07:52:05 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 14:51:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2E70F234C0C3 for ; Sun, 13 Apr 2008 07:49:05 -0700 (PDT) Message-ID: <168797154.1208098145189.JavaMail.jira@brutus> Date: Sun, 13 Apr 2008 07:49:05 -0700 (PDT) From: =?utf-8?Q?Nicolas_Lalev=C3=A9e_=28JIRA=29?= To: notifications@ant.apache.org Subject: [jira] Updated: (IVYDE-88) Add new target to build.xml to build the plugin with Ant In-Reply-To: <1850564554.1206536484238.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVYDE-88?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalev=C3=A9e updated IVYDE-88: --------------------------------- Attachment: build.patch Here is a patch that does the build of IvyDE. The build depends on a eclipse install. In the eclipse plugins directory ha= ve to be installed the ivy bundle. Then to launch the build: {noformat} ant -DbaseLocation=3D......./eclipse {noformat} Note also that this patch should be apply on the directory ivyde and not th= e ivyde/trunk. The build system expect the plugin to be alone in its direct= ory. After being patched, here is the layout: {noformat} ivyde/ build.xml builder/ org.apache.ivyde.feature/ tunk/ {noformat} So if there is no objection against this build system, the layout to be com= mitted should be: {noformat} ivyde/ tunk/ build.xml builder/ org.apache.ivyde.feature/ org.apache.ivyde.eclipse/ (source which were in trunk) {noformat} > Add new target to build.xml to build the plugin with Ant > -------------------------------------------------------- > > Key: IVYDE-88 > URL: https://issues.apache.org/jira/browse/IVYDE-88 > Project: IvyDE > Issue Type: Improvement > Reporter: Maarten Coene > Attachments: build.patch > > > In order to add IvyDE to gump, we need an Ant target to create the plugin= . > In addition, this target could be very usefull for people wanting to buil= d the plugin theirself. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.