Bug 173028

Summary: [compiler][batch][options] incoherent behavior of ecj classpath option with [
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: Maxime Daniel <maxime_daniel>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Audel CLA 2007-02-06 06:20:49 EST
During bug 161996 verification i notice an incoherent behavior of ecj.

If test.jar doesn't exist then the command line
'java -jar ecj.jar -cp test.jar Hello.java'
return no message.

If [test].jar doesn't exist then the command line
'java -jar ecj.jar -cp [test].jar Hello.java'
return a message: 'incorrect classpath: [test.jar]'

Both command lines should have the same behavior.

If i do the same tests with javac there is no message.
Comment 1 David Audel CLA 2007-02-08 04:07:14 EST
This bug is invalid. Our behavior is the same even if the jar exists. The real problem is bug 173416.

Closed as INVALID