Hi, I've made a new Java 8 build test on the master (4.1.0-SNAPSHOT) and I have a new error: some basic classes cannot be resolved (for ex: "The import java.util.Arrays cannot be resolved") due mostly to "indirectly referenced from required .class files".
Do you have the same problem? Thanks. Best regards, Jérôme 2014-05-16 1:32 GMT+02:00 Scott Battaglia <[email protected]>: > I built from the command line using the latest code (not the 4.0.x > branch). I'll try again later. > > > On Tue, May 13, 2014 at 11:14 AM, Tom Poage <[email protected]> wrote: > >> On May 12, 2014, at 7:59 PM, Scott Battaglia <[email protected]> >> wrote: >> > I just tried building and running it locally. I was able to do so >> though I didn't do extensive testing. >> >> Thank you! Tried to build myself and got e.g. >> >> > [INFO] --- aspectj-maven-plugin:1.4:compile (default) @ cas-server-core >> --- >> > [WARNING] bad version number found in >> .../.m2/repository/org/aspectj/aspectjrt/1.7.2/aspectjrt-1.7.2.jar expected >> 1.6.11 found 1.7.2 >> > org.aspectj.apache.bcel.classfile.ClassFormatException: Invalid byte >> tag in constant pool: 15 >> > at >> org.aspectj.apache.bcel.classfile.Constant.readConstant(Constant.java:133) >> > at >> org.aspectj.apache.bcel.classfile.ConstantPool.<init>(ConstantPool.java:45) >> >> >> Any attempts to resolve only made things worse. So something lurking in >> there. Started to dig, but eventually had to move on to other priorities. >> >> Did you build with maven or Eclipse? (versions?) >> >> Tom. >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> >> > -- > You are currently subscribed to [email protected] as: [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
