Hello, When trying to build dev branch it fails at several places with:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 5735 at org.objectweb.asm.ClassReader.readClass(Unknown Source) at org.objectweb.asm.ClassReader.accept(Unknown Source) at org.objectweb.asm.ClassReader.accept(Unknown Source) at com.sun.jini.tool.classdepend.ReferencedClasses.compute(ReferencedClasses.java:56) at com.sun.jini.tool.classdepend.ClassDepend.getDependencyRelationshipMap(ClassDepend.java:283) at com.sun.jini.tool.ClassDep.compute(ClassDep.java:885) at com.sun.jini.tool.ClassDep.main(ClassDep.java:1329) /Users/zkuti/own-projects/river/jtsk/branches/dev/common.xml:249: Java returned: 1 In the stacktraces can be found: /Users/zkuti/own-projects/river/jtsk/branches/dev/build.xml:738: The following error occurred while executing this line: which is where "jsk-dl.jar" target resides. build/classes seems to be populated, deps dir contains jsk-dl.deps, but it is empty. all.clean was already tried. Any idea? Thanks Zsolt