Index: lams_contentrepository/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_contentrepository/build.properties,v diff -u -r1.4 -r1.5 --- lams_contentrepository/build.properties 5 Jul 2005 06:55:53 -0000 1.4 +++ lams_contentrepository/build.properties 2 Sep 2005 04:39:52 -0000 1.5 @@ -18,56 +18,17 @@ # http://www.gnu.org/licenses/gpl.txt # project-wide properties -project=LAMS product=lams-contentrepository -version=1.1 -# xdoclet properties -xdoclet.version=1.2.2 - # path properties lib=${basedir}/lib sql=${basedir}/db/sql -src=${basedir}/src -src.java=${basedir}/src/java -test=${basedir}/test -test.java=${basedir}/test/java -conf=${basedir}/conf conf.jboss=${conf}/jboss hbm=${conf}/hibernate/mappings -sharedlib=../lams_build/lib -j2eelibs=c:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4 - -web=${basedir}/web -webinf=${web}/WEB-INF - -jboss.home=D:/jboss-3.2.6 -jboss.deploy=${jboss.home}/server/default/deploy/lams.ear - -build=${basedir}/build -build.classes=${build}/classes -build.report=${build}/report -build.lib=${build}/lib -build.test=${build}/test - package=org/lamsfoundation/lams package.contentrepository=${package}/contentrepository package.name=org.lamsfoundation.lams package.contentrepository.name=${package.name}.contentrepository -# 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 -database.schema= -database.catalog= - -# middlegen properties -middlegen=${conf}/middlegen -gui=true Index: lams_contentrepository/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_contentrepository/build.xml,v diff -u -r1.20 -r1.21 --- lams_contentrepository/build.xml 30 Aug 2005 04:45:47 -0000 1.20 +++ lams_contentrepository/build.xml 2 Sep 2005 04:39:52 -0000 1.21 @@ -33,6 +33,7 @@ + @@ -105,14 +106,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 ${database.driver.file} + doesn't exist. You have to download this driver separately and put it in ${db.driver} 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.file property + If you name the driver jar file differently, please update the db.driver property in the ${basedir}/config/database/xxx.xml file accordingly. @@ -138,13 +139,13 @@ @@ -176,7 +177,7 @@ classname="net.sf.hibernate.tool.hbm2java.Hbm2JavaTask" classpathref="all-libs" /> - + @@ -192,57 +193,58 @@ - + - + - + + - + - - + + - - + + - - - + + + - + - - + + - + - + @@ -253,8 +255,8 @@ - - + + @@ -267,8 +269,8 @@ - + webxml="${conf.webinf.dir}/web.xml"> + @@ -279,7 +281,7 @@ - + @@ -345,7 +347,7 @@ destdir="${hbm}" excludedtags="@version,@author,@todo" force="true"> - + @@ -374,14 +376,14 @@ - + - - + +