Index: lams_common/build.xml
===================================================================
diff -u -r6d0e19e0d48a4950c9afbb40823a2bc49c2bb5a5 -r09e1ed92cb07d7de4564f9dd3a0b4465d8c94e8a
--- lams_common/build.xml (.../build.xml) (revision 6d0e19e0d48a4950c9afbb40823a2bc49c2bb5a5)
+++ lams_common/build.xml (.../build.xml) (revision 09e1ed92cb07d7de4564f9dd3a0b4465d8c94e8a)
@@ -10,6 +10,7 @@
+
@@ -65,12 +66,12 @@
-
+
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 database.driver.jar property
in the ${basedir}/config/database/xxx.xml file accordingly.
@@ -97,7 +98,7 @@
appname="learningdesign"
prefsdir="${middlegen}"
gui="${middlegen.gui}"
- databaseurl="${db.url}"
+ databaseurl="${db.url.build}"
driver="${db.driver}"
username="${db.username}"
password="${db.password}"
@@ -297,11 +298,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
-
+
@@ -333,10 +342,10 @@
-
-
+