The Open Anzo Project

Semantic Application Middleware

Ticket #28 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Anzo fails to build in Eclipse using Java 6 JVM without changing Java compliance level

Reported by: jordi Assigned to: jordi
Priority: trivial Milestone: 2.5
Component: openanzo Version: 2.5
Keywords: eclipse, build Cc:

Description

The anzo projects have "project facets" (part of the Eclipse WST project nature and settings) that require the Java compiler compliance level to be 5.0. So if I install an Eclipse on a Java 6 JDK, the first time I try to compile the anzo projects, they will fail since Eclipse's Java compiler compliance level will be set by default to 6.0.

One can work around this isue by changing their Eclipse (under the Preferences... box in the Java -> Compiler pane) compiler compliance level to 5.0. However, having to change this global Eclipse setting is problematic if other projects do want the compliance level to 6.0.

So, to be good citizens, I suggest that the compiler compliance level be made into a project specific setting and checked into SVN.

Change History

10/05/07 13:16:31 changed by jordi

  • status changed from new to closed.
  • resolution set to fixed.

(In [454]) fixes #28, reviewer mroy.

This makes the Eclipse copmiler compliance level a project specific setting rathern than relying on the Eclipse global setting.

10/05/07 13:36:59 changed by mroy

looks ok

10/05/07 14:02:38 changed by jordi

  • status changed from closed to reopened.
  • resolution deleted.

10/05/07 14:02:52 changed by jordi

(In [456]) addresses #28. Missed this project in r454.

10/05/07 14:03:31 changed by jordi

  • status changed from reopened to closed.
  • resolution set to fixed.
Copyright © 2007 - 2008 OpenAnzo.org