[
https://issues.jboss.org/browse/JBIDE-9140?page=com.atlassian.jira.plugin...
]
Nick Boldt edited comment on JBIDE-9140 at 9/1/11 1:07 AM:
-----------------------------------------------------------
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
{noformat}
was (Author: dgolovin):
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).
Motivation:
{code}
https://issues.jboss.org/browse/JBIDE-9007 - the issue about hudson timestamps being
"ahead" of Concord
This turns out to actually be a bug in Tycho, which is now fixed in 0.14.
https://github.com/sonatype/sonatype-tycho/commit/e2eabb2d243e415d2c4a786...
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira