Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Problem upgrading Jetty

Il 01/02/2014 16:13, Joakim Erdfelt ha scritto:
Agreed, that's a bug.
Please submit it to 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

Back to the top