Index: lams_tool_lamc/build.xml
===================================================================
diff -u -r7e5ab4332d4d2fd98387717258e12a7eeebb3013 -r09e1ed92cb07d7de4564f9dd3a0b4465d8c94e8a
--- lams_tool_lamc/build.xml (.../build.xml) (revision 7e5ab4332d4d2fd98387717258e12a7eeebb3013)
+++ lams_tool_lamc/build.xml (.../build.xml) (revision 09e1ed92cb07d7de4564f9dd3a0b4465d8c94e8a)
@@ -53,14 +53,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.
@@ -73,7 +73,7 @@
-
-
+
@@ -302,10 +302,10 @@
-
-
+
@@ -320,12 +320,15 @@
-
+
-
+
+
+
+
-
+
@@ -369,12 +372,6 @@
-
-
-
-
-
-
@@ -399,7 +396,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"
@@ -430,11 +427,14 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
Deploying the MCQ tool