Re: Build troubles

2015-02-14 Thread Peter Firmstone
On 14/02/2015 6:19 PM, Mike wrote: Happy to hear that "No" ;) That said, I have been, and would like to continue, hacking on the core. I'll talk about some of my reasons in a different thread than this one though. I'd be interested to hear what you have in mind. This build works on Java 8,

Re: Build troubles

2015-02-14 Thread Mike
On 13/02/15 17:36, Greg Trasuk wrote: What you’re running into is the fact that part of River’s build system (classdep, in fact) uses the ASM library, and that library changed significantly between Java 7 and Java 8. Yup - I could understand what was breaking, just not the cause... If you ha

Re: Build troubles

2015-02-13 Thread Peter
Hi Mike, Which build & platform? Regards, Peter. - Original message - > Following along in https://river.apache.org/building-river.html, I > > $ cd $RIVER_HOME > $ ant > > ... > > jsk-dl.jar: >            [java] Exception in thread "main" > java.lang.ArrayIndexOutOfBoundsException

Re: Build troubles

2015-02-13 Thread Greg Trasuk
Hi Mike: What you’re running into is the fact that part of River’s build system (classdep, in fact) uses the ASM library, and that library changed significantly between Java 7 and Java 8. The net result is that the 2.2.2 release does not build under JDK8. If you have a JDK7 installation ar

Build troubles

2015-02-13 Thread Mike
Following along in https://river.apache.org/building-river.html, I $ cd $RIVER_HOME $ ant ... jsk-dl.jar: [java] Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 5735 [java] at org.objectweb.asm.ClassReader.readClass(Unknown Source) [java] at org.obj