Bug 173028 - [compiler][batch][options] incoherent behavior of ecj classpath option with [
Summary: [compiler][batch][options] incoherent behavior of ecj classpath option with [
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M6   Edit
Assignee: Maxime Daniel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 06:20 EST by David Audel CLA
Modified: 2007-02-08 04:07 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 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