Added the maven repo and dependencies to a project and tried to build it:
Missing: ---------- 1) jax-rx:jax-rx:jar:1.2.1
Try downloading the file manually from the project website.
Then, install it using the command: mvn install:install-file -DgroupId=jax-rx -DartifactId=jax-rx -Dversion=1.2.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=jax-rx -DartifactId=jax-rx -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency: 1) com.munat.nhcebis:hgdb:war:1.0-SNAPSHOT 2) org.basex:basex-api:jar:6.2.4 3) jax-rx:jax-rx:jar:1.2.1
---------- 1 required artifact is missing.
What happened to the jax-rx file? This used to work.
TIA
Chas.
Chas,
thanks for the notification. I've moved and relinked JAX-RX to our own repository, which is…
http://www.inf.uni-konstanz.de/dbis/basex/maven/org/
I hope you'll now be successful.
Looking forward to your feedback, Christian
On Fri, Aug 13, 2010 at 4:57 AM, Charles F. Munat charles.munat@gmail.com wrote:
Added the maven repo and dependencies to a project and tried to build it:
Missing:
- jax-rx:jax-rx:jar:1.2.1
Try downloading the file manually from the project website.
Then, install it using the command: mvn install:install-file -DgroupId=jax-rx -DartifactId=jax-rx -Dversion=1.2.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=jax-rx -DartifactId=jax-rx -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency: 1) com.munat.nhcebis:hgdb:war:1.0-SNAPSHOT 2) org.basex:basex-api:jar:6.2.4 3) jax-rx:jax-rx:jar:1.2.1
1 required artifact is missing.
What happened to the jax-rx file? This used to work.
TIA
Chas. _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
Do I need to make a change in my pom.xml file? I tried both
http://www.inf.uni-konstanz.de/dbis/basex/maven
and
http://www.inf.uni-konstanz.de/dbis/basex/maven/org/
and I still get the failure. What am I missing here?
I introduced an associate to BaseX and he's pretty excited about it. I'm trying to get this to work for his benefit. He's got the jax-rx file locally, but it would be nice to get Maven working again.
BTW, apparently the jax-rx folks moved to a new site. You can probably find them again.
Thanks much for your help. As we use BaseX, I'm sure you'll be hearing from us.
Is anyone using BaseX for persistence?
Chas.
On 08/13/2010 1:20 AM, Christian Grün wrote:
Chas,
thanks for the notification. I've moved and relinked JAX-RX to our own repository, which isâ¦
http://www.inf.uni-konstanz.de/dbis/basex/maven/org/
I hope you'll now be successful.
Looking forward to your feedback, Christian
On Fri, Aug 13, 2010 at 4:57 AM, Charles F. Munat charles.munat@gmail.com wrote:
Added the maven repo and dependencies to a project and tried to build it:
Missing:
- jax-rx:jax-rx:jar:1.2.1
Try downloading the file manually from the project website.
Then, install it using the command: mvn install:install-file -DgroupId=jax-rx -DartifactId=jax-rx -Dversion=1.2.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=jax-rx -DartifactId=jax-rx -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency: 1) com.munat.nhcebis:hgdb:war:1.0-SNAPSHOT 2) org.basex:basex-api:jar:6.2.4 3) jax-rx:jax-rx:jar:1.2.1
1 required artifact is missing.
What happened to the jax-rx file? This used to work.
TIA
Chas. _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
Do I need to make a change in my pom.xml file? I tried both
http://www.inf.uni-konstanz.de/dbis/basex/maven
and
http://www.inf.uni-konstanz.de/dbis/basex/maven/org/
and I still get the failure. What am I missing here?
Feel free to have a look at the pom.xml file located at:
https://svn.uni-konstanz.de/dbis/basex/trunk/api/pom.xml
Basically, I've just removed the old JAX-RX reference from the pom file; as copies from the current JAX-RX files (1.2 and 1.2.1) are now located in our own repository, (hopefully) no additional efforts should be necessary to get our implementation running.
Thanks much for your help. As we use BaseX, I'm sure you'll be hearing from us.
Thanks, you're welcome, Christian
On 08/13/2010 1:20 AM, Christian Grün wrote:
Chas,
thanks for the notification. I've moved and relinked JAX-RX to our own repository, which is…
http://www.inf.uni-konstanz.de/dbis/basex/maven/org/
I hope you'll now be successful.
Looking forward to your feedback, Christian
On Fri, Aug 13, 2010 at 4:57 AM, Charles F. Munat charles.munat@gmail.com wrote:
Added the maven repo and dependencies to a project and tried to build it:
Missing:
- jax-rx:jax-rx:jar:1.2.1
Try downloading the file manually from the project website.
Then, install it using the command: mvn install:install-file -DgroupId=jax-rx -DartifactId=jax-rx -Dversion=1.2.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=jax-rx -DartifactId=jax-rx -Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency: 1) com.munat.nhcebis:hgdb:war:1.0-SNAPSHOT 2) org.basex:basex-api:jar:6.2.4 3) jax-rx:jax-rx:jar:1.2.1
1 required artifact is missing.
What happened to the jax-rx file? This used to work.
TIA
Chas. _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
basex-talk@mailman.uni-konstanz.de