Revision: 4619 http://sourceforge.net/p/vexi/code/4619 Author: mkpg2 Date: 2013-12-19 23:59:20 +0000 (Thu, 19 Dec 2013) Log Message: ----------- Fix.
Modified Paths: -------------- trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/LauncherMain.java Modified: trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/LauncherMain.java =================================================================== --- trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/LauncherMain.java 2013-12-19 23:55:02 UTC (rev 4618) +++ trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/LauncherMain.java 2013-12-19 23:59:20 UTC (rev 4619) @@ -62,8 +62,7 @@ init(args); if(applicationUrl==null){ - log.error("'application' not specified (in conf or args)"); - System.exit(1); + throw new Problem("'application_url' not specified (in conf or args)"); } checkVersion(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn