You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/02/02 11:31:23 UTC

cvs commit: db-ojb build.xml

arminw      2004/02/02 02:31:23

  Modified:    .        build.xml
  Log:
  add txt copy of repository_database...
  add cleanup for perf-test run
  
  Revision  Changes    Path
  1.113     +7 -5      db-ojb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/build.xml,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- build.xml	1 Feb 2004 22:11:44 -0000	1.112
  +++ build.xml	2 Feb 2004 10:31:22 -0000	1.113
  @@ -262,7 +262,6 @@
   		</javac>
       </target>
   
  -
       <!-- ================================================================== -->
       <!-- set the runtime jdbc driver                                        -->
       <!-- if the property useP6Spy is set, the P6Spy Tracing driver is used. -->
  @@ -411,7 +410,7 @@
   			manifest="${build.dest}/MANIFEST.MF"
   			includes="LICENSE,README,org/**"/>
   
  -			
  +
   	</target>
       <!-- ================================================================== -->
       <!-- Build sample war-file for deployment in tomcat                     -->
  @@ -480,7 +479,7 @@
           <copy todir="${build.dir}/WEB-INF/classes">
               <fileset dir="${build.test}/ojb" includes="*.properties,*.dtd,*.xml"/>
           </copy>
  -        
  +
           <copy todir="${build.dir}/WEB-INF">
               <fileset dir="${build.srctest}/org/apache/ojb" includes="web.xml"/>
           </copy>
  @@ -543,7 +542,7 @@
                   <include name="build.properties"/>
               </fileset>
           </copy>
  -        
  +
           <copy todir="${build.dir}/ojb-blank/src/schema">
               <fileset dir="${source}/schema">
                   <include name="ojbcore-schema.xml"/>
  @@ -1043,6 +1042,8 @@
               <jvmarg value="-Xms128m"/>
               <jvmarg value="-Xmx256m"/>
           </java>
  +        <!-- do some cleanup -->
  +        <ant target="copy-testdb"/>
       </target>
   
       <target name="perf-test-jar" depends="init">
  @@ -1204,6 +1205,7 @@
       <copy file="${src.test}/org/apache/ojb/repository.dtd" tofile="${build.dir}/doc/repository.dtd.txt" />
       <copy file="${src.test}/org/apache/ojb/repository.dtd" tofile="${build.dir}/doc/dtds/1.0/repository.dtd" />
   	<copy file="${src.test}/org/apache/ojb/repository.xml" tofile="${build.dir}/doc/repository.xml.txt" />
  +	<copy file="${src.test}/org/apache/ojb/repository_database.xml" tofile="${build.dir}/doc/repository_database.xml.txt" />
   	<copy file="${src.test}/org/apache/ojb/repository_internal.xml" tofile="${build.dir}/doc/repository_internal.xml.txt" />
   	<copy file="${src.test}/org/apache/ojb/repository_junit.xml" tofile="${build.dir}/doc/repository_junit.xml.txt" />
   	<copy file="${src.test}/org/apache/ojb/repository_user.xml" tofile="${build.dir}/doc/repository_user.xml.txt" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org