Package com.izforge.izpack.ant

Examples of com.izforge.izpack.ant.IzPackTask


    {
        doIzPackFiles();
        processPackagedFiles( target, target.getPackagedFiles() );

        Project antProject = new Project();
        IzPackTask task = new IzPackTask();
        task.setBasedir( izPackBase.getPath() );
        task.setProject( antProject );
        task.setInput( izPackInput.getPath() );
        task.setOutput( izPackOutput.getPath() );
        task.setTaskName( "izpack" );
        task.execute();
    }
View Full Code Here

TOP

Related Classes of com.izforge.izpack.ant.IzPackTask

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.