[Remoterengine-commits] r207 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 7 22:26:28 CEST 2009


Author: ian_long
Date: 2009-10-07 22:26:28 +0200 (Wed, 07 Oct 2009)
New Revision: 207

Added:
   pkg/testpackagebuild.xml
Log:
Add a standalone Ant task to enable Continous Integration Server to test the R building of the installation package

Added: pkg/testpackagebuild.xml
===================================================================
--- pkg/testpackagebuild.xml	                        (rev 0)
+++ pkg/testpackagebuild.xml	2009-10-07 20:26:28 UTC (rev 207)
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<project name="remoterengine_R_build" default="test_r_build" basedir=".">
+
+  <!--{{{ Copyright (c) 2009, Ian Long <ilong at stoatsoftware.com> 
+  
+ This file is part of the RemoteREngine project
+ 
+ The RemoteREngine project is free software: 
+ you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+ 
+ The RemoteREngine project is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ 
+ You should have received a copy of the GNU General Public License
+ along with the RemoteREngine project. If not, see <http://www.gnu.org/licenses/>.
+}}}-->
+
+	<target name="test_r_build" description="Get R to build the project's installation package">
+		<exec executable="rcmd">
+			<arg value="build RemoteREngine"/>
+		</exec>
+	</target>
+</project>
+


Property changes on: pkg/testpackagebuild.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the Remoterengine-commits mailing list