2 Replies Latest reply on Aug 8, 2012 7:38 AM by theute

    GateIn does not build with JDK 7

    bkiefer

      I have tried to compile the latest GateIn portal source code with JDK 7, but I got some build errors:

      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project exo.portal.component.portal: Compilation failure: Compilation failure:

      [ERROR] /local/download/3.4.0.M01/component/portal/src/main/java/org/exoplatform/portal/tree/list/ListTree.java:[152,29] error: next has private access in ListTree

      [ERROR] /local/download/3.4.0.M01/component/portal/src/main/java/org/exoplatform/portal/tree/list/ListTree.java:[196,20] error: next has private access in ListTree

      ...

      Using JDK 6 I had no problems to build.