Skip to content

Files

Latest commit

c1c0b03 · Apr 18, 2018

History

History

test_files

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Apr 18, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Feb 13, 2018
Command Line Tool autojob.bat / sh

The following is a demo on how to use this command line tool.
 Please be sure to add all required libraries to the classpath.

1. project mode:
autojob -config test_files/total.xml -namespace com.topcoder.management.phase.autopilot.AutoPilotJob -autopilot com.topcoder.management.phase.autopilot.AutoPilot -project

2. poll mode:
autojob -config test_files/total.xml -namespace AutoPilotJob -autopilot com.topcoder.management.phase.autopilot.AutoPilot -poll 5

3. Required libraries:
	base_exception.jar
	configuration_manager.jar
	command_line_utility.jar
	object_factory.jar
	logging_wrapper.jar
	database_abstraction.jar
	db_connection_factory.jar
	workdays.jar
	search_builder.jar
	id_generator.jar
	typesafe_enum.jar
	executable_wrapper.jar
	job_scheduling.jar
	xerces.jar
	build/classes - classes of this component.
	build/testClasses - classes of mock data.
	conf
	test_files - mock config files.


		- End -