Bug 132575 - Incorrect classpath are not reported inside the log xml
Summary: Incorrect classpath are not reported inside the log xml
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 13:35 EST by Olivier Thomann CLA
Modified: 2006-03-28 08:33 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 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