jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • xplanner
  • XPR-469

Ant target clean.db.schema fails for revision 1288

  • Submit Patch
  • Workflow
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Submitted Submitted
  • Priority: Trivial 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&amp;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"/>

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Xenofon Papadopoulos
Vote (0)
Watch (0)

Dates

  • Created:
    22/Sep/11 10:48 AM
    Updated:
    22/Sep/11 10:48 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.