Index: lams_tool_forum/build.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/build.xml,v
diff -u -r1.20 -r1.21
--- lams_tool_forum/build.xml 30 Aug 2005 05:00:51 -0000 1.20
+++ lams_tool_forum/build.xml 7 Sep 2005 23:40:32 -0000 1.21
@@ -8,21 +8,10 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -38,39 +27,22 @@
-
-
-
-
-
-
+------------------------------------------+
- | build initializing |
- +------------------------------------------+
-
-
-
-
-
-
-
- +------------------------------------------+
| creating directory structure |
+------------------------------------------+
-
-
+
-
-
+
+
@@ -79,30 +51,30 @@
| clean |
+------------------------------------------+
-
-
-
-
-
-
-
+
+
+
+
-
- +------------------------------------------+
- | compile |
- +------------------------------------------+
-
-
+
+ destdir="${build.classes.java}"/>
+
+
+
+
+
+
+
-
+
+------------------------------------------+
| generating hibernate metadata |
+------------------------------------------+
@@ -111,47 +83,35 @@
classname="xdoclet.modules.hibernate.HibernateDocletTask"
classpathref="all-libs"/>
- Building hbm.xml files using XDoclet to ${conf.hibernate.mapping.dir} from ${src.dir}
+ Building hbm.xml files using XDoclet to ${conf.hibernate.mapping.dir} from ${src.java.dir}
-
+
-
- +------------------------------------------+
- | compile |
- +------------------------------------------+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -187,62 +147,46 @@
-
- +-------------------------------------------+
- | run junit tests and save results in /test |
- +-------------------------------------------+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- +------------------------------------------+
- | merge stuff into jar file |
- +------------------------------------------+
-
-
-
-
-
+
+
+
-
+
+
+
+
-
+
+------------------------------------------+
| create jar file |
+------------------------------------------+
-
+
@@ -391,7 +335,7 @@
+ depends="init, clean, compile-java, jar, web">
+------------------------------------------+
| built war file |
+------------------------------------------+