Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 21159 invoked from network); 6 Jul 2006 19:39:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 19:39:32 -0000 Received: (qmail 57753 invoked by uid 500); 6 Jul 2006 19:39:28 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 57668 invoked by uid 500); 6 Jul 2006 19:39:28 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 57622 invoked by uid 99); 6 Jul 2006 19:39:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 12:39:28 -0700 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sppatel@gmail.com designates 64.233.162.198 as permitted sender) Received: from [64.233.162.198] (HELO nz-out-0102.google.com) (64.233.162.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 12:39:27 -0700 Received: by nz-out-0102.google.com with SMTP id 12so33396nzp for ; Thu, 06 Jul 2006 12:39:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=YUQGVrEw98JOurOXjvDKLFxiTE9U/JUTuJty3Gjg6g0zAJnWHVcrC2oHTAfpzXNlfOmUZVFABAKoxXsSPEE9zf3x8TrxINuR3/Li0BxyDIjy5AeLQXgXZn6rRqy7MIAipQuuwwKM9utwqnB2FZM6lvyllsWL3Sukig6fuEGCih8= Received: by 10.65.97.17 with SMTP id z17mr1010917qbl; Thu, 06 Jul 2006 12:39:06 -0700 (PDT) Received: from ?9.27.41.210? ( [129.33.49.251]) by mx.gmail.com with ESMTP id e14sm1204057qbe.2006.07.06.12.39.05; Thu, 06 Jul 2006 12:39:06 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44A5946E.9080804@yahoo.com> References: <44A5946E.9080804@yahoo.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sachin Patel Subject: Re: How do we build the Eclipse Plugin assembly? Date: Thu, 6 Jul 2006 15:39:05 -0400 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Sachin Patel X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This problem (thanks Jason) is now fixed. An "mvn" at the root will build all modules and generate the assemblies in one shot. On Jun 30, 2006, at 5:15 PM, Donald Woods wrote: > I just checked out Rev418113 of the Eclipse plugin trunk, started > with a clean m2 repo and successfully got a "mvn install" to > complete after several attempts. > > But, when I look in the assembly/ directory, no target/ directory > was created. Is this expected? > > When I ran mvn from the assembly directory, it created a target > directory, but the following zipfiles were only 22 bytes each - > g-eclipse-plugin-1.1-deployable.zip > g-eclipse-plugin-1.1-updatesite.zip > > I'm building on WinXP with Maven 2.0.4 and Sun Java 1.4.2_12-b03. > > > -Donald -sachin