Bug 132575

Summary: Incorrect classpath are not reported inside the log xml
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Olivier Thomann CLA 2006-03-20 13:35:55 EST
Using HEAD, an invalid classpath entry is only reported in the console.
We "resolve" the classpath entries to early (during the processing of command line arguments) and we cannot report in an xml log the wrong classpath entries (file that doesn't exist).
Deffering this resolution post the command line argument processing would fix it.
Comment 1 Olivier Thomann CLA 2006-03-20 13:36:24 EST
Fixed and released in HEAD.
Changes in org.eclipse.jdt.internal.compiler.batch.Main.
Comment 2 Jerome Lanneluc CLA 2006-03-28 08:33:52 EST
Verified for 3.2 M6 using build I20060328-0010