Bug 137597 - External tool build/build in same VM fails on IBM VM
Summary: External tool build/build in same VM fails on IBM VM
Status: RESOLVED DUPLICATE of bug 126419
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 RC2   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 16:45 EDT by Darin Wright CLA
Modified: 2006-04-21 14:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***