AW: Pass multiple directories to -lib option

2009-04-21 Thread Jan.Materne
> So you mean it should work with ; (on Windows) separation and > a single -lib argument? > Felix yes, have you tried? Jan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant

AW: Pass multiple directories to -lib option

2009-04-21 Thread Jan.Materne
> I tried several ways (space separated, semicolon-separated) > to add more than one directory to the -lib option, somehow I > cannot get this working (-diagnostics doesn't list my > jars..). Thankful for any tips. Use multiple -lib options $ant -lib one.jar -lib another.jar The 'help' output