[openrtm-commit:01029] r703 - in trunk: . jp.go.aist.rtm.RTC

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 3月 3日 (日) 11:55:53 JST


Author: ga
Date: 2013-03-03 11:55:53 +0900 (Sun, 03 Mar 2013)
New Revision: 703

Modified:
   trunk/buildInstaller.bat
   trunk/jp.go.aist.rtm.RTC/build.xml
Log:
Added a target generating msi.

Modified: trunk/buildInstaller.bat
===================================================================
--- trunk/buildInstaller.bat	2013-03-02 12:30:12 UTC (rev 702)
+++ trunk/buildInstaller.bat	2013-03-03 02:55:53 UTC (rev 703)
@@ -1,5 +1,5 @@
 cd jp.go.aist.rtm.RTC
-call ant javaInstaller -lib %ANT_HOME%\lib\
+call ant buildInstaller -lib %ANT_HOME%\lib\
 if ERRORLEVEL 1 goto error_end 
 cd ..
 exit /b 0

Modified: trunk/jp.go.aist.rtm.RTC/build.xml
===================================================================
--- trunk/jp.go.aist.rtm.RTC/build.xml	2013-03-02 12:30:12 UTC (rev 702)
+++ trunk/jp.go.aist.rtm.RTC/build.xml	2013-03-03 02:55:53 UTC (rev 703)
@@ -165,6 +165,18 @@
 	</target>
 
 	
+	<target name="buildInstaller">
+
+	<taskdef name="jsmoothgen"
+	classname="net.charabia.jsmoothgen.ant.JSmoothGen"
+	classpath="${dir.jsmooth}/lib/jsmoothgen-ant.jar"/>
+		<antcall target="createExe" />
+
+		<antcall target="javaInstaller" />
+
+	</target>
+
+	
         <target name="buildAllLinux">
 
 		<antcall target="idlCompile" />


More information about the openrtm-commit mailing list