Package net.sf.oqt.maven

Examples of net.sf.oqt.maven.QueryTranslatorTranslateMojo


    project = new MavenProject();
    project.setLogger(new ConsoleLogger(4, "junit"));
    project.setBuild(new Build());
    project.getBuild().setDirectory(outputDir.getAbsolutePath());
    System.out.println("OutputDir = " + project.getBuild().getDirectory());
    mojo = new QueryTranslatorTranslateMojo();
    mojo.setProject(project);
    mojo.setLog(new DefaultLog(new ConsoleLogger(0, "junit")));
    mojo.setDictionary(TestInfo.DICTIONARY_DERBY);
    mojo.setDriverName(TestInfo.DRIVER_DERBY);
    mojo.setUrl(TestInfo.URL_DERBY);
View Full Code Here

TOP

Related Classes of net.sf.oqt.maven.QueryTranslatorTranslateMojo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.