>+ private static List getExtraClasspathFileList(CommandLine line) {
no javadoc?
>+ while (tokenizer.hasMoreTokens()) {
>+ } else {
>+ Message.warn("The extra classpath '"
>+ file + "' does not exist.");
>+ }
I would add a note what you do with that file. Something like
Message.warn("Skipping extra classpath '" + file + "' as it does not
exist.");
Jan
