You are viewing a plain text version of this content. The canonical link for it is here.
Posted to imperius-commits@incubator.apache.org by jn...@apache.org on 2008/01/10 15:38:30 UTC

svn commit: r610815 - /incubator/imperius/trunk/build.xml

Author: jneeraj
Date: Thu Jan 10 07:38:29 2008
New Revision: 610815

URL: http://svn.apache.org/viewvc?rev=610815&view=rev
Log:
fixed build errors

Modified:
    incubator/imperius/trunk/build.xml

Modified: incubator/imperius/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/imperius/trunk/build.xml?rev=610815&r1=610814&r2=610815&view=diff
==============================================================================
--- incubator/imperius/trunk/build.xml (original)
+++ incubator/imperius/trunk/build.xml Thu Jan 10 07:38:29 2008
@@ -85,8 +85,14 @@
 		<!-- the svn ant task didn't work so call it directly 
              an executable svn must be on the system PATH -->
 		<exec executable="svn" searchpath="true" dir="." failonerror="true">
-            <arg line="co ${IMPERIUS_SVN_MODULES_REPOSITORY} "/>
-        </exec>
+		    <arg line="co http://svn.apache.org/repos/asf/incubator/imperius/trunk/imperius-splcore "/>
+		</exec>
+		<exec executable="svn" searchpath="true" dir="." failonerror="true">
+		    <arg line="co http://svn.apache.org/repos/asf/incubator/imperius/trunk/imperius-javaspl "/>
+		</exec>
+		<exec executable="svn" searchpath="true" dir="." failonerror="true">
+		    <arg line="co http://svn.apache.org/repos/asf/incubator/imperius/trunk/javaspl-samples "/>
+		</exec>
      <!--   <exec executable="svn" searchpath="true" dir="." failonerror="true">
             <arg line="co ${IMPERIUS_SVN_SITE_REPOSITORY} ${IMPERIUS_SVN_SITE} -non-interactive"/>
         </exec>  -->
@@ -95,12 +101,16 @@
         <property name="APACHE_LICENSE_URL" value="${IMPERIUS_SVN_TRUNK_REPOSITORY}/LICENSE.txt?view=co"/>
         <property name="APACHE_NOTICE_FILE" value="${basedir}/NOTICE.txt"/>
         <property name="APACHE_NOTICE_URL" value="${IMPERIUS_SVN_TRUNK_REPOSITORY}/NOTICE.txt?view=co"/>
-		
+	
+	<property name="POM_XML_FILE" value="${basedir}/pom.xml"/>
+        <property name="POM_XML_URL" value="${IMPERIUS_SVN_TRUNK_REPOSITORY}/pom.xml?view=co"/>
+			
 		<!-- Uncomment and set appropriate parameters if running behind a firewall -->
 		<!--<setproxy proxyhost="proxy.host.name" proxyport="80" proxyuser="myuserid" proxypassword="mypassword"/> -->
 		<!-- get the license -->
 		<get src="${APACHE_LICENSE_URL}" dest="${APACHE_LICENSE_FILE}"/>
 		<get src="${APACHE_NOTICE_URL}" dest="${APACHE_NOTICE_FILE}"/>
+		<get src="${POM_XML_URL}" dest="${POM_XML_FILE}"/>
 	</target>
 
 	<!-- Add a build tag to the version in the main pom.xml. If there was no build