costin      2003/02/26 11:40:33

  Modified:    .        build.xml
  Log:
  The rest of the embed.
  
  If anyone can try it - please let me know if it works for you.
  
  Revision  Changes    Path
  1.89      +27 -1     jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- build.xml 26 Feb 2003 16:42:08 -0000      1.88
  +++ build.xml 26 Feb 2003 19:40:33 -0000      1.89
  @@ -467,6 +467,16 @@
           <include name="commons-beanutils.jar"/>
           <include name="tomcat-util.jar"/>
         </fileset>
  +      <fileset dir="build/common/lib">
  +        <include name="commons-collections.jar"/>
  +      </fileset>
  +    </copy>
  +    
  +    <!-- JMX -->
  +    <copy todir="embed/lib">
  +      <fileset dir="build/server/lib">
  +        <include name="jmx.jar"/>
  +      </fileset>
       </copy>
       
       <!-- Connector -->
  @@ -523,10 +533,26 @@
         </fileset>
       </copy>
       -->
  -    <copy tofile="embed/tomcat5-mbeans.xml" 
file="resources/mbeans/tomcat5-mbeans.xml" />
       <copy tofile="embed/tomcat5-ant.xml" file="resources/mbeans/tomcat5-ant.xml" />
  +    <!-- 
  +    <copy tofile="embed/tomcat5-mbeans.xml" 
file="resources/mbeans/tomcat5-mbeans.xml" />
       <copy tofile="embed/tomcat5-mlet.xml" file="resources/mbeans/tomcat5-mlet.xml" 
/>
       <copy tofile="embed/tomcat5-service.xml" 
file="resources/mbeans/tomcat5-service.xml" />
  +    -->
  +
  +    <mkdir dir="embed/conf"/>
  +    <copy todir="embed/conf">
  +      <fileset dir="build/conf">
  +         <include name="server.xml"/>
  +         <include name="web.xml"/>
  +      </fileset>
  +    </copy>
  +
  +    <mkdir dir="embed/webapps"/>
  +    <copy todir="embed/webapps" >
  +       <fileset dir="build/webapps" includes="ROOT/**"/>
  +    </copy>
  +    
     </target>
   
     <!-- ====================== DEPLOY: Deploy Components =================== -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to