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 2006/08/08 21:07:30 UTC

svn commit: r429775 - /db/ojb/branches/OJB_1_0_RELEASE/build.xml

Author: arminw
Date: Tue Aug  8 12:07:29 2006
New Revision: 429775

URL: http://svn.apache.org/viewvc?rev=429775&view=rev
Log:
rename 'forward' task property
comment out junit tests for discontinued api's

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/build.xml

Modified: db/ojb/branches/OJB_1_0_RELEASE/build.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/build.xml?rev=429775&r1=429774&r2=429775&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/build.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/build.xml Tue Aug  8 12:07:29 2006
@@ -1320,15 +1320,16 @@
                   haltonfailure="no"
                   outfile="target/test/tests-odmg" >
             </test>
-            <test name="org.apache.ojb.soda.AllTests"
-                  haltonfailure="no"
-                  outfile="target/test/tests-soda" >
-            </test>
-
-            <test name="org.apache.ojb.otm.AllTests"
-                  haltonfailure="no"
-                  outfile="target/test/tests-otm" >
-            </test>
+            <!-- comment out tests for discontinued api's -->
+            <!--<test name="org.apache.ojb.soda.AllTests"-->
+                  <!--haltonfailure="no"-->
+                  <!--outfile="target/test/tests-soda" >-->
+            <!--</test>-->
+<!---->
+            <!--<test name="org.apache.ojb.otm.AllTests"-->
+                  <!--haltonfailure="no"-->
+                  <!--outfile="target/test/tests-otm" >-->
+            <!--</test>-->
 
         </junit>
     </target>
@@ -1728,17 +1729,17 @@
     <target name="forward" description="forward engineering from repository.xml" depends="">
         <property name="input" value="repository.xml"/>
         <property name="bean.output" value="forward/beans"/>
-        <property name="torque.output" value="forward/xml"/>
+        <property name="db.output" value="forward/xml"/>
 
         <mkdir dir="${bean.output}"/>
-        <mkdir dir="${torque.output}"/>
+        <mkdir dir="${db.output}"/>
 
         <taskdef name="forward.repository"
                  classname="org.apache.ojb.tools.mapping.forward.ForwardRepositoryTask"
                  classpathref="runtime-classpath"/>
         <forward.repository input="${input}"
                             beanOutput="${bean.output}"
-                            torqueOutput="${torque.output}"/>
+                            torqueOutput="${db.output}"/>
     </target>
 
     <!-- ================================================================== -->



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