[jacorb-developer] JBoss artifacts from JacORB 2.3.1

David R Robison drrobison at openroadsconsulting.com
Wed Dec 2 20:11:40 CET 2009


When trying to build the JBoss artifacts from JacORB 2.3.1 for JBoss 
5.1.0 I noticed that some of the JBoss jar files have moved. I made the 
following modifications to the conf/common-jmx.xml file:
<target name="jmx.init-jboss" if="jboss.home" >
    <path id="path.jboss" >
        <pathelement location="${jboss.home}/lib/jboss-system.jar" />
        <pathelement location="${jboss.home}/lib/jboss-jmx.jar" />
        <pathelement location="${jboss.home}/lib/jboss-common.jar" />
        <pathelement location="${jboss.home}/lib/dom4j.jar" />
        <pathelement 
location="${jboss.home}/server/all/lib/avalon-framework.jar" />
        <pathelement 
location="${jboss.home}/server/all/lib/jboss-iiop.jar" />
       
        <!-- JBoss 5.1.0.GA -->
        <pathelement location="${jboss.home}/common/lib/jboss-iiop.jar" />
        <pathelement location="${jboss.home}/lib/jboss-j2se.jar" />
        <pathelement location="${jboss.home}/lib/jboss-system-jmx.jar" />
        <pathelement location="${jboss.home}/lib/jboss-mbeans.jar" />
        <pathelement location="${jboss.home}/lib/jboss-kernel.jar" />
        <pathelement location="${jboss.home}/lib/jboss-logging-spi.jar" />
    </path>

    <property name="jboss.dir.deploy" 
value="${jboss.home}/server/all/deploy" />
    <property name="jboss.dir.lib"    
value="${jboss.home}/server/all/lib" />
</target>

The last few lines allows it to compile with JBoss 5.1.0

David

-- 

David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: drrobison at openroadsconsulting.com
web: http://openroadsconsulting.com
blog: http://therobe.blogspot.com
book: http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526

This e-mail communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed.  If you are not the intended recipient, you should immediately stop reading this message and delete it from all computers that it resides on. Any unauthorized reading, distribution, copying or other use of this communication (or its attachments) is strictly prohibited.  If you have received this communication in error, please notify us immediately.  





More information about the jacorb-developer mailing list