Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[virgo-dev] Virgo Build source and target are set to 1.5

Hi,

Is there any reason why source/target for virgo-build (common/common.properties) is set to 1.5?

<snip>
source.version=1.5
target.version=${source.version}
</snip>

http://wiki.eclipse.org/Virgo/Build#Prerequisites - specifies a minimum of Java 6.

I tried to change source.version to 1.6 but that did not help.  I had @Override annotation from interface and that failed compilation.
Thinking that it was an issue with compiler, I upped the version of org.eclipse.jdt.core.compiler.batch.version from 3.3.0 to 3.6.1 (found here http://ebr.springsource.com/repository/app/bundle/version/detail?name=com.springsource.org.eclipse.jdt.core.compiler.batch&version=3.6.1&searchType=bundlesBySymbolicName&searchQuery=org.eclipse.jdt.core.compiler.batch).

Still did not help.  Thoughts?

Regards,
Dmitry

Back to the top