[openrtm-commit:00508] r606 - trunk/jp.go.aist.rtm.RTC

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 12月 22日 (木) 09:50:58 JST


Author: fsi-katami
Date: 2011-12-22 09:50:58 +0900 (Thu, 22 Dec 2011)
New Revision: 606

Modified:
   trunk/jp.go.aist.rtm.RTC/build.xml
Log:
For JacORB.  

Modified: trunk/jp.go.aist.rtm.RTC/build.xml
===================================================================
--- trunk/jp.go.aist.rtm.RTC/build.xml	2011-12-22 00:18:02 UTC (rev 605)
+++ trunk/jp.go.aist.rtm.RTC/build.xml	2011-12-22 00:50:58 UTC (rev 606)
@@ -614,7 +614,7 @@
 
 		<javac srcdir="${source.sdo}:${source.rtc}:${source.rtm}:${source.openrtm}" destdir="${build.dir}" classpath="lib/commons-cli-1.1.jar" encoding="UTF-8" />
 
-		<javac srcdir="${source.main}:${source.rtcd}:${source.rtcprof}" destdir="${build.dir}" classpath="lib/commons-cli-1.1.jar"  encoding="UTF-8" />
+		<javac srcdir="${source.main}:${source.rtcd}:${source.rtcprof}" destdir="${build.dir}" classpath="lib/commons-cli-1.1.jar"  encoding="UTF-8"  includes="go/aist/**" excludes="go/aist/ForSunOrb/**,go/aist/ForJacOrb/**"  />
 
 		<delete dir="${source.examplestemp}" />
 
@@ -644,6 +644,12 @@
 
 		<javac srcdir="${source.examples}:" destdir="${build.dir}" classpath="lib/commons-cli-1.1.jar"  encoding="UTF-8" />
 
+		<native2ascii encoding="UTF-8" src="${source.sdo}" dest="${source.sdotemp}" >
+
+	            <include name="**/*.java" />
+
+	        </native2ascii>
+
 		<copy todir="${source.sdo}">
 
 		    <fileset dir="${source.sdotemp}" >


openrtm-commit メーリングリストの案内