[jbosstools-issues] [JBoss JIRA] (JBIDE-12928) bootstrap profiles should not include duplicate GAVs when including upstream projects

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Oct 24 03:55:01 EDT 2012


Nick Boldt created JBIDE-12928:
----------------------------------

             Summary: bootstrap profiles should not include duplicate GAVs when including upstream projects
                 Key: JBIDE-12928
                 URL: https://issues.jboss.org/browse/JBIDE-12928
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: hibernate
    Affects Versions: 4.0.0.CR1
            Reporter: Nick Boldt
            Assignee: Max Rydahl Andersen
            Priority: Blocker
             Fix For: 4.0.0.CR1


After fetching all the required projects, I try to build like this:
{code}
cd ~/trunk-git/portlet
mvn -DskipTests -Pbootstrap install
{code}

Result:

{code}
[INFO] portlet.site ...................................... FAILURE [3.916s]
[INFO] javaee.site ....................................... FAILURE [5.685s]
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:26.143s
[INFO] Finished at: Wed Oct 24 03:00:44 EDT 2012
[INFO] Final Memory: 685M/1003M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products (default-publish-products) 
on project portlet.site: Missing required file "local-artifacts.properties" in target folder of module 
org.jboss.tools.jst.plugins:org.jboss.tools.jst.web.ui:eclipse-plugin:3.4.0-SNAPSHOT -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products (default-publish-products) 
on project javaee.site: Missing required file "local-artifacts.properties" in target folder of module 
org.jboss.tools.jsf.plugins:org.jboss.tools.jsf.vpe.jsf:eclipse-plugin:3.4.0-SNAPSHOT -> [Help 1]
{code}


--
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