Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 28618 invoked from network); 3 Mar 2006 17:52:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 17:52:18 -0000 Received: (qmail 21386 invoked by uid 500); 3 Mar 2006 17:53:05 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 21214 invoked by uid 500); 3 Mar 2006 17:53:04 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 21203 invoked by uid 99); 3 Mar 2006 17:53:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 09:53:04 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of leemeador76018@gmail.com designates 64.233.182.196 as permitted sender) Received: from [64.233.182.196] (HELO nproxy.gmail.com) (64.233.182.196) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 09:53:02 -0800 Received: by nproxy.gmail.com with SMTP id y38so494859nfb for ; Fri, 03 Mar 2006 09:52:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type; b=N9fHu4oa4JCZRxdmuNRnz4FceAo5u6TCDB7dY605yXSGaIOGKQehpVhRcMHGRiUWz7y7S9T1sNpmA1dMA3ITyelJliw5CEhtVk9S/CAwY3S2uKibmgsvb1InM6XZoDAqU58kYC7RwGxNuBY5DxMPJGAvvPfAlQLCxao1s6NY1YQ= Received: by 10.49.87.6 with SMTP id p6mr1207722nfl; Fri, 03 Mar 2006 09:52:41 -0800 (PST) Received: by 10.48.231.12 with HTTP; Fri, 3 Mar 2006 09:52:41 -0800 (PST) Message-ID: Date: Fri, 3 Mar 2006 11:52:41 -0600 From: "Lee Meador" Sender: leemeador76018@gmail.com To: continuum-users@maven.apache.org Subject: Removed test still running MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20164_8724410.1141408361304" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_20164_8724410.1141408361304 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I don't know quite what all is going on here but thought I'd at least document what is happening since it took me a while to figure out. I had a class in one project/jar and moved it to another project/jar. (I'll call it Lookup.java.)I had to straighten up some dependencies to make it work but that's the way it goes. There was a test for that class that I moved as well. Continuum had built the projects (they were both subprojects of my parent project) prior to the change. When I checked in the changes, the Lookup.jav= aand LookupTest.java were deleted in one project and added in another. When Continuum ran after the checkin the class file for LookupTest was still in the target test classes and that test got run. Since it was supposed to be in the other project now (along with other classes on which it depended) it failed all 16 tests. The same thing did not happen when I ran the same build from inside Eclipse= . I use the external builds to run mvn.bat directly and not the maven eclipse plugin's build (which doesn't seem to work at all for me). My memory is not perfect but I don't beleive I have done a clean there. I have changed the maven target from "install" to "clean install" and it gets past that point now. (Of course, that revealed another problem with another part of my build. It's good to know these things though.) As I was typing, I found that other problem and things build now. -- Lee Meador Sent from gmail. My real email address is lee@leemeador.com ------=_Part_20164_8724410.1141408361304--