Subversion Repositories SmartDukaan

Rev

Rev 24603 | Rev 24641 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24603 Rev 24629
Line 100... Line 100...
100
	@Override
100
	@Override
101
	public void run(ApplicationArguments args) throws Exception {
101
	public void run(ApplicationArguments args) throws Exception {
102
 
102
 
103
		LOGGER.info("Called run method");
103
		LOGGER.info("Called run method");
104
		if (args.containsOption("reco")) {
104
		if (args.containsOption("reco")) {
105
			try {
-
 
106
				scheduledTasks.dryRunSchemeReco();
105
			scheduledTasks.dryRunSchemeReco();
107
			} catch (Exception e) {
-
 
108
				e.printStackTrace();
-
 
109
			}
-
 
110
			System.exit(0);
106
			System.exit(0);
111
		}
107
		}
112
		if (args.containsOption("once")) {
108
		if (args.containsOption("once")) {
113
			if (args.containsOption("1")) {
109
			if (args.containsOption("1")) {
114
				if (args.containsOption("test")) {
110
				if (args.containsOption("test")) {