Bug 137597

Summary: External tool build/build in same VM fails on IBM VM
Product: [Eclipse Project] Platform Reporter: Darin Wright <darin.eclipse>
Component: AntAssignee: Darin Swanson <Darin_Swanson>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 RC2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Darin Wright CLA 2006-04-19 16:45:13 EDT
N20060419

The org.eclipse.jdt.launching plug-in has source files that get compiled into a support jar. The jar is built by an external tool builder each time a relevant source file is changed. Recently, when I change a relevant source file, I noticed that building of the support jar failed:


Buildfile: C:\eclipse-dev\dev-3.2\org.eclipse.jdt.launching\scripts\buildLaunchingSupportJAR.xml

properties:

init:

clean:
      [delete] Deleting: C:\eclipse-dev\dev-3.2\org.eclipse.jdt.launching\lib\launchingsupport.jar

lib/launchingsupport.jar:
       [mkdir] Created dir: C:\eclipse-dev\dev-3.2\org.eclipse.jdt.launching\temp.folder\lib\launchingsupport.jar.bin
       [javac] Compiling 3 source files to C:\eclipse-dev\dev-3.2\org.eclipse.jdt.launching\temp.folder\lib\launchingsupport.jar.bin
       [javac] Compile failed; see the compiler error output for details.
         [jar] Building MANIFEST-only jar: C:\eclipse-dev\dev-3.2\org.eclipse.jdt.launching\lib\launchingsupport.jar
      [delete] Deleting directory C:\eclipse-dev\dev-3.2\org.eclipse.jdt.launching\temp.folder

build:
BUILD SUCCESSFUL
Total time: 1 second


The build fails when the host IDE is running on an IBM VM:

java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142ifx-20060209 (SR4-1) (JIT enabled: jitc))

The build succeeds when the host IDE is running on Sun 1.4.2_08
Comment 1 Darin Swanson CLA 2006-04-19 16:55:14 EDT
Investigate for RC2
Comment 2 Darin Wright CLA 2006-04-19 16:58:55 EDT
Same problem exists on an older IBM VM:

java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142sr1a-20050209 (JIT enabled: jitc))
Comment 3 Darin Swanson CLA 2006-04-21 14:09:10 EDT
Duplicate is fixed in the lastest builds.

*** This bug has been marked as a duplicate of 126419 ***