All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bitbucket.bradleysmithllc.etlunit.cli.CliTestMain Maven / Gradle / Ivy

There is a newer version: 4.1.3
Show newest version
package org.bitbucket.bradleysmithllc.etlunit.cli;

import java.io.File;

public class CliTestMain
{
	public static void main(String [] argv) throws Exception
	{
		Thread.currentThread().setContextClassLoader(CliTestMain.class.getClassLoader());

		CliMain.WORKING_ROOT = new File("X:\\svn\\BI\\branches\\RADIANT_INTEGRATION\\Architecture\\UnitTestProjects\\radiant-integration");

		CliMain.main(argv);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy