Hi Jens, I don't think 1.6-SNAPSHOT is available somewhere, it has to be built and installed into your local maven 2 repository from jackrabbit trunk. Instructions can be found here:
http://jackrabbit.apache.org/building-jackrabbit.html Kind regards Dominique On Fri, Jan 23, 2009 at 10:55 AM, Jens Hübel <[email protected]> wrote: > Dominique, > > I fear I need one more advice.... Where do I get the 1.6-SNAPSHOT from? > I looked http://svn.apache.org/repos/asf/jackrabbit, but neither in /tags nor > in /branches I can find it (it ends with 1.5.x). > > The error message I got indicates some other repository: > > http://people.apache.org/repo/m2-incubating-repository/org/apache/jackrabbit/jackrabbit/1.6-SNAPSHOT/jackrabbit-1.6-SNAPSHOT.pom > > However I can't connect to this URL with my subversion client. > > svn: Server sent unexpected return value (405 Method Not Allowed) in response > to PROPFIND request for > '/repo/m2-incubating-repository/org/apache/jackrabbit/jackrabbit' > > or > Repository has been moved > svn: Repository moved permanently to > 'http://people.apache.org/repo/m2-incubating-repository/'; please relocate > (which is where I am) > > Could you provide me the root URL to the 1.6-SNAPSHOT repository? Is it > perhaps not yet publicly available? > > Thanks again > > Jens > > > > > -----Original Message----- > From: Dominique Pfister [mailto:[email protected]] > Sent: Donnerstag, 22. Januar 2009 17:09 > To: [email protected] > Subject: Re: is cmis package supposed to be compilabe? > > Hi Jens, > > jcr-cmis depends on a SNAPSHOT version of jackrabbit, namely > 1.6-SNAPSHOT. In order to compile it, you'll need to install a > snapshot build of jackrabbit in your maven repository: > >> svn co http://svn.apache.org/repos/asf/jackrabbit/trunk jackrabbit >> cd jackrabbit >> mvn install > > A word of warning though: projects in the sandbox (and in particular > jcr-cmis) are not always compilable. > > Kind regards > Dominique > > On Thu, Jan 22, 2009 at 4:59 PM, Jens Hübel <[email protected]> wrote: >> Hi, >> >> >> >> I tried to compile today the jackrabbit trunk. Thanks to maven this was >> amazingly simple - cool! However I failed trying to compile the cmis package >> from the sandbox. >> >> >> >> I checked out from subversion to an Eclipse subproject called jcr-cmis and >> this has the following properties: >> >> Path: /jcr-cmis >> >> URL: http://svn.apache.org/repos/asf/jackrabbit/sandbox/jcr-cmis >> >> >> >> "mvn eclipse:eclipse" resulted in >> >> >> >> [INFO] Scanning for projects... >> >> Downloading: >> http://people.apache.org/repo/m2-incubating-repository/org/apache/j >> >> ackrabbit/jackrabbit/1.6-SNAPSHOT/jackrabbit-1.6-SNAPSHOT.pom >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [ERROR] FATAL ERROR >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [INFO] Error building POM (may not be this project's POM). >> >> >> >> >> >> Project ID: null:jcr-cmis:pom:1.6-SNAPSHOT >> >> >> >> Reason: Cannot find parent: org.apache.jackrabbit:jackrabbit for project: >> null:j >> >> cr-cmis:pom:1.6-SNAPSHOT for project null:jcr-cmis:pom:1.6-SNAPSHOT >> >> .... >> >> >> >> Do I need a separate branch for this package somehow? Is it supposed to work >> like this at all? >> >> >> >> Thanks for any help.... >> >> Jens >
