[Remoterengine-commits] r208 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 7 22:51:23 CEST 2009
Author: ian_long
Date: 2009-10-07 22:51:23 +0200 (Wed, 07 Oct 2009)
New Revision: 208
Modified:
pkg/testpackagebuild.xml
Log:
Updated command to build
Modified: pkg/testpackagebuild.xml
===================================================================
--- pkg/testpackagebuild.xml 2009-10-07 20:26:28 UTC (rev 207)
+++ pkg/testpackagebuild.xml 2009-10-07 20:51:23 UTC (rev 208)
@@ -21,8 +21,8 @@
}}}-->
<target name="test_r_build" description="Get R to build the project's installation package">
- <exec executable="rcmd">
- <arg value="build RemoteREngine"/>
+ <exec executable="R">
+ <arg value="CMD build RemoteREngine"/>
</exec>
</target>
</project>
More information about the Remoterengine-commits
mailing list