| Summary: | [releng] build.properties values causes export problem | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] ECF | Reporter: | Wim Jongman <wim.jongman> | ||||
| Component: | ecf.releng | Assignee: | Scott Lewis <slewis> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | critical | ||||||
| Priority: | P3 | CC: | bugs.eclipse.org, slewis | ||||
| Version: | unspecified | ||||||
| Target Milestone: | 3.3.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Wim Jongman
Created attachment 170596 [details]
mylyn/context/zip
I20100520-1744 Hi Wim. I'm looking at this now. I don't use Mylyn so no real need to attach mylyn context. I'm going to remove the jre.compilation.profile from the build.properties for that project (org.eclipse.ecf.remoteservice) and initiate a build. Would you test with the new build, once completed? I'll notify here with the build number when completed. Removed jre.compilation.profile=J2SE-1.3 from build.properties, and removed J2SE3 from supported execution environments. Released to HEAD. Did rebuild of continuous hudson build for testing. The artifacts for this build are available here: https://ecf2.osuosl.org/hudson/job/C-HEAD-sdk.feature/1065/ This problem appears to occur when the build.properties contains the following: jre.compilation.profile= J2SE-1.3 javacTarget=jsr14 Further, the jdt compiler settings have org.eclipse.jdt.core.compiler.codegen.targetPlatform=jsr14 org.eclipse.jdt.core.compiler.compliance=1.5 The fix described in comment 4 was to simply remove the jre.compilation.profile from the build.properties. Wim should test this fix, and if it solves it for his use case then he should resolve this bug. Fixed. |