Package net.rim.tumbler.mxmlc

Examples of net.rim.tumbler.mxmlc.Mxmlc.run()


            Logger.logMessage(LogType.INFO, "PROGRESS_COMPILING");
            if (SessionManager.getInstance().isPlayBook()) {
                Mxmlc mxmlc = new Mxmlc(bbwpProperties, config);

                // just for demo purposes, we hard code the source file path
                mxmlc.run();
           
                // *** just for demo purposes, we HARD CODE THE SOURCE PATH ***
                Logger.logMessage(LogType.INFO, "PROGRESS_PACKAGING");
                AirPackager packager = new AirPackager(bbwpProperties, config);
                int ret = packager.run();
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.