[openrtm-commit:01854] r588 - trunk/rtmtools

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 3月 15日 (火) 13:51:06 JST


Author: ga
Date: 2016-03-15 13:51:06 +0900 (Tue, 15 Mar 2016)
New Revision: 588

Modified:
   trunk/rtmtools/build_plugins
Log:


Modified: trunk/rtmtools/build_plugins
===================================================================
--- trunk/rtmtools/build_plugins	2016-03-15 04:48:14 UTC (rev 587)
+++ trunk/rtmtools/build_plugins	2016-03-15 04:51:06 UTC (rev 588)
@@ -261,6 +261,7 @@
         if test -d $project; then
             echo "- Starting ant build of project: $project"
             cd $project
+            echo "target : $TARGET libs:$LIBS"
             ant $target $LIBS
             if test $? -ne 0; then
                 echo "[ERROR] build failed: " $project
@@ -319,7 +320,7 @@
 echo "PROJECT_VERSION: $PROJECT_VERSION"
 echo "------------------------------------------------------------"
 
-LIBS="-lib ../../lib -lib ../../lib/a4e-2137 -lib ../../lib/a4e-2137/libs -lib $ECLIPSE_HOME/plugins"
+LIBS="-lib ../lib -lib ../lib/a4e-2137 -lib ../lib/a4e-2137/libs -lib $ECLIPSE_HOME/plugins"
 
 cleanup_jardir
 do_ant $TARGET



More information about the openrtm-commit mailing list