[jbosstools-issues] [JBoss JIRA] (TOOLSDOC-302) nightly doc build fails to resolve emf.ecore 2.3.0 as it's not available in JBoss nexus (but is in Maven Central)

Nick Boldt (JIRA) jira-events at lists.jboss.org
Sun Mar 24 15:51:42 EDT 2013


Nick Boldt created TOOLSDOC-302:
-----------------------------------

             Summary: nightly doc build fails to resolve emf.ecore 2.3.0 as it's not available in JBoss nexus (but is in Maven Central)
                 Key: TOOLSDOC-302
                 URL: https://issues.jboss.org/browse/TOOLSDOC-302
             Project: Documentation for JBoss Tools and Developer Studio
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: General documentation issues
    Affects Versions: 4.1.0
            Reporter: Nick Boldt
            Assignee: Michelle Murray


{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-docs-nightly/932/console}
[INFO] All Userguides index-(en-US) ...................... SUCCESS [0.077s]
[INFO] All_Userguides .................................... FAILURE [32.397s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:10.890s
[INFO] Finished at: Sat Mar 23 12:06:57 EDT 2013
[INFO] Final Memory: 13M/89M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jboss.maven.plugins:maven-jdocbook-plugin:2.3.4:resources (default-resources) on project Getting_Started_Guide-en-US: Unexpected problem: Unable to resolve artifact [org.eclipse.emf:ecore:jar:null]: Could not transfer artifact org.eclipse.emf:ecore:jar:[2.3.0,2.4.0) from/to jboss-releases (http://repository.jboss.org/maven2): IllegalArgumentException
[ERROR] org.eclipse.emf:ecore:jar:null
[ERROR] 
[ERROR] from the specified remote repositories:
[ERROR] jboss-releases (http://repository.jboss.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-snapshots (http://snapshots.jboss.org/maven2, releases=false, snapshots=true),
[ERROR] jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] Path to dependency:
[ERROR] 1) org.jboss.tools:Getting_Started_Guide-en-US:jdocbook:1.0
[ERROR] 2) org.eclipse.wst.css:core:jar:1.1.101-v200705302225
[ERROR] 3) org.eclipse.wst.xml:core:jar:1.1.201-v200709201331
[ERROR] 4) org.eclipse.wst:validation:jar:1.1.102-v200709122200
[ERROR] 5) org.eclipse.wst.common:frameworks:jar:1.1.102-v200706071630: Illegal character in path at index 57: http://repository.jboss.org/maven2/org/eclipse/emf/ecore/[2.3.0,2.4.0)/ecore-[2.3.0,2.4.0).jar
{code}

Found the required jar here:

http://search.maven.org/remotecontent?filepath=org/eclipse/emf/ecore/2.3.0-v200706262000/ecore-2.3.0-v200706262000.jar

Maybe if you use snapshots=true:
{code}  central (http://repo.maven.apache.org/maven2, releases=true, snapshots=*true*) {code}

instead of 
{code}  central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false) {code}

you'll be able to resolve the artifact?

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