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

org.daisy.pipeline.maven.xproc.AbstractMojo Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package org.daisy.pipeline.maven.xproc;

public abstract class AbstractMojo extends org.apache.maven.plugin.AbstractMojo {	
	
//	protected static XProcEngine engine;
//	
//	static {
//		ClassLoader cl = AbstractMojo.class.getClassLoader();
//		try {
//			Class.forName("com.xmlcalabash.drivers.Main", false, cl);
//			engine = new Calabash(); }
//		catch(ClassNotFoundException e) {
//			try {
//				Class.forName("org.daisy.pipeline.xproc.connect.XProcClient", false, cl);
//				engine = new DaisyPipeline2(); }
//			catch (ClassNotFoundException ee) {
//				throw new RuntimeException("Could not find any XProc engines on the classpath."); }}
//	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy