Xplanner的升级
Xplanner的升级
从0.6.2到0.7
- 备份数据.
- 根据发行包里的INSTALL.txt或 README.txt操作
- 需要tomcat5.0以上和mysql4.1以上
从 0.6.1升级到0.6.2
- 备份数据.
- 配置 properties文件,主要是设置访问数据库的用户
- 使用ant 运行 upgrade-0.6.1-0.6.2 任务,主要是建立一个新表'attributes'.
- 其他设置同前面的xplanner:
(1)配置 properties文件的email属性:
(2)生成xplanner.war:
$ ant build.war
(3)部署WAR 文件;
对于Tomcat, 把xplanner.war 文件放到$CATALINA_HOME/webapps 目录即可
5. XPlanner 0.6.2 的更新:提供了一些重要更新和修正,包括排序表,对象ID快速查找,改进的打印功能(基于图形的进度条), 改进的界面 (历史,角色编辑, 时间,迭代, 开发者和客户任务等), 整合了SOAP的增强的动态属性和NTLM授权以及WackoWiki 兼容的文本格式支持.
1:建议不要修改原始的xplanner.properties,而是建立一个定制的仅包含需要修改内容的属性文件xplanner-custom.properties,来代替修改xplanner.properties,这样可以避免你的设定值被新的发行版所覆盖,注意:xplanner.properties要在同一个目录内;xplanner-custom.properties中的属性值优先于xplanner.properties.
2: 要提前在数据库设置好访问用户和口令(与属性文件中的一致).
3: xplannerresourcesxplanner-custom.properties内容:
###################################
### XPlanner Configuration ###
###################################
#
# Hibernate JDBC Configuration
#
# Hibernate MySQL Configuration
hibernate.dialect=com.technoetic.xplanner.db.hibernate.XPlannerMySQLDialect
hibernate.connection.driver_class=com.mysql.jdbc.Driver
#hibernate.connection.url=jdbc:mysql://localhost/xplanner?autoReconnect=true
hibernate.connection.url=jdbc:mysql://localhost/xplanner?useUnicode=true&characterEncoding=GBK&autoReconnect=true
hibernate.connection.username=xplanneruser
hibernate.connection.password=xplannerpwd
#
# General Email Configuration
#
xplanner.mail.smtp.host=localhost
xplanner.mail.from=xplanner@xplanner.org