Re: [2.2] jcr jar missing?

2006-08-29 Thread Jorg Heymans
On 29 Aug 2006, at 23:23, Jorg Heymans wrote: that would work, but a better solution would be to exclude the dependency from jackrabbit for now, as the jcr-block pom has a direct dependency on javax.jcr anyway (1.0.1 though - does it make a difference?) I'll fix the pom sometime t

Re: [2.2] jcr jar missing?

2006-08-29 Thread Jorg Heymans
On 29 Aug 2006, at 18:48, Lars Trieloff wrote: JCR-1.0 is not available in the public repository, JCR-1.0.1 is. As it's there allright, http://mirrors.dotsrc.org/maven2/javax/jcr/jcr/ 1.0/ . Jackrabbit is still using the old jsr170 groupId however. Jackrabbit's dependencies have not been u

Re: [2.2] jcr jar missing?

2006-08-29 Thread Carsten Ziegeler
Lars Trieloff wrote: > JCR-1.0 is not available in the public repository, JCR-1.0.1 is. As > Jackrabbit's dependencies have not been updated yet, you still have to > download it and install it manually. Thanks Lars, I just excluded the 1.0 version from the jackrabbit dependency and everything is b

Re: [2.2] jcr jar missing?

2006-08-29 Thread Lars Trieloff
JCR-1.0 is not available in the public repository, JCR-1.0.1 is. As Jackrabbit's dependencies have not been updated yet, you still have to download it and install it manually. Am Dienstag, den 29.08.2006, 18:19 +0200 schrieb Carsten Ziegeler: > When building latest jcr block, I get: > > Missing:

[2.2] jcr jar missing?

2006-08-29 Thread Carsten Ziegeler
When building latest jcr block, I get: Missing: -- 1) jsr170:jcr:jar:1.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=jsr170 -DartifactId=jcr \ -Dversion=1.0 -Dpackaging=jar -Dfile=/