On 13.06.2012, at 11:22, Sitapati das / Joshua J Wulf wrote: > Can anyone swing me a built version of Apache Stanbol? > > Surely it's not so esoteric that it needs to be custom built for each > machine that it is going to run on, no? > > I've tried building it, but when I finally did get it to build (first the > maven 3 vs 2 issue, then I think just flaky connections / limited > bandwidth), Apache Sling throws an out of bounds array exception and dies > on start up.
Short answer: Please use Java 6 for building and running Apache Stanbol Complete Answer: This is because the current Sling launchpad version used by Apache Stanbol does not support Java 7 (see STANBOL-608) There are currently also two further issues that can case builds to fail (depending on the JDK version you use) 1. STANBOL-659: Adapt unit tests to work with Java7u6-b12+ 2. https://github.com/KentBeck/junit/issues/429: Junit test method sorting issue I am currently working on STANBOL-608 and STANBOL-659 and I hope to finish this by tomorrow. For (2) there are two options: a) change the unit tests so that the execution order does not matter b) wait for the next junit release (4.11) best Rupert > > Now it's taking up 3 gigs of space on my laptop, and just sitting there, > mocking me..... > > If it builds for you, how about helping a brother out! Binary version of the launcher are available at http://dev.iks-project.eu/downloads/stanbol-launchers/ best Rupert > > - Josh
