Package org.apache.pluto.util.assemble.war

Examples of org.apache.pluto.util.assemble.war.WarAssembler.assemble()


        final AssemblerConfig config = new AssemblerConfig();
        config.setSource(getWebapp());
        config.setDestination(tempDir);

        WarAssembler assembler = new WarAssembler();
        assembler.assemble(config);

        File destFile = new File(tempDir, getWebapp().getName());
       
        logger.info("Done assembling WAR file {} in {} ms.", destFile, (System.currentTimeMillis() - timer));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.