User: mnf999  
  Date: 01/11/02 07:19:53

  Modified:    .        build.xml
  Log:
  build.xml for the current website
  
  Revision  Changes    Path
  1.22      +17 -30    newsite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 2001/11/02 04:05:41     1.21
  +++ build.xml 2001/11/02 15:19:53     1.22
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.21 2001/11/02 04:05:41 mnf999 Exp $ -->
  +<!-- $Id: build.xml,v 1.22 2001/11/02 15:19:53 mnf999 Exp $ -->
   
   <project default="main" name="JBoss Website/Website">
   
  @@ -259,9 +259,8 @@
          depends="init, 
                   compile-docs, 
                      compile-metadata, 
  -                   compile-bin"/>
  -                                <!--, 
  -                   compile-snapshots"/>-->
  +                   compile-bin,
  +                   compile-snapshots"/>
   
     <!-- Compile doc sources & support files -->
     <target name="compile-docs" depends="init">
  @@ -309,16 +308,14 @@
   
     <!-- Export the cvs modules for snapshots -->
     
  -<!--
     <target name="_compile-snapshots-export-cvs" 
          depends="init" 
          unless="snapshot-export-cvs.disable">
       <mkdir dir="${build.snapshots.tmp}"/>
       <echo>Exporting CVS modules for snaphots...</echo>
  --->
   
  +
       <!-- Make sure there is an entry for this cvsroot -->
  -<!--
       
        <cvspass cvsroot="${snapshot.cvsroot}" password=""/>
       <cvs cvsroot="${snapshot.cvsroot}"
  @@ -327,27 +324,26 @@
         package="${snapshot.modules}"
         dest="${build.snapshots.tmp}"/>
     </target>
  --->
     
     <!-- Compile cvs source snapshots -->
  -<!-- 
  +
        <target name="compile-snapshots" 
          unless="snapshot.disable"
          depends="init, _compile-snapshots-export-cvs">
       <mkdir dir="${build.snapshots}"/>
  --->
  +
   
       <!-- build jboss-all.zip -->
  -<!--
  +
      <zip zipfile="${build.snapshots}/jboss-all.zip">
         <fileset dir="${build.snapshots.tmp}">
           <include name="jboss-all/**"/>
         </fileset>
       </zip>
  --->
  +
   
       <!-- build jboss-all.tgz -->
  -<!--
  +
       <tar tarfile="${build.snapshots}/jboss-all.tar" 
         longfile="gnu"
         basedir="${build.snapshots.tmp}"
  @@ -355,18 +351,18 @@
       </tar>
       <gzip src="${build.snapshots}/jboss-all.tar"
          zipfile="${build.snapshots}/jboss-all.tgz"/>
  --->
  +
   
       <!-- build jboss-mq.zip -->
  -<!--
  +
         <zip zipfile="${build.snapshots}/jboss-mq.zip">
         <fileset dir="${build.snapshots.tmp}">
           <include name="jboss-mq/**"/>
         </fileset>
       </zip>
  ---> 
  +
       <!-- build jboss-mq.tgz -->
  -<!--
  +
       <tar tarfile="${build.snapshots}/jboss-mq.tar" 
         longfile="gnu"
         basedir="${build.snapshots.tmp}"
  @@ -374,19 +370,16 @@
       </tar>
       <gzip src="${build.snapshots}/jboss-mq.tar"
          zipfile="${build.snapshots}/jboss-mq.tgz"/>
  --->
  +
       <!-- build jboss-plugins.zip -->
       
  -<!--
        <zip zipfile="${build.snapshots}/jboss-plugins.zip">
         <fileset dir="${build.snapshots.tmp}">
           <include name="jboss-plugins/**"/>
         </fileset>
       </zip>
  --->
   
       <!-- build jboss-plugins.tgz -->
  -<!--
        <tar tarfile="${build.snapshots}/jboss-plugins.tar" 
         longfile="gnu"
         basedir="${build.snapshots.tmp}"
  @@ -394,7 +387,7 @@
       </tar>
       <gzip src="${build.snapshots}/jboss-plugins.tar"
          zipfile="${build.snapshots}/jboss-plugins.tgz"/>
  --->
  +
       <!-- ================================================= -->
       <!-- HACK Make the JBoss DTDs available under j2ee/dtd -->
       <!-- ================================================= -->
  @@ -404,7 +397,7 @@
          | perhaps the dtds should be in a seperate module (shared by jboss-all
          | and jboss-website), or something... this is just bad form!
        -->
  -<!--
  +
       <mkdir dir="${build.docs}/j2ee/dtd"/>
       <copy todir="${build.docs}/j2ee/dtd" filtering="no">
         <fileset 
dir="${build.snapshots.tmp}/jboss-all/server/src/resources/org/jboss/metadata">
  @@ -413,7 +406,7 @@
       </copy>
   
     </target>
  --->  
  +
     <!-- ================================================================== -->
     <!-- Archives                                                           -->
     <!-- ================================================================== -->
  @@ -455,12 +448,6 @@
           <include name="snapshots.war"/>
         </fileset>
       </ear>
  -         
  -     <copy todir="/home/marcf/JBoss-2.4.1_Tomcat-3.2.3/jboss/deploy" filtering="no">
  -      <fileset dir="${build.lib}">
  -         <include name="website.ear"/>
  -      </fileset>
  -    </copy>
   
     </target>
   
  
  
  

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

Reply via email to