Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 47719 invoked from network); 31 Oct 2007 16:59:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2007 16:59:21 -0000 Received: (qmail 68292 invoked by uid 500); 31 Oct 2007 16:59:06 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 68187 invoked by uid 500); 31 Oct 2007 16:59:06 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 68154 invoked by uid 99); 31 Oct 2007 16:59:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 09:59:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vhnguy2@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 16:59:09 +0000 Received: by nf-out-0910.google.com with SMTP id d3so178698nfc for ; Wed, 31 Oct 2007 09:58:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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:content-transfer-encoding:content-disposition:references; bh=qS94KZy4DZMzF3zrIh8gdE9y+5iM8W2JTwVKjEl2+LM=; b=t8bUItdWAPIY6xdRvOON3irpKi+n6/PGIjeUvVQGZqmDLjV5dDoEPHeK1fBGXWuBhC/PE9P8EkctJalh6CGYgfAkN2jaBTC31Pfgc4Na8Gs4K6vejJ22kZHmhcCpUn+bgVfPmv8hoQivFbFMe73MmqLIvE5VJBlAzGHEF4rll7g= 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:content-transfer-encoding:content-disposition:references; b=rbAx9g/esQ6Z5bTgT9xBM29TQOOB47Or3ekfZJ0SRtN3EPicT3feOhxYv8ddURcey4C57RG1O9rv7YEbhzfXGWiUiIbZkdZ8oNwtHwyJA49xDys4vUcqeXaWDlpJ5HmSfwuZN5lCCzdJK2ATV4MQlfqzfBYS02AJirnLQv4Rks4= Received: by 10.78.193.19 with SMTP id q19mr6319156huf.1193849924471; Wed, 31 Oct 2007 09:58:44 -0700 (PDT) Received: by 10.78.203.6 with HTTP; Wed, 31 Oct 2007 09:58:44 -0700 (PDT) Message-ID: Date: Wed, 31 Oct 2007 12:58:44 -0400 From: "Viet Nguyen" To: user@geronimo.apache.org Subject: Re: Newbee -- unable to build the sample application In-Reply-To: <3758ea930710310859n2be551f8pfa1fae23b9496eae@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3758ea930710310859n2be551f8pfa1fae23b9496eae@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Have you tried to run 'mvn install' with other samples? Also, if you could post the full stack trace, it will be helpful too. Regards, Viet On Oct 31, 2007 11:59 AM, Matthew Simmons wrote: > I'm new to the Geronimo/Apache world, so please forgive my ignorance. > > I'm having trouble building the sample application on my computer. I have > Geronimo loaded successfully, according to the command window. I also have > Subversion correctly loaded and my path properly updated to manage requests > -- I can verify that with 'svn help' in the command prompt. Finally, I have > successfully loaded Maven and properly updated the path as verified by 'mvn > --version' at the command prompt. > > I have successfully checked out the JAX-WS example with Subversion and all > of the files appear to have loaded on my machine successfully. When I > navigate to the calculator/jaxws-calculator-war directory and activate Maven > with 'mvn install' (as indicated in the sample write up), the build fails > witrh 'FATAL ERROR' and 'Error building POM (may not be the project's POM)'. > I have talked through this with people that can successfully build with the > same files following the same steps. > > My correction steps have been: > 1. uninstall/reinstall everything > 2. ensure no firewalls are active > 3. rebuilt countless times > > Does anyone have any advice as to what I'm doing wrong? > > Thanks for your time. > Matt > > Maven 2.0.7 > Geronimo 2.0 > Java 1.6.0_03 > Windows XP >