我的评论

re: 有没有熟悉Appfuse的?Help me! 戴生 2007-04-11 10:16  
详细内容请参看appfuse中文论坛bbs.pben.cn
第一个错误请修改把test\web\web-tests.xml文件里面的

<property file="${build.dir}/test/properties/ApplicationResources_${user.language}.properties"/>
<property file="web/WEB-INF/classes/ApplicationResources.properties"/>
两行都删掉,改为
<property file="${build.dir}/web/classes/ApplicationResources_${user.language}.properties"/>

就可以test-all成功了,第二个我没有试过,应该修改build.xml文件中数据库的访问属性也可以的,
里面有bug,我刚刚更新了,就是在运行ant -create前,要先运行ant db-prepare进行建数据库相关的person的表结构,已更新此文章
随便写的!有些不好的地方请大家纠正噢,如果放的地方不对,就请坛主,移贴吧,主要是希望大家能对appfuse框架的实际动手操作有所帮助!