Details
-
Type:
Bug
-
Status:
Submitted
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Build
-
Labels:None
-
JDK version and platform:java-6-sun
-
Database:mysql 5.1.54
-
Application server:Tomcat 6
-
Patch attached:Yes
Description
Ant target clean.db.schema fails for r1288. To fix:
* Add <property name="hibernate.connection.database" value=""/> in build-db.xml
* Specify in the instructions (http://xplanner.codehaus.org/Development+guide) that the jdbc properties have to be added in build-db.xml. For the default settings:
<property name="hibernate.connection.password" value="xp"/>
<property name="hibernate.connection.username" value="xplanner"/>
<property name="hibernate.connection.url" value="jdbc:mysql://localhost/xplanner?useUnicode=true&characterEncoding=UTF-8"/>
<property name="hibernate.connection.database" value="xplanner"/>
<property name="hibernate.connection.host" value=""/>
<property name="hibernate.connection.driver_class" value="com.mysql.jdbc.Driver"/>
* Add <property name="hibernate.connection.database" value=""/> in build-db.xml
* Specify in the instructions (http://xplanner.codehaus.org/Development+guide) that the jdbc properties have to be added in build-db.xml. For the default settings:
<property name="hibernate.connection.password" value="xp"/>
<property name="hibernate.connection.username" value="xplanner"/>
<property name="hibernate.connection.url" value="jdbc:mysql://localhost/xplanner?useUnicode=true&characterEncoding=UTF-8"/>
<property name="hibernate.connection.database" value="xplanner"/>
<property name="hibernate.connection.host" value=""/>
<property name="hibernate.connection.driver_class" value="com.mysql.jdbc.Driver"/>