Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Export problems

https://bugs.eclipse.org/bugs/show_bug.cgi?id=315149

While helping Abishek and preparing for a blog I was fighting with
class not found errors in the exported product. After investigating I
found that a bundle cannot be build because of values in the
build.properties file:

jre.compilation.profile = J2SE-1.3
javacTarget=jsr14

results in:
# 5/31/10 11:50:26 PM CEST
# Eclipse Compiler for Java(TM) 0.A54, 3.6.0, Copyright IBM Corp 2000,
2010. All rights reserved.
Target level 'jsr14' is incompatible with source level '1.3'. A source
level '1.5' or better is required

and an empty jar file.

Noticed with project:
org.eclipse.ecf.remoteservice 4.1.0

The error is only noticable if the project is exported standalone. As
part of a product export there is no error only an empty jar which
gives you problems at runtime

Best regards,

Wim


Back to the top