Subversion Repositories SmartDukaan

Rev

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

Rev 24641 Rev 24674
Line 98... Line 98...
98
 
98
 
99
	@Override
99
	@Override
100
	public void run(ApplicationArguments args) throws Exception {
100
	public void run(ApplicationArguments args) throws Exception {
101
 
101
 
102
		LOGGER.info("Called run method");
102
		LOGGER.info("Called run method");
103
		if (args.containsOption("reco")) {
103
		if (args.containsOption("reco1")) {
104
			scheduledTasks.dryRunSchemeReco();
104
			scheduledTasks.dryRunSchemeReco();
105
			System.exit(0);
105
			System.exit(0);
106
		}
106
		}
-
 
107
		if (args.containsOption("reco2")) {
-
 
108
			scheduledTasks.dryRunOutSchemeReco();
-
 
109
			System.exit(0);
-
 
110
		}
107
		if (args.containsOption("once")) {
111
		if (args.containsOption("once")) {
108
			if (args.containsOption("1")) {
112
			if (args.containsOption("1")) {
109
				if (args.containsOption("test")) {
113
				if (args.containsOption("test")) {
110
					scheduledTasks.sendPartnerInvestmentDetails(args.getOptionValues("email"));
114
					scheduledTasks.sendPartnerInvestmentDetails(args.getOptionValues("email"));
111
				} else {
115
				} else {