Re: jackrabbit-core maven build failure

2007-05-25 Thread Marcel Reutegger
Julian Reschke wrote: Marcel Reutegger wrote: no, you don't. this is a somewhat expected result. one of the tests tries to parse malformed XML and checks if an exception is thrown. one side effect using java 1.5 is the fatal error that is logged to system out by the parser itself. jackrabbit

jackrabbit-core maven build failure

2007-05-23 Thread KÖLL Claus
i tried to build jackrabbit-core and i got this error Results : Failed tests: testEqualsGeneralComparison(org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest) testNotEqualsGeneralComparison(org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest)

Re: jackrabbit-core maven build failure

2007-05-23 Thread Marcel Reutegger
Hi Claus, KÖLL Claus wrote: i tried to build jackrabbit-core and i got this error Results : Failed tests: testEqualsGeneralComparison(org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest) testNotEqualsGeneralComparison(org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest)

Re: jackrabbit-core maven build failure

2007-05-23 Thread Jukka Zitting
Hi, On 5/23/07, Marcel Reutegger [EMAIL PROTECTED] wrote: KÖLL Claus wrote: i tried to build jackrabbit-core and i got this error Results : Failed tests: testEqualsGeneralComparison(org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest)

Re: jackrabbit-core maven build failure

2007-05-23 Thread Julian Reschke
Marcel Reutegger wrote: this is caused by a change that I did for JCR-920. I just fixed it a second ago. Merci. no, you don't. this is a somewhat expected result. one of the tests tries to parse malformed XML and checks if an exception is thrown. one side effect using java 1.5 is the fatal