knut 2005/02/01 01:01:36
Modified: . status.xml
examples build.xml
Log:
HIVEMIND-88: corrected runtime classpath for running examples.
Revision Changes Path
1.95 +3 -0 jakarta-hivemind/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-hivemind/status.xml,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- status.xml 27 Jan 2005 02:48:15 -0000 1.94
+++ status.xml 1 Feb 2005 09:01:36 -0000 1.95
@@ -155,6 +155,9 @@
<action type="add" dev="HLS">
Add hivemind.lib.ChainFactory service.
</action>
+ <action type="fix" dev="KW" fixes-bug="HIVEMIND-88" due-to="Brian K.
Wallace">
+ Error running examples using Ant targets.
+ </action>
</release>
<release version="1.0" date="Sep 22 2004">
1.12 +2 -2 jakarta-hivemind/examples/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-hivemind/examples/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 16 Nov 2004 18:51:43 -0000 1.11
+++ build.xml 1 Feb 2005 09:01:36 -0000 1.12
@@ -35,8 +35,8 @@
<path id="runtime.classpath">
<fileset dir="${module.lib.dir}">
- <include name="compile/*.jar"/>
- <include name="run/*.jar"/>
+ <include name="compile/**/*.jar"/>
+ <include name="run/**/*.jar"/>
</fileset>
<pathelement location="${java.classes.dir}"/>
<pathelement location="${conf.src.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]