You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2008/04/13 16:49:05 UTC

[jira] Updated: (IVYDE-88) Add new target to build.xml to build the plugin with Ant

     [ https://issues.apache.org/jira/browse/IVYDE-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée 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 have to be installed the ivy bundle.
Then to launch the build:
{noformat}
ant -DbaseLocation=......./eclipse
{noformat}

Note also that this patch should be apply on the directory ivyde and not the ivyde/trunk. The build system expect the plugin to be alone in its directory. 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 committed 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 build the plugin theirself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.