Subversion Repositories SmartDukaan

Rev

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

Rev 27746 Rev 27751
Line 250... Line 250...
250
		if (args.containsOption("once")) {
250
		if (args.containsOption("once")) {
251
			if (args.containsOption("1")) {
251
			if (args.containsOption("1")) {
252
				if (args.containsOption("test")) {
252
				if (args.containsOption("test")) {
253
					scheduledTasks.sendPartnerInvestmentDetails(args.getOptionValues("email"));
253
					scheduledTasks.sendPartnerInvestmentDetails(args.getOptionValues("email"));
254
				} else {
254
				} else {
-
 
255
					System.out.println("Called sendPartnerInvestmentDetails");
255
					scheduledSkeleton.sendPartnerInvestmentDetails();
256
					scheduledSkeleton.sendPartnerInvestmentDetails();
256
				}
257
				}
257
				System.exit(0);
258
				System.exit(0);
258
			}
259
			}
259
			if (args.containsOption("2")) {
260
			if (args.containsOption("2")) {