Author: bjohnson
Date: Thu Sep 20 08:05:53 2007
New Revision: 577784

URL: http://svn.apache.org/viewvc?rev=577784&view=rev
Log:
Fix minor ant build issue with php extension. Minor update to ant install readme

Modified:
    incubator/tuscany/cpp/sca/README_ANT_INSTALL
    incubator/tuscany/cpp/sca/runtime/extensions/php/build.xml

Modified: incubator/tuscany/cpp/sca/README_ANT_INSTALL
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/README_ANT_INSTALL?rev=577784&r1=577783&r2=577784&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/README_ANT_INSTALL (original)
+++ incubator/tuscany/cpp/sca/README_ANT_INSTALL Thu Sep 20 08:05:53 2007
@@ -3,9 +3,12 @@
 This guide shows how to build TuscanySCA Native with apache ant. 
 Traditionally TuscanySCA 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.
+ant. Above all, using ant will standardize the build system across 
+all platforms, obviating the need to support both automake and 
+microsoft VC projects.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.
 
 
 Required Software to build TuscanySCA Native with ant

Modified: incubator/tuscany/cpp/sca/runtime/extensions/php/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/php/build.xml?rev=577784&r1=577783&r2=577784&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/php/build.xml (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/php/build.xml Thu Sep 20 
08:05:53 2007
@@ -117,6 +117,7 @@
         objdir="${lib.dir}"
         infiles="${php.core.cpp.files}">
       <custom-cc-elements>
+        <includepath path="${sdo.include.dir}"/>
         <includepath path="${this.dir}/src"/>
         <includepath path="${php.include.dir}"/>
         <includepath path="${php.include.dir}/main"/>



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

Reply via email to