Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 93487 invoked from network); 15 Apr 2010 17:17:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Apr 2010 17:17:15 -0000 Received: (qmail 69792 invoked by uid 500); 15 Apr 2010 17:17:14 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 69714 invoked by uid 500); 15 Apr 2010 17:17:14 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 69706 invoked by uid 99); 15 Apr 2010 17:17:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 17:17:13 +0000 X-ASF-Spam-Status: No, hits=-0.4 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.147.96.243] (HELO web63101.mail.re1.yahoo.com) (69.147.96.243) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Apr 2010 17:17:06 +0000 Received: (qmail 80592 invoked by uid 60001); 15 Apr 2010 17:16:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1271351804; bh=2Oj++aT6OWAsMXI3cFSzRL0e7dv+k1CTlvFEzlSCpso=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=J8XX8RAggIefQOzZ7nK9DpaxZZAMy9WwUvlg09oLEFzcGjg9/91SvIgU0n3FUyRhCZFt9riHIZnA3P9Ca+JAE9erncPBJn0+Y5l5XuLMMtmTOw3cw/jzemPoYN4X3U4gbzbXMm69tf0WUPAyBbs2QAXCN6DHp49zbQneI2ae8KM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=CGMdTfUaoazn2qAu3kAB/z59I+x+swE4ur5NWbD8RifFQKrOCzytEQw60C5/6Fq8HT2MOtGPPw56qlIJGVqPSZLFPblnQt3jrfuMSBDPu8LqLwcACFN+hMcsx//L7d6tIerH3SUA7j3SpHyTPqATNB08kJtztUsN3mJIzf4jbFU=; Message-ID: <629110.80135.qm@web63101.mail.re1.yahoo.com> X-YMail-OSG: EICFm8oVM1nyPWfHJ.lys91zqob_Ymqs7c5mQA1tGTTqNYM KZBPjRcC41JPaPkl2udnMiE25YZORINr2bBMrruPSHzU4DGecD7hNogE_2rb 4MYBLITRl3x_vBds2iJnZ4ZmgBJgjuC1DqLX.fEkHO4X1LoOAOR9yIaMLE5f DzjK5rBayb9GyOLsN4XrmbR4sZ334iOM5KQ5Th9oUekJ7_Ye2mT4Kjzf_7e3 ckfk- Received: from [71.119.123.156] by web63101.mail.re1.yahoo.com via HTTP; Thu, 15 Apr 2010 10:16:44 PDT X-Mailer: YahooMailClassic/10.0.8 YahooMailWebService/0.8.100.260964 Date: Thu, 15 Apr 2010 10:16:44 -0700 (PDT) From: Adrian Crum Subject: [LANG] Having problems with trunk To: user@commons.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I'm having problems working with the lang trunk. I use mvn package to create the package, and I use mvn site to generate the cobertura reports - which is what I'm focusing on right now. When I tried to run mvn site, the process aborted with a Java out of memory error (heap space). I commented out all but the cobertura reports in the reporting section of the pom.xml file and that got it to work. The cobertura report task keeps aborting with parse errors. It appears that it is choking on certain annotations. Then I noticed the cobertura report was cumulative - each test run would add to the coverage. So, I tried to run mvn clean to clear the report between each test run. That didn't work - the coverage still included test runs before clean. I tried to delete the contents of the target folder manually, but I got an error message saying that the cobertura folder was being used by another user or process. I'm the only user and I couldn't find any processes that were using the folder. After restarting my computer I was able to delete the folder. I don't know what I'm doing wrong. I seem to be having more problems than one would expect. Any help would be greatly appreciated! -Adrian --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org