Subversion Repositories SmartDukaan

Rev

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

Rev 27680 Rev 27692
Line 121... Line 121...
121
	@Override
121
	@Override
122
	public void run(ApplicationArguments args) throws Exception {
122
	public void run(ApplicationArguments args) throws Exception {
123
		LOGGER.info("Called run method");
123
		LOGGER.info("Called run method");
124
		if (args.containsOption("tc")) {
124
		if (args.containsOption("tc")) {
125
			System.out.println("Toffee service called");
125
			System.out.println("Toffee service called");
126
			scheduledTasks.testToffee();
126
			scheduledTasks.attachToffeeInvoices();
127
			System.exit(0);
127
			System.exit(0);
128
		}
128
		}
129
		/*
129
		/*
130
		 * if (args.containsOption("migratetax")) { System.out.println("migratetax");
130
		 * if (args.containsOption("migratetax")) { System.out.println("migratetax");
131
		 * scheduledTasks.migrateTax(); System.exit(0); }
131
		 * scheduledTasks.migrateTax(); System.exit(0); }