Index: lams_tool_vote/build.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/build.xml,v
diff -u -r1.23 -r1.24
--- lams_tool_vote/build.xml 10 Feb 2012 21:13:21 -0000 1.23
+++ lams_tool_vote/build.xml 6 Mar 2012 11:15:40 -0000 1.24
@@ -73,14 +73,14 @@
-
+
The JDBC driver you have specified by including one of the files in ${basedir}/config/database
- doesn't exist. You have to download this driver separately and put it in ${db.driver.jar}
+ doesn't exist. You have to download this driver separately and put it in ${db.driver.dir}
Please make sure you're using a version that is equal or superior to the one we looked for.
- If you name the driver jar file differently, please update the db.driver.jar property
+ If you name the driver jar file differently, please update the db.driver.dir property
in the ${basedir}/config/database/xxx.xml file accordingly.
@@ -93,7 +93,7 @@
-
-
+
@@ -318,10 +318,10 @@
-
-
+
@@ -334,14 +334,17 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
@@ -385,12 +388,6 @@
-
-
-
-
-
-
@@ -415,7 +412,7 @@
generateForInstallers="${generate.for.installers}"
dbPassword="${db.password}"
dbUsername="${db.username}"
- dbDriverUrl="${db.url}"
+ dbDriverUrl="${db.url.build}"
dbDriverClass="com.mysql.jdbc.Driver"
deployFiles="${build.deploy}/${product}.war,${build.deploy}/${product}.jar"
toolJarFileName="${product}.jar"
@@ -448,10 +445,13 @@
-
-
+
+
-
+
+
+
+
Deploying the Voting tool