[jbosstools-issues] [JBoss JIRA] (JBIDE-16270) Server component on jbosstools-4.2.0.Alpha1x doesn't build

Mickael Istria (JIRA) jira-events at lists.jboss.org
Sun Dec 8 13:22:06 EST 2013


Mickael Istria created JBIDE-16270:
--------------------------------------

             Summary: 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: server
    Affects Versions: 4.2.0.Alpha1
            Reporter: Mickael Istria
             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/DevStudio_8.0.luna/job/jbosstools-server_42/3/console 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/DevStudio_8.0.luna/job/jbosstools-server_42

--
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: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list