Index: lams_tool_forum/build.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/build.properties,v
diff -u -r1.9 -r1.10
--- lams_tool_forum/build.properties 7 Jul 2005 10:36:29 -0000 1.9
+++ lams_tool_forum/build.properties 8 Jul 2005 02:34:29 -0000 1.10
@@ -23,3 +23,8 @@
db.username=root
db.password=root
db.scripts=${basedir}/db/sql
+
+#jar files needed for building and running test cases
+build.lib = c:/jars/build
+#jar files needed for runnning this tool as a standalone application.
+shared.lib = c:/jars/
Index: lams_tool_forum/build.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/build.xml,v
diff -u -r1.13 -r1.14
--- lams_tool_forum/build.xml 7 Jul 2005 10:36:29 -0000 1.13
+++ lams_tool_forum/build.xml 8 Jul 2005 02:34:29 -0000 1.14
@@ -11,7 +11,8 @@
-
+
+
@@ -32,26 +33,32 @@
-
+
-
-
+
+
+
+
+
@@ -187,7 +194,7 @@
source="1.4"
debug="on"
compiler="modern"
- classpathref="test.class.path"
+ classpathref="build.class.path"
destdir="${test.classes.dir}"/>
@@ -211,7 +218,7 @@
-
+
@@ -305,21 +312,7 @@
-
-
-
+
@@ -350,10 +343,6 @@
-
-
-
+------------------------------------------+
-
-
-
+
+
+
- +------------------------------------------+
- | created distribution |
- +------------------------------------------+
-
+
+ depends="war">
+------------------------------------------+
| deployed war file |
+------------------------------------------+