You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2007/05/02 19:12:05 UTC

svn commit: r534550 - /xml/security/trunk/build.xml

Author: raul
Date: Wed May  2 10:12:04 2007
New Revision: 534550

URL: http://svn.apache.org/viewvc?view=rev&rev=534550
Log:
Trying to fix gump problem.

Modified:
    xml/security/trunk/build.xml

Modified: xml/security/trunk/build.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/build.xml?view=diff&rev=534550&r1=534549&r2=534550
==============================================================================
--- xml/security/trunk/build.xml (original)
+++ xml/security/trunk/build.xml Wed May  2 10:12:04 2007
@@ -289,13 +289,15 @@
 	<!-- Forrest new -->
 	<property environment="env"/>
 	<property name="forrest.home" value="${env.FORREST_HOME}"/>
-	<property name="project.home" value="${dir.docs}"/>
-	<import file="${env.FORREST_HOME}/forrest.build.xml"/>
+	<property name="project.home" value="${dir.docs}"/>	
 	<!-- 'site' is a target imported from forrest.build.xml -->
-	<target name="raul-forrest" depends="site">			    	    	    
-	    <echo>something here</echo>
+	<import file="${env.FORREST_HOME}/forrest.build.xml" optional="true"/>
+	<target name="raul-forrest"  if="env.FORREST_HOME">			    	    	    
+			
+			<antcall target="site"></antcall>
+			<echo>something here</echo>
 	</target>
-    <!-- source -->
+	<!-- source -->
     <target name="build.src"
             depends="do.check.libs,do.build.src,env.mk.dirs,do.check.bindist"
 			unless="is.bin.dist"