Author: bjohnson
Date: Wed Sep 19 16:46:58 2007
New Revision: 577474

URL: http://svn.apache.org/viewvc?rev=577474&view=rev
Log:
Adding ant build.xml scripts for sdo_axiom tests

Modified:
    incubator/tuscany/cpp/sdo/README_ANT_INSTALL
    incubator/tuscany/cpp/sdo/antscripts/system.xml
    incubator/tuscany/cpp/sdo/runtime/core/build.xml
    incubator/tuscany/cpp/sdo/runtime/core/test/build.xml

Modified: incubator/tuscany/cpp/sdo/README_ANT_INSTALL
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/README_ANT_INSTALL?rev=577474&r1=577473&r2=577474&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/README_ANT_INSTALL (original)
+++ incubator/tuscany/cpp/sdo/README_ANT_INSTALL Wed Sep 19 16:46:58 2007
@@ -4,8 +4,8 @@
 Traditionally TuscanySDO was compiled with automake, but we decided
 it would be easier to maintain and more flexible if we switched to 
 ant. The ant build process is still in its beta and will be formalized
-for Release M4. Currently the only item remaining is to finish writing
-ant build files for the rest of the samples and tests.
+for Release M4. Currently the only item remaining is to write an ant 
+build file for the samples.
 
 
 Required Software to build TuscanySDO Native with ant
@@ -130,6 +130,9 @@
 root TuscanySDO directory:
   TUSCANY_SDO_SRC_ROOT/build.xml
   TUSCANY_SDO_SRC_ROOT/runtime/core/build.xml
+  TUSCANY_SDO_SRC_ROOT/runtime/core/test/build.xml
+  TUSCANY_SDO_SRC_ROOT/runtime/core/sdo_axiom_test/build.xml
+  
 
 For a listing of public targets for any build.xml file, execute the following: 
 (display shown for the root src directory)

Modified: incubator/tuscany/cpp/sdo/antscripts/system.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/antscripts/system.xml?rev=577474&r1=577473&r2=577474&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/antscripts/system.xml (original)
+++ incubator/tuscany/cpp/sdo/antscripts/system.xml Wed Sep 19 16:46:58 2007
@@ -100,6 +100,7 @@
      Configure ${enable_ws} and ${axis2c.home.dir}, which is needed to compile 
the ws extension
      Take the override value from platform.properties if set
      Else take it from the env var AXIS2C_HOME
+     The axis2c.home.dir property can only be obtained by calling this target
   -->
   <target name="check.ws" depends="check.libxml2">
     <if>
@@ -123,11 +124,12 @@
       </else>
     </if>
   </target>
-
+  
   <!--
-     Configure ${enable_libxml2} and ${axis2c.home.dir}, which is needed to 
compile the ws extension
+     Configure ${enable_libxml2}, which is needed to compile the ws extension
      Take the override value from platform.properties if set
      Else take it from the env var AXIS2C_HOME
+     The libxml2.* properties can only be obtained by calling this target
   -->
   <target name="check.libxml2">
     <if>

Modified: incubator/tuscany/cpp/sdo/runtime/core/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/build.xml?rev=577474&r1=577473&r2=577474&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/build.xml (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/build.xml Wed Sep 19 16:46:58 2007
@@ -171,8 +171,7 @@
     
   <target name="clean.test">
     <ant target="clean" antfile="${this.dir}/test/build.xml" 
inheritAll="false"/>
-    <!-- TODO not implemented yet -->
-    <!--ant target="clean" antfile="${this.dir}/sdo_axiom_test/build.xml" 
inheritAll="false"/-->
+    <ant target="clean" antfile="${this.dir}/sdo_axiom_test/build.xml" 
inheritAll="false"/>
   </target>
   
     <!-- Test -->
@@ -182,8 +181,7 @@
   </target>
   
   <target name="test.sdo_axiom">
-    <!-- TODO not implemented yet -->
-    <!--ant target="all" antfile="${this.dir}/sdo_axiom_test/build.xml" 
inheritAll="false"/-->
+    <ant target="all" antfile="${this.dir}/sdo_axiom_test/build.xml" 
inheritAll="false"/>
   </target>
 
 </project>

Modified: incubator/tuscany/cpp/sdo/runtime/core/test/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/test/build.xml?rev=577474&r1=577473&r2=577474&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/build.xml (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/build.xml Wed Sep 19 16:46:58 
2007
@@ -50,10 +50,7 @@
       <custom-build-elements>
         <includepath path="${sdo.impl.include.path}"/>
         <defineset if="windows" define="_MBCS"/>
-        <!--includepath if="windows" path="${iconv.home.dir}/include"/-->
         <libset dir="${sdo.impl.library.path}" 
libs="${sdo.impl.library.name}"/>
-        <!--libset if="windows" dir="${libxml2.lib.dir}" libs="libxml2"/-->
-        <!--libset unless="windows" dir="${libxml2.lib.dir}" libs="xml2"/-->
       </custom-build-elements>
     </cpp-build>
 



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

Reply via email to