jan.mate...@rzf.fin-nrw.de schrieb am 21.04.2009 um 11:17:18 (+0200): > The 'help' output and the manual say: > "-lib <path> specifies a path to search for jars and > classes" > > I had a look into the source code: the <path> is a real path: it is > tokenized by File.pathSeparator and each token is added to Ants > classpath.
I didn't have a look into the source code, but tokenizing the path by the path seperator in order to add each token to the classpath wouldn't make any sense at all. a/b/c -> a b c That would produce three tokens, two of which probably inexistent as directories. Nothing would work. Michael Ludwig --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org