Bug 28095

Summary: JDTCompilerAdapter references old Main constructor
Product: [Eclipse Project] JDT Reporter: Darin Swanson <Darin_Swanson>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows NT   
Whiteboard:

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.