415832 - jetty-start / fix ClassNotFound exception when starting from empty base directory
+ Displaying simple warning and not starting if appropriate.
This commit is contained in:
parent
b6dbdd98d4
commit
69892d36a6
|
@ -283,7 +283,8 @@ public class Main
|
|||
}
|
||||
catch (ClassNotFoundException e)
|
||||
{
|
||||
StartLog.warn(e);
|
||||
System.out.println("WARNING: Nothing to start, exiting ...");
|
||||
StartLog.debug(e);
|
||||
usageExit(ERR_INVOKE_MAIN);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue