Examples of verifyJRubyVersion()


Examples of org.torquebox.TorqueBox.verifyJRubyVersion()

        registration.registerXMLElementWriter( CoreSubsystemParser.getInstance() );

        try {
            TorqueBox torquebox = new TorqueBox();
            torquebox.printVersionInfo( log );
            torquebox.verifyJRubyVersion( log );
        } catch (IOException e) {
            log.error( "Failed to load torquebox.properties", e );
        }
    }
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.