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 this week, but invite other people to  
beat me to it !


and ofcourse Carsten already did this 3 hours ago. Serves me right  
for still sync'ing email so late in the evening!


Thanks Carsten,
Jorg


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 updated yet, you still have to
download it and install it manually.


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 this week, but invite other people to beat  
me to it !


Jorg




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 buidling fine.

Carsten
-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/


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:
> --
> 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=/path/to/file
> 
>   Path to dependency:
> 1) org.apache.cocoon:cocoon-jcr-impl:jar:1.0.0-SNAPSHOT
> 2) org.apache.jackrabbit:jackrabbit-core:jar:1.0.1
> 3) jsr170:jcr:jar:1.0
> 
> --
> 1 required artifact is missing.
> 
> for artifact:
>   org.apache.cocoon:cocoon-jcr-impl:jar:1.0.0-SNAPSHOT
> 
> from the specified remote repositories:
>   central (http://ibiblio.org/maven2),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache.snapshot (http://svn.apache.org/maven-snapshot-repository),
>   apache-cvs (http://svn.apache.org/repository)
> 
> 




[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=/path/to/file

  Path to dependency:
1) org.apache.cocoon:cocoon-jcr-impl:jar:1.0.0-SNAPSHOT
2) org.apache.jackrabbit:jackrabbit-core:jar:1.0.1
3) jsr170:jcr:jar:1.0

--
1 required artifact is missing.

for artifact:
  org.apache.cocoon:cocoon-jcr-impl:jar:1.0.0-SNAPSHOT

from the specified remote repositories:
  central (http://ibiblio.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache.snapshot (http://svn.apache.org/maven-snapshot-repository),
  apache-cvs (http://svn.apache.org/repository)


-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/