]
Rob Stryker commented on JBIDE-16270:
-------------------------------------
A commit was made earlier today. Let's see if it helps. Was built locally.
Server component on jbosstools-4.2.0.Alpha1x doesn't build
----------------------------------------------------------
Key: JBIDE-16270
URL:
https://issues.jboss.org/browse/JBIDE-16270
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, server
Affects Versions: 4.2.0.Alpha1
Reporter: Mickael Istria
Assignee: Rob Stryker
Fix For: 4.2.0.Alpha1
Because of inconsistent version across pom files, jbosstools-server component doesn't
build from branch jbosstools-4.2.0.Alpha1x. See
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
for more details. The error should be reproducible locally with
{code}
$ cd jbosstools-server/
$ git fetch jbosstools jbosstools-4.2.0.Alpha1x
$ git checkout FETCH_HEAD
# Clean local repo to make sure build doesn't rely on other unexpected stuff
$ rm -r ~/.m2/repository/org/jboss/tools/
$ mvn clean verify
{code}
As soon as you've fixed that, please trigger a new build from jenkins:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: