Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 85131 invoked from network); 27 Aug 2007 10:11:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 10:11:58 -0000 Received: (qmail 53634 invoked by uid 500); 27 Aug 2007 10:11:53 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 53617 invoked by uid 500); 27 Aug 2007 10:11:53 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 53608 invoked by uid 99); 27 Aug 2007 10:11:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 03:11:53 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stefan.guggisberg@gmail.com designates 209.85.128.185 as permitted sender) Received: from [209.85.128.185] (HELO fk-out-0910.google.com) (209.85.128.185) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 10:11:47 +0000 Received: by fk-out-0910.google.com with SMTP id b27so1921802fka for ; Mon, 27 Aug 2007 03:11:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bDMPPirU+fUuJgUVirSgDn+wz18+XEgVY2uKEStapxguBwQw8MzKGm/j1KK/6lMI4sNrNPF3rbdrWHgoIKYalGHrcfiGpTwmt+ecux4X/9mwguMLrwiIAIaV7OfDXAkK3PLVfuUXet+ubsByMtvDTvonwPogjhDv4K7tY8gxKmQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OUXp3fFhQBIJnbf5f4eTetf6AF79tSCbjQ7aGWgBF2Xm0u5VtFq61Ohmwubetpw+km3/WmuE+MJUrwtFY4ZQS9Hs5mhU92euKDXuuAMffyhxfj4G18g3uT6tkPdSr9Mbyp4Fjt/Z7dEh8dgncGF3gYjIT1Htolsub5mc4OK3oBE= Received: by 10.82.158.12 with SMTP id g12mr13807567bue.1188209484787; Mon, 27 Aug 2007 03:11:24 -0700 (PDT) Received: by 10.82.158.11 with HTTP; Mon, 27 Aug 2007 03:11:24 -0700 (PDT) Message-ID: <90a8d1c00708270311j63271206j9efda9edead812a6@mail.gmail.com> Date: Mon, 27 Aug 2007 12:11:24 +0200 From: "Stefan Guggisberg" To: users@jackrabbit.apache.org Subject: Re: version 1.3.1 BUILD FAILED while unit tests e.g. testExportDocView_handler_session_skipBinary_noRecurse In-Reply-To: <9C726F68EDAFC94C9892877168E62CC701B3948B@srv-actano08.ACTANO.LOCAL> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9C726F68EDAFC94C9892877168E62CC701B3948B@srv-actano08.ACTANO.LOCAL> X-Virus-Checked: Checked by ClamAV on apache.org hi marcus On 8/24/07, Trommen, Marcus wrote: > > Hello, > > > > while source build of JackRabbit for Sun Java 1.4.2_06 (target system > > need) I run into BUILD FAILED problem (details see below). this issue has been reported earlier, see http://www.nabble.com/-VOTE--Release-Apache-Jackrabbit-1.3.1-tf4121202.html#a11838838 i quickly tested with maven 2.0.7, java 1.4.2_03 on win2k. the build finished succesfully. seems like this is an issue with older xml jars on the classpath. btw: you can skip the tests by typing "mvn -Dmaven.test.skip=true install". the build should finish successfully. cheers stefan > > > > Any suggestions or advice is greatly appreciated! > > > > Best regards, > > Marcus Trommen > > > > -- > > Marcus Trommen > > Marcus.Trommen@actano.de > > > > > > PROBLEM DETAILS > > > > 1) Build environment: > > Maven version: 2.0.7 > > Java version: 1.4.2_06 > > OS name: "windows xp" version: "5.1" arch: "x86" > > > > 2) from Subversion I have checked out JackRabbit as tagged version > > 1.3.1 > > > > 3) as in readme file suggested I run from command line > > mvn install > > > > But after a while maven quited the running job with a BUILD FAILED > > message. > > You'll find the relevant console output below. > > > > ------------------------------------------------------- > > T E S T S > > ------------------------------------------------------- > > Running org.apache.jackrabbit.core.util.TestAll > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 > > sec > > Running org.apache.jackrabbit.core.nodetype.compact.TestAll > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 > > sec > > Running org.apache.jackrabbit.test.TestAll > > [Fatal Error] :1:10: Attribute name "is" associated with an element > > type "this" must be followed by the ' = ' character. > > > > [Fatal Error] :1:10: Attribute name "is" associated with an element > > type "this" must be followed by the ' = ' character. > > > > [Fatal Error] :-1:-1: Premature end of file. > > [Fatal Error] :-1:-1: Premature end of file. > > Tests run: 1055, Failures: 8, Errors: 0, Skipped: 0, Time elapsed: > > 82.657 sec <<< FAILURE! > > Running org.apache.jackrabbit.core.xml.TestAll > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 > > sec > > Running org.apache.jackrabbit.core.query.TestAll > > Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > > 15.359 sec > > Running org.apache.jackrabbit.core.observation.TestAll > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 > > sec > > Running org.apache.jackrabbit.core.config.TestAll > > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 > > sec > > Running org.apache.jackrabbit.core.nodetype.xml.TestAll > > Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 > > sec > > Running org.apache.jackrabbit.core.TestAll > > Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 > > sec > > Running org.apache.jackrabbit.core.state.TestAll > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 > > sec > > > > Results : > > Failed tests: > > > > testExportDocView_handler_session_skipBinary_noRecurse(org.apache.jack > > rabbit.test.api.ExportDocViewTest) > > > > testExportDocView_handler_session_skipBinary_recurse(org.apache.jackra > > bbit.test.api.ExportDocViewTest) > > > > testExportDocView_handler_session_saveBinary_noRecurse(org.apache.jack > > rabbit.test.api.ExportDocViewTest) > > > > testExportDocView_handler_session_saveBinary_recurse(org.apache.jackra > > bbit.test.api.ExportDocViewTest) > > > > testExportDocView_stream_session_skipBinary_recurse(org.apache.jackrab > > bit.test.api.ExportDocViewTest) > > > > testExportDocView_stream_session_skipBinary_noRecurse(org.apache.jackr > > abbit.test.api.ExportDocViewTest) > > > > testExportDocView_stream_session_saveBinary_noRecurse(org.apache.jackr > > abbit.test.api.ExportDocViewTest) > > > > testExportDocView_stream_session_saveBinary_recurse(org.apache.jackrab > > bit.test.api.ExportDocViewTest) >