Index: lams_tool_vote/build.xml =================================================================== diff -u -r15dba48903f459fd983b525047ce21373d5a44ec -r09e1ed92cb07d7de4564f9dd3a0b4465d8c94e8a --- lams_tool_vote/build.xml (.../build.xml) (revision 15dba48903f459fd983b525047ce21373d5a44ec) +++ lams_tool_vote/build.xml (.../build.xml) (revision 09e1ed92cb07d7de4564f9dd3a0b4465d8c94e8a) @@ -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