Bug 28069 - JDTCompilerAdapter and compiler.batch.Main out of sync in I20021210 build
Summary: JDTCompilerAdapter and compiler.batch.Main out of sync in I20021210 build
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P2 blocker (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 28095 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-12-11 01:17 EST by gavlin CLA
Modified: 2002-12-18 09:26 EST (History)
1 user (show)

See Also:


Attachments
Modified JDTCompilerAdapter.java to invoke the updated org...compiler.batch.Main constructor (11.08 KB, text/plain)
2002-12-11 01:41 EST, gavlin CLA
no flags Details

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