Bug 28069

Summary: JDTCompilerAdapter and compiler.batch.Main out of sync in I20021210 build
Product: [Eclipse Project] JDT Reporter: gavlin
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: blocker    
Priority: P2 CC: Darin_Swanson
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Attachments:
Description Flags
Modified JDTCompilerAdapter.java to invoke the updated org...compiler.batch.Main constructor none

Description gavlin CLA 2002-12-11 01:17:35 EST
I'm receiving the following error when using ant to compile from within Eclipse.
It looks like the recent check-in to compiler.batch.Main by othomann caused this
regression.


[javac] Compiling 161 source files to
C:\projects\dms\dev\dms-core\src\server\persistence\classes
       [javac] BUILD FAILED:
file:C:/projects/dms/dev/dms-core/src/server/persistence/build.xml:87:
java.lang.NoSuchMethodException:
org.eclipse.jdt.internal.compiler.batch.Main.<init>(java.io.PrintWriter, boolean)
Comment 1 gavlin CLA 2002-12-11 01:41:30 EST
Created attachment 2747 [details]
Modified JDTCompilerAdapter.java to invoke the updated org...compiler.batch.Main constructor

Attached a modified JDTCompilerAdapter.java which invokes the recently updated
org...compiler.batch.Main constructor
Comment 2 Olivier Thomann CLA 2002-12-11 08:27:59 EST
Fixed and released in 2.1 stream.
Comment 3 Olivier Thomann CLA 2002-12-11 08:45:22 EST
Thanks for submitting the patch. We will issue a submission for a new
integration build.
Comment 4 Olivier Thomann CLA 2002-12-11 10:29:17 EST
*** Bug 28095 has been marked as a duplicate of this bug. ***
Comment 5 David Audel CLA 2002-12-18 09:26:18 EST
Verified.