User: starksm 
  Date: 02/03/12 19:23:15

  Modified:    .        build.xml
  Log:
  Nest the jrmp-comp.sar inside of the jrmp-comp.jar to ensure that
  the JRMPInvoker is started before the ejbs.
  
  Revision  Changes    Path
  1.90      +8 -8      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- build.xml 12 Mar 2002 16:59:53 -0000      1.89
  +++ build.xml 13 Mar 2002 03:23:14 -0000      1.90
  @@ -28,7 +28,7 @@
   <!--            tests-jmxri-compliance still needs to run over jmxri.jar -->
   <!--            the aim of that test is to check our compliance suite.   -->
   
  -<!-- $Id: build.xml,v 1.89 2002/03/12 16:59:53 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.90 2002/03/13 03:23:14 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1370,20 +1370,20 @@
       </jar>
   
       <!-- build jrmp-comp.jar -->
  +    <jar jarfile="${build.lib}/jrmp-comp.sar">
  +      <metainf dir="${build.resources}/jrmp/service-inf" />
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/jrmp/ejb/Compression*.class"/>
  +      </fileset>
  +    </jar>
       <jar jarfile="${build.lib}/jrmp-comp.jar">
         <metainf dir="${build.resources}/jrmp/META-INF" />
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/jrmp/interfaces/**"/>
           <include name="org/jboss/test/jrmp/ejb/**"/>
         </fileset>
  -    </jar>
  -    <jar jarfile="${build.lib}/jrmp-comp.sar">
  -      <metainf dir="${build.resources}/jrmp/service-inf" />
  -      <fileset dir="${build.classes}">
  -        <include name="org/jboss/test/jrmp/ejb/Compression*.class"/>
  -      </fileset>
         <fileset dir="${build.lib}">
  -        <include name="jrmp-comp.jar"/>
  +        <include name="jrmp-comp.sar"/>
         </fileset>
       </jar>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to