Error in CLI parsing of classpaths
Status: Alpha
Brought to you by:
lkuehne
In Clirr 0.6, method private File[] pathToFileArray(String path), you have the following call:
int colonPos = path.indexOf(pos, File.pathSeparatorChar);
The order of the arguments is reversed. From the JavaDoc:
int java.lang.String.indexOf(int ch, int fromIndex)
This is causing the classpath to miss all but the first entry when the CLI is used to invoke Clirr.
Logged In: YES
user_id=401384
Originator: NO
fixed in CVS