From nmaven-dev-return-238-apmail-incubator-nmaven-dev-archive=incubator.apache.org@incubator.apache.org Mon Jun 11 07:07:26 2007 Return-Path: Delivered-To: apmail-incubator-nmaven-dev-archive@locus.apache.org Received: (qmail 93447 invoked from network); 11 Jun 2007 07:07:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2007 07:07:25 -0000 Received: (qmail 39088 invoked by uid 500); 11 Jun 2007 07:07:29 -0000 Delivered-To: apmail-incubator-nmaven-dev-archive@incubator.apache.org Received: (qmail 39032 invoked by uid 500); 11 Jun 2007 07:07:28 -0000 Mailing-List: contact nmaven-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nmaven-dev@incubator.apache.org Delivered-To: mailing list nmaven-dev@incubator.apache.org Received: (qmail 39023 invoked by uid 99); 11 Jun 2007 07:07:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 00:07:28 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of evanworley@gmail.com designates 66.249.90.176 as permitted sender) Received: from [66.249.90.176] (HELO ik-out-1112.google.com) (66.249.90.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 00:07:24 -0700 Received: by ik-out-1112.google.com with SMTP id c30so1038686ika for ; Mon, 11 Jun 2007 00:07:03 -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:references; b=NqEbyfaWhUSFijps/DEmNPwH2FwRN/sTO/NFUVCXF5ozO+ZIqQIqCT/KQjnycVFYeM75eaYol3FVPaxcsvwlVA5ecMPR1cgF/wHsz13A7YXL2kqKT6/JkPHIkLPLRzgurt3KzcABap4Z/1F1IYBpGV4pcLv5psfaqxVzrnTO2kY= 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:references; b=q3jzT8p3jVvYRSq0KmmGMc1Ui7JmLvzcAZmq/DWteXXHa3rpCyvOGCOgSkF3QjJEN10s1WFWSeejD16kuazXEBeJhslVDz3JjjXPdqNO7eEGYrIr4/R/HtTzyBseDC2F0gA4skG4QzN2yMWKD2cK6EUXlUqlQR7Oy2HV4UCYxiE= Received: by 10.64.28.3 with SMTP id b3mr5261321qbb.1181545622397; Mon, 11 Jun 2007 00:07:02 -0700 (PDT) Received: by 10.65.83.20 with HTTP; Mon, 11 Jun 2007 00:07:02 -0700 (PDT) Message-ID: <7b07da550706110007m60631c65s116f86a2fe45ebef@mail.gmail.com> Date: Mon, 11 Jun 2007 00:07:02 -0700 From: "Evan Worley" To: nmaven-dev@incubator.apache.org Subject: Re: Error running bootstrap-build.bat In-Reply-To: <7b07da550706101944l384fbc24p576e95a7ffd400c4@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_49529_22686543.1181545622364" References: <7b07da550706101944l384fbc24p576e95a7ffd400c4@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_49529_22686543.1181545622364 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Apparently it was something corrupt in my repo. I cleared my repo and the error went away. On 6/10/07, Evan Worley wrote: > > Does anyone else see the following error when running "bootstrap-build.bat" > from trunk? > > [INFO] > ------------------------------------------------------------------------- > --- > [INFO] Building dotnet-core > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------- > --- > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] No sources to compile > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\dev\nmaven\trunk\components\dotnet-core\tar > get\surefire-reports > java.lang.NoClassDefFoundError: > org/codehaus/plexus/util/cli/StreamConsumer > Exception in thread "main" > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 6 seconds > [INFO] Finished at: Sun Jun 10 19:43:53 PDT 2007 > [INFO] Final Memory: 11M/20M > [INFO] > ------------------------------------------------------------------------ > > Evan > ------=_Part_49529_22686543.1181545622364--