Index: lams_tool_forum/build.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/build.properties,v
diff -u -r1.10 -r1.11
--- lams_tool_forum/build.properties 8 Jul 2005 02:34:29 -0000 1.10
+++ lams_tool_forum/build.properties 22 Jul 2005 05:58:57 -0000 1.11
@@ -7,24 +7,35 @@
########################################################################################################################
### project properties ###
-project = forum
-#project.version = 2
+project=LAMS
+signature=lafrum11
+product=lams-tool-lafrum11
+project_version=1.1
project.displayname = lams forum tool
-project.description = lams forum tool
-#appserver.deploy.dir= c:/orion/applications/auto
-appserver.deploy.dir = C:/resin-3.0.13/webapps
-#appserver.deploy.dir = C:/Program Files/tomcat 4.1/webapps
-#appserver.deploy.dir = C:/tomcat41/jakarta-tomcat-4.1.31/webapps
+# the URL used to access LAMS
+toolContext=/lams/tool/lafrum11
-db.name = lams
-db.driver=com.mysql.jdbc.Driver
-db.url=jdbc:mysql://localhost/${db.name}
-db.username=root
-db.password=root
-db.scripts=${basedir}/db/sql
+# xdoclet properties
+xdoclet.version=1.2.2
-#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/
+# application properties
+sessiontimeout=120
+
+# path properties
+lib=${basedir}/lib
+sharedlib=../lams_build/lib
+deploy.tool.dir=../lams_build/deploy-tool
+j2eelibs=C:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4
+
+jboss.home=D:/jboss-3.2.6/
+jboss.deploy=${jboss.home}/server/default/deploy/lams.ear
+
+# database related properties
+database.driver.file=${sharedlib}/mysql/mysql-connector-java-3.1.7-bin.jar
+database.driver.classpath=${database.driver.file}
+database.driver=com.mysql.jdbc.Driver
+database.url=jdbc:mysql://localhost/lams?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
+database.userid=lams
+database.password=lamsdemo
+
Index: lams_tool_forum/build.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/build.xml,v
diff -u -r1.15 -r1.16
--- lams_tool_forum/build.xml 8 Jul 2005 04:26:23 -0000 1.15
+++ lams_tool_forum/build.xml 22 Jul 2005 05:58:57 -0000 1.16
@@ -10,61 +10,58 @@
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
-
-
-
-
+
-
+
-
+
-
+
+
+
+
+
+
+
- -->
-
-
-
-
-
@@ -86,14 +83,13 @@
-
+
+
+
-
-
+
@@ -103,17 +99,16 @@
+------------------------------------------+
-
+
+
+
-
-
+
+------------------------------------------+
| compile |
@@ -123,7 +118,7 @@
source="1.4"
debug="on"
compiler="modern"
- classpathref="build.class.path"
+ classpathref="project.classpath"
destdir="${classes.dir}"/>
@@ -132,44 +127,22 @@
| generating hibernate metadata |
+------------------------------------------+
-
+
-
+ Building hbm.xml files using XDoclet to ${hibernate.mappings.dir} from ${src.dir}
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
@@ -194,10 +167,45 @@
source="1.4"
debug="on"
compiler="modern"
- classpathref="build.class.path"
+ classpathref="project.classpath"
destdir="${test.classes.dir}"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-------------------------------------------+
@@ -218,7 +226,7 @@
-
+
@@ -240,9 +248,10 @@
| merge stuff into jar file |
+------------------------------------------+
-
+
+
@@ -251,126 +260,163 @@
+------------------------------------------+
| create jar file |
+------------------------------------------+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+ +------------------------------------------+
+ | build jar file |
+ +------------------------------------------+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+ +------------------------------------------+
+ | Generate the deployment package. |
+ +------------------------------------------+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Deploying the ISMCP tool
+
+
+
+
+
+
+
+
+ depends="init, clean, mkdirs, compile, merge, jar, web">
+------------------------------------------+
| built war file |
+------------------------------------------+
-
-
-
-
-
-
-
-
- +------------------------------------------+
- | deployed war file |
- +------------------------------------------+
-
-
-
-
-
+
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_forum/web/WEB-INF/struts/config/global-exceptions.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_forum/web/WEB-INF/struts/config/global-forwards.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_tool_forum/web/WEB-INF/struts/config/struts-actions.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_forum/web/WEB-INF/struts/config/struts-forms.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_forum/web/WEB-INF/struts/config/struts-message-resources.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_tool_forum/web/WEB-INF/struts/config/struts-plugins.xml'.
Fisheye: No comparison available. Pass `N' to diff?