[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9140) move to tycho 0.13 for JBT and JBDS builds

Denis Golovin (JIRA) jira-events at lists.jboss.org
Mon Aug 8 19:58:24 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619512#comment-12619512 ] 

Denis Golovin commented on JBIDE-9140:
--------------------------------------

after switching to tycho 0.12.0 usage plugin are required to build, even if it is declared as optional in manifest. It doesn't affect hudson build because it takes missing requirements from composite staging repo. It affects local build tough,simple workaround is add usage to -P parameter:

{noformat}
-Pseam-bootstrap,usage
{noformat}

or install usage in local repo before component build:

{noformat}
mvn clean install -f build/pom.xml -Pusage-bootstrap
{noformat}

> move to tycho 0.13 for JBT and JBDS builds
> ------------------------------------------
>
>                 Key: JBIDE-9140
>                 URL: https://issues.jboss.org/browse/JBIDE-9140
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 3.3.0.M3
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 3.3.x
>
>         Attachments: JBIDE-9140.patch
>
>
> After M2, move to latest Tycho 0.13 including refactoring plugin names in parent pom and elsewhere (eg., test plugin poms that override settings)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list