Hi Lukas, the below example is from my 1.0 branch checkout of oak. unfortunately we don¹t have pre-built binaries for the oak-run module. you will have to build it yourself. you can download the most recent stable version of oak from here: http://jackrabbit.apache.org/downloads.html
to speed up the process you may want to skip tests: mvn -DskipTests install the jar file is then located in your local maven repository and under oak-run/target. Regards Marcel On 24/06/14 16:18, "Lukas Kahwe Smith" <[email protected]> wrote: > >On 24 Jun 2014, at 16:12, Marcel Reutegger <[email protected]> wrote: > >> Hi, >> >> you can use the oak-run jar file and start it up like this: >> >> java -jar target/oak-run-1.1-SNAPSHOT.jar server http://localhost:8080/ > >is this snapshot release available somewhere to download or do I need to >compile this myself? if I have to compile, are there instructions >somewhere? > >regards, >Lukas Kahwe Smith >[email protected] > > >
