Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C844FD162 for ; Thu, 2 Aug 2012 11:20:31 +0000 (UTC) Received: (qmail 44571 invoked by uid 500); 2 Aug 2012 11:20:31 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 44348 invoked by uid 500); 2 Aug 2012 11:20:29 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 44290 invoked by uid 99); 2 Aug 2012 11:20:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 11:20:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tommaso.teofili@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 11:20:21 +0000 Received: by weyr6 with SMTP id r6so5347857wey.6 for ; Thu, 02 Aug 2012 04:20:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=frW1OFtRCjnTehuYGG0EL0DK+X2hw6EGnTKtq3eyDo8=; b=ddr58zBTAW5qz8aj8Dex3NrAnh8fIJNKDwH52dA0AqNAGEqeMqD1khg6fA+Pdfmzuv dhiar3V0EOS8qNhtB09wkNe/66n9LV4w+Zcs+7zMjpSfeBUS+vIpHlc79CfD6HBG5aPy ddrNDUXgCH30yfPk9Ei3dKjHjkdtHa7BTIsiXI1VE8O/Tpu5rWctMres6/D66HCWCRf3 oaz2yYqNF1zcK9E9wvqxhyD7zGRMdvJsDJRSTopbd8FMj4Cmv8P37ENKxcMBS+qHo5Ys OJ/Hs6GX3OGD7bYV86FE0oDNXoQ0OmCaKWpV5LyNDrzo2c6oMQ8OJWMGskuembL1x0Wl I4GA== Received: by 10.180.84.1 with SMTP id u1mr3870719wiy.15.1343906400346; Thu, 02 Aug 2012 04:20:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.77.100 with HTTP; Thu, 2 Aug 2012 04:19:20 -0700 (PDT) In-Reply-To: References: <8065A56670572447A1FF2F8B4346FA53196B279360@DEWDFECCR07.wdf.sap.corp> <8065A56670572447A1FF2F8B4346FA53196B279386@DEWDFECCR07.wdf.sap.corp> From: Tommaso Teofili Date: Thu, 2 Aug 2012 13:19:20 +0200 Message-ID: Subject: Re: Building Source Code To: user@uima.apache.org Content-Type: multipart/alternative; boundary=f46d0444023a9aa3f104c6469725 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0444023a9aa3f104c6469725 Content-Type: text/plain; charset=ISO-8859-1 Uhm, I get some errors as well with Java7, let me see if I can create a Jenkins job for that so that we can track it. Tommaso 2012/8/2 Tommaso Teofili > Thanks for reporting Alan, I'll have a look and let you know. > Regards, > Tommaso > > 2012/8/2 Sergeant, Alan > >> Yes of course, >> >> >> >> Apache Maven 3.0.4 (r1232337; 2012-01-17 08:44:56+0000) >> Maven home: C:\Program Files\Apache Software Foundation\apache-maven-3.0.4 >> Java version: 1.7.0_03, vendor: Oracle Corporation >> Java home: C:\Program Files\Java\jdk1.7.0_03\jre >> Default locale: en_US, platform encoding: Cp1252 >> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" >> >> >> >> Results : >> Failed tests: >> testManyDelegates(org.apache.uima.analysis_engine.impl.AnalysisEngine_implTest): >> File size changed by 737 should be no more than 2 >> Tests in error: >> testSofaDataStream(org.apache.uima.cas.test.JcasSofaTest): Error trying to >> open a stream to Sofa data. >> >> Tests run: 434, Failures: 1, Errors: 1, Skipped: 0 >> >> >> Alan >> >> -----Original Message----- >> From: Tommaso Teofili [mailto:tommaso.teofili@gmail.com] >> Sent: 02 August 2012 10:54 >> To: user@uima.apache.org >> Subject: Re: Building Source Code >> >> Hi Alan, >> >> this is the correct way of building, can you describe further your >> environment (OS, maven version, etc.) and which tests are failing? >> >> Regards, >> Tommaso >> >> 2012/8/2 Sergeant, Alan >> >> > Hi, >> > >> > I am trying to build the source code. I have checked out the trunk and >> > issued the mvn install command. However I received the following error; >> > >> > Failed to execute goal >> > org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) >> on >> > project uimaj-core: There are test failures. >> > >> > Can anyone advise how to build? >> > >> > Thanks, >> > >> > Alan >> > >> > >> > > --f46d0444023a9aa3f104c6469725--