Can someone help me with this? The problem I have is that running "ant" on my machine works. If I run "ant test" lots of tests fail but they constantly fail so I have come to understand that failing test is the norm and thus it's almost impossible for me to know if I introduce a new error or not. I have the following build.properties file in my xwiki/xwiki/ dir: tomcat5x.home=C:/apps/apache-tomcat-5.5.20 jdbc.filter=hsqldb_filters.properties When I run "ant test" I get the following problems: test.client: [mkdir] Created dir: C:\dev\xwiki\trunks-dev-clean\xwiki\build\test-reports [...] [junit] Running com.xpn.xwiki.test.ClassAdvancedTest [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 9,131 sec [junit] Test com.xpn.xwiki.test.ClassAdvancedTest FAILED [junit] Running com.xpn.xwiki.test.RadeoxRenderTest [junit] Tests run: 10, Failures: 1, Errors: 0, Time elapsed: 24,174 sec [junit] Test com.xpn.xwiki.test.RadeoxRenderTest FAILED [junit] Running com.xpn.xwiki.test.VelocityRenderTest [junit] Tests run: 11, Failures: 4, Errors: 0, Time elapsed: 33,179 sec [junit] Test com.xpn.xwiki.test.VelocityRenderTest FAILED [junit] Running com.xpn.xwiki.test.plugin.query.QueryPluginTest [junit] Tests run: 9, Failures: 0, Errors: 1, Time elapsed: 30,241 sec [junit] Test com.xpn.xwiki.test.plugin.query.QueryPluginTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.BackLinks2JcrStoreTest [junit] Tests run: 10, Failures: 0, Errors: 10, Time elapsed: 34,258 sec [junit] Test com.xpn.xwiki.test.store.jcr.BackLinks2JcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.BackLinksIntegrationJcrStoreTest [junit] Tests run: 10, Failures: 0, Errors: 10, Time elapsed: 7,344 sec [junit] Test com.xpn.xwiki.test.store.jcr.BackLinksIntegrationJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.BackLinksJcrStoreTest [junit] Tests run: 10, Failures: 0, Errors: 10, Time elapsed: 4,308 sec [junit] Test com.xpn.xwiki.test.store.jcr.BackLinksJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.BackLinksSimpleJcrStoreTest [junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 4,137 sec [junit] Test com.xpn.xwiki.test.store.jcr.BackLinksSimpleJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.BaseJcrStoreTest [junit] Tests run: 28, Failures: 0, Errors: 28, Time elapsed: 5,189 sec [junit] Test com.xpn.xwiki.test.store.jcr.BaseJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.ClassesJcrStoreTest [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 4,012 sec [junit] Test com.xpn.xwiki.test.store.jcr.ClassesJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.CustomClassJcrStoreTest [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 4,812 sec [junit] Test com.xpn.xwiki.test.store.jcr.CustomClassJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.DocumentInfoJcrStoreTest [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 4,242 sec [junit] Test com.xpn.xwiki.test.store.jcr.DocumentInfoJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.JcrTest [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 4,104 sec [junit] Test com.xpn.xwiki.test.store.jcr.JcrTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.LocksJcrStoreTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 5,431 sec [junit] Test com.xpn.xwiki.test.store.jcr.LocksJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.ObjectJcrStoreTest [junit] Tests run: 13, Failures: 0, Errors: 13, Time elapsed: 7,021 sec [junit] Test com.xpn.xwiki.test.store.jcr.ObjectJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.PackageJcrStoreTest [junit] Tests run: 14, Failures: 0, Errors: 14, Time elapsed: 6,767 sec [junit] Test com.xpn.xwiki.test.store.jcr.PackageJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.UserJcrStoreTest [junit] Tests run: 17, Failures: 0, Errors: 17, Time elapsed: 6,918 sec [junit] Test com.xpn.xwiki.test.store.jcr.UserJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.XWikiJcrStoreTest [junit] Tests run: 24, Failures: 0, Errors: 24, Time elapsed: 6,036 sec [junit] Test com.xpn.xwiki.test.store.jcr.XWikiJcrStoreTest FAILED [junit] Running com.xpn.xwiki.test.store.jcr.i18nJcrStoreTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 4,682 sec [junit] Test com.xpn.xwiki.test.store.jcr.i18nJcrStoreTest FAILED On http://build.xpertnet.biz/cc/buildresults/xwiki?log=log20061226101020 there are also lots of tests failing. Also, could someone tell me what ant targets are called by the CC build so that I can reproduce it on my machine? So how do I know why the build is failing and whether this is caused by my latest code check in? Thanks -Vincent
-----Original Message----- From: [email protected] [mailto:[email protected]] Sent: mardi 26 décembre 2006 10:56 To: [email protected]; [email protected] Subject: [xwiki-dev] xwiki Build Failed Importance: High
View results here -> http://build.xpertnet.biz/cc/buildresults/xwiki?log=log20061226101020
___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com