Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 46912 invoked from network); 7 Oct 2006 00:16:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2006 00:16:16 -0000 Received: (qmail 74995 invoked by uid 500); 7 Oct 2006 00:16:15 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 74351 invoked by uid 500); 7 Oct 2006 00:16:14 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 74340 invoked by uid 99); 7 Oct 2006 00:16:13 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 17:16:13 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=ted.husted@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.166.179] ([64.233.166.179:18139] helo=py-out-1112.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 20/2F-24193-BC1F6254 for ; Fri, 06 Oct 2006 17:16:12 -0700 Received: by py-out-1112.google.com with SMTP id d80so1365308pyd for ; Fri, 06 Oct 2006 17:16:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AIRMHbWL0FtLnjYcKeXaZSYQ9LYWGJOk+lrHxZHaZkEjxpD26VHNiwqjtrkTetsL2h9Y4n/8tBT8aMrEJQhkIs3BRwzF1IADW0QNVDROVP+TG+Zgzwv5wfGY63V7C+OZcpfY9rcL7mzCVG7AGpuFS/ScaK3Is4wURijkMBUiIyM= Received: by 10.65.107.10 with SMTP id j10mr2553884qbm; Fri, 06 Oct 2006 17:16:06 -0700 (PDT) Received: by 10.65.103.6 with HTTP; Fri, 6 Oct 2006 17:16:05 -0700 (PDT) Message-ID: <8b3ce3790610061716u23e80bado3bf6f44db55e0809@mail.gmail.com> Date: Fri, 6 Oct 2006 20:16:05 -0400 From: "Ted Husted" Sender: ted.husted@gmail.com To: "Struts Developers List" Subject: Re: Struts 2.0.1 release - Maven issues In-Reply-To: <4526E1ED.9000001@twdata.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8b3ce3790610061533p258aeeb3m3bcb216498f5861a@mail.gmail.com> <4526E1ED.9000001@twdata.org> X-Google-Sender-Auth: 9de5230f39e6911b X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yep, that does it! -Ted. On 10/6/06, Don Brown wrote: > Try this: mvn clean install site -P > xwork,plugins,apps,all,itest,pre-assembly > You don't need core, and I put the toolbox module in the default profile > (there was no toolbox profile). > > Don > > Ted Husted wrote: > > On 10/6/06, Don Brown wrote: > >> To clarify, there is no "extras" anymore. The code has been split into > >> different "plugins". A plugin is a specific extension to the Struts > >> framework that, by definition, isn't "core". This allows us to more > >> easily manage a codebase that integrates with a lot of different > >> libraries and environments. > > > > Meanwhile, the toolbox module isn't building with the others. It > > works if I build it first on it's now, but starting with a clean repo, > > > > $ mvn install site -P > > all,apps,core,plugins,toolbox,xwork,itest,pre-assembly > > > > Doesn't work for me (unless I install toolbox first). > > > > -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org