Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 46288 invoked from network); 25 Nov 2004 10:35:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Nov 2004 10:35:49 -0000 Received: (qmail 44335 invoked by uid 500); 25 Nov 2004 10:34:18 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 44238 invoked by uid 99); 25 Nov 2004 10:34:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of marcel.reutegger@gmx.net designates 213.165.64.20 as permitted sender) Received: from pop.gmx.de (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 25 Nov 2004 02:34:14 -0800 Received: (qmail 7628 invoked by uid 65534); 25 Nov 2004 10:33:57 -0000 Received: from bsl-rtr.day.com (EHLO [10.0.0.118]) (212.249.34.130) by mail.gmx.net (mp024) with SMTP; 25 Nov 2004 11:33:57 +0100 X-Authenticated: #894343 Message-ID: <41A5B514.9000603@gmx.net> Date: Thu, 25 Nov 2004 11:33:56 +0100 From: Marcel Reutegger User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: maven 1.0.1 oddness References: <82301244-3B48-11D9-ADC2-000393753936@gbiv.com> In-Reply-To: <82301244-3B48-11D9-ADC2-000393753936@gbiv.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > I upgraded to Maven 1.0.1 and regenerated the site, but right now > it shows all of the tests as errored (possibly due to API changes), This is due to a code change that requires a re-compile of a java source (even though it did not change). If I remember correctly some method signature changed to become static... So, cleaning the target directory (any existing compiled classes) should help. Maybe we should do a 'maven clean' before generating the site? regards, marcel