Il 01/02/2014 16:13, Joakim Erdfelt ha scritto:
Agreed, that's a bug.
Please submit it to bugs.eclipse.org <http://bugs.eclipse.org> (under RT/Jetty)


Hi Joakim,
I submitted the bug (427204) and in this time I download the source and try to figure out what's wrong

The error (according to my tests) is in jetty-start/src/main/java/org/eclipse/jetty/start/Main.java:667

this line

    File file = baseHome.getBaseFile(arg.location);

should be

    File file = baseHome.getFile(arg.location);

Best regards

--
Andrea Cappelli

_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to