Bug 28095 - JDTCompilerAdapter references old Main constructor
Summary: JDTCompilerAdapter references old Main constructor
Status: RESOLVED DUPLICATE of bug 28069
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows NT
: P3 major (vote)
Target Milestone: 2.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 10:01 EST by Darin Swanson CLA
Modified: 2003-01-17 10:24 EST (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 Swanson CLA 2002-12-11 10:01:32 EST
20021210

You can no longer compile using the JDTCompilerAdapter and the javac task using 
Eclipse Ant integration.

Attempting a build script such as the 
org.eclipse.ui.externaltools/scripts/buildExtraJars.xml results in 
java.lang.NoSuchMethodException referencing the old constructor (taking only 
one PrintWriter).

I see that the JDTCompilerAdapter code has been updated but it looks like the 
jdtCompilerAdapter.jar was not?
Comment 1 Olivier Thomann CLA 2002-12-11 10:29:17 EST
The new code has been released. It should be a new build today that will
generate the proper jar. If you take the latest from HEAD, you should get an
updated version of that jar.

*** This bug has been marked as a duplicate of 28069 ***
Comment 2 Olivier Thomann CLA 2003-01-17 10:21:24 EST
Change milestone.