[Yanel-commits] rev 59453 - public/yanel/trunk/src/build/targets

michi at wyona.com michi at wyona.com
Mon Jul 18 15:37:17 CEST 2011


Author: michi
Date: 2011-07-18 15:37:17 +0200 (Mon, 18 Jul 2011)
New Revision: 59453

Modified:
   public/yanel/trunk/src/build/targets/cmdl.xml
Log:
cmdl library added

Modified: public/yanel/trunk/src/build/targets/cmdl.xml
===================================================================
--- public/yanel/trunk/src/build/targets/cmdl.xml	2011-07-18 12:29:29 UTC (rev 59452)
+++ public/yanel/trunk/src/build/targets/cmdl.xml	2011-07-18 13:37:17 UTC (rev 59453)
@@ -5,6 +5,12 @@
 
   <target name="run-yanel-cmdl" description="Run command line tool" depends="init-runtime">
     <echo>Yanel Path: ${yanel.path}</echo>
+
+<!-- DEBUG
+    <property name="run.cp" refid="classpath.run.cmdl"/>
+    <echo>Classpath to run yanel cmdl: ${run.cp}</echo>
+-->
+
     <!--
     <exec executable="java">
       <arg line="-classpath ${run.cp} org.wyona.yanel.cmdl.YanelCommandLine"/>
@@ -32,10 +38,15 @@
         <include name="*.jar"/>
       </fileset>
 
+      <fileset dir="${yanel.source.home}/build/lib">
+        <include name="yanel-cmdl-1.0-dev-rREVISION.jar"/>
+      </fileset>
+
       <!-- All external dependencies -->
       <pathelement path="${maven2.cp}"/>
       <pathelement path="${maven2.compile.cp}"/>
     </path>
+
     <property name="run.cp" refid="classpath.run.cmdl"/>
 <!--
     <echo>Classpath to run yanel cmdl: ${run.cp}</echo>



More information about the Yanel-commits mailing list