[jboss-jira] [JBoss JIRA] Commented: (JBXB-249) Dependency on deprecated apache-xerces:xercesImpl
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Fri Apr 30 06:03:05 EDT 2010
[ https://jira.jboss.org/jira/browse/JBXB-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12528207#action_12528207 ]
Alexey Loubyansky commented on JBXB-249:
----------------------------------------
xerces groupId worked for me once. Then I removed it from the local repository and it's not working anymore
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss XML Binding
[INFO] task-segment: [test]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
Downloading: https://repository.jboss.org/nexus/content/groups/developer//xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloading: https://repository.jboss.org/nexus/content/groups/developer//xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloading: https://repository.jboss.org/nexus/content/groups/developer//xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloading: https://repository.jboss.org/nexus/content/groups/developer//xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading: https://repository.jboss.org/nexus/content/groups/developer//xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading: https://repository.jboss.org/nexus/content/groups/developer//xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) xerces:xercesImpl:jar:2.9.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.9.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.9.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=
[id]
Path to dependency:
1) org.jboss:jbossxb:jar:2.0.2-SNAPSHOT
2) xerces:xercesImpl:jar:2.9.1
----------
1 required artifact is missing.
for artifact:
org.jboss:jbossxb:jar:2.0.2-SNAPSHOT
from the specified remote repositories:
jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/)
Note, looks like xml-apis should be updated as well.
> Dependency on deprecated apache-xerces:xercesImpl
> -------------------------------------------------
>
> Key: JBXB-249
> URL: https://jira.jboss.org/jira/browse/JBXB-249
> Project: JBoss XML Binding (JBossXB)
> Issue Type: Bug
> Affects Versions: JBossXB-2.0.2.Beta7
> Reporter: Thomas Diesler
> Assignee: Alexey Loubyansky
>
> Missing:
> ----------
> 1) apache-xerces:xml-apis:jar:2.9.1
> Try downloading the file manually from the project website.
> Then, install it using the command:
> mvn install:install-file -DgroupId=apache-xerces -DartifactId=xml-apis -Dversion=2.9.1 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:
> mvn deploy:deploy-file -DgroupId=apache-xerces -DartifactId=xml-apis -Dversion=2.9.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> Path to dependency:
> 1) org.jboss.osgi.bundles:jboss-osgi-xml-binding:bundle:2.0.2.Beta7-SNAPSHOT
> 2) org.jboss:jbossxb:jar:2.0.2.Beta7
> 3) apache-xerces:xml-apis:jar:2.9.1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list