[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jbosstest build.xml
From:       Scott M Stark <starksm () users ! sourceforge ! net>
Date:       2002-07-31 1:52:30
[Download RAW message or body]

  User: starksm 
  Date: 02/07/30 18:52:30

  Modified:    .        build.xml
  Log:
  Add testcase for an ear with sar and jar referenced by sar manifest
  
  Revision  Changes    Path
  1.162     +27 -1     jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.161
  retrieving revision 1.162
  diff -u -r1.161 -r1.162
  --- build.xml	30 Jul 2002 07:08:14 -0000	1.161
  +++ build.xml	31 Jul 2002 01:52:30 -0000	1.162
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.161 2002/07/30 07:08:14 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.162 2002/07/31 01:52:30 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1700,6 +1700,32 @@
           <include name="META-INF/jboss-service.xml"/>
         </fileset>
       </jar>
  +
  +    <!-- ExternalClass ear including a sar and util jar -->
  +    <jar jarfile="${build.lib}/external.sar"
  +      manifest="${build.resources}/jmx/loading/ext/manifest.mf">
  +      <metainf dir="${build.resources}/jmx/loading/ext">
  +         <include name="jboss-service.xml" />
  +      </metainf>
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/jmx/loading/ExternalClass*"/>
  +      </fileset>
  +    </jar>
  +    <jar jarfile="${build.lib}/external-util.jar">
  +      <fileset dir="${build.classes}">
  +        <include name="org/jboss/test/jmx/loading/util/*"/>
  +      </fileset>
  +    </jar>
  +    <ear earfile="${build.lib}/external.ear"
  +      appxml="${jmx-rsrc}/loading/ext/application.xml">
  +      <metainf dir="${build.resources}/jmx/loading/ext">
  +         <include name="jboss-app.xml" />
  +      </metainf>
  +      <fileset dir="${build.lib}">
  +        <include name="external.sar"/>
  +        <include name="external-util.jar"/>
  +      </fileset>
  +    </ear>
   
       <!-- ResourceTsts case#1, a sar with the classes and resources -->
       <jar jarfile="${build.lib}/rsrc1.sar">
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic