Skip to:
Lombok has issue building with java 1.7.
http://code.google.com/p/projectlombok/issues/detail?id=244
Upgrading lombok to a newer version fixes this.
Sorry Greg, was added in which is only in trunk. No merge needed.
Matt,
It doesn't look like lombok is currently in the dependencies for that particular pom.xml in 2.9.x
https://source.sakaiproject.org/svn/user/branches/sakai-2.9.x/pom.xml
I got a conflict trying to merge it in via:
svn merge -c104783 https://source.sakaiproject.org/svn/user/trunk/
I wasn't sure if we should proceed moving forward with adding:
+ <dependency>+ <groupId>net.sf.opencsv</groupId>+ <artifactId>opencsv</artifactId>+ <version>2.3</version>+ </dependency>+ <dependency>+ <groupId>org.projectlombok</groupId>+ <artifactId>lombok</artifactId>+ <version>0.10.6</version>+ <scope>provided</scope>+ </dependency>
Or is this not needed in 2.9? Or maybe there's another ticket that happened recently I need to merge in first.
Greg
Need to merge revision: 104783 to 2.9.x
Lombok was also used in the user tool, committed version 104783
r103547 - 2.9.x merge
Lombok has issue building with java 1.7.
http://code.google.com/p/projectlombok/issues/detail?id=244
Upgrading lombok to a newer version fixes this.