You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ra...@apache.org on 2006/04/12 23:33:44 UTC

svn commit: r393625 - /xmlbeans/trunk/build.xml

Author: radup
Date: Wed Apr 12 14:33:43 2006
New Revision: 393625

URL: http://svn.apache.org/viewcvs?rev=393625&view=rev
Log:
Changed the build.xml file so that it doesn't require 'svn' on the path anymore.

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/build.xml?rev=393625&r1=393624&r2=393625&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Wed Apr 12 14:33:43 2006
@@ -201,7 +201,8 @@
 
     <target name="version">
         <!-- svn must be on the path -->
-        <exec executable="svn" output="build/private/svninfo.properties">
+        <echo message="Trying to get revision number from Subversion..."/>
+        <exec executable="svn" output="build/private/svninfo.properties" failifexecutionfails="false">
             <arg line="info ${basedir}"/>
         </exec>
         <replaceregexp file="build/private/svninfo.properties"
@@ -772,6 +773,8 @@
     <!-- Note that this is a tricky target because it bootstraps xbeans on itself. -->
     <!-- The basic strategy is to rely on the oldxbeans.jar checked into external/lib -->
 
+    <!-- This doesn't really work anymore, because the "schema" part now needs the package name and the
+         ant "replace" mechanism is too difficult to use to be worth it -->
     <target name="xmlschema.check">
         <condition property="xmlschema.notRequired">
             <uptodate property="xmlschema.notRequired" targetfile="build/classes/xmlschema/schema/system/sXMLLANG/index.xsb">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org