From user-return-2124-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Mon Feb 06 21:06:51 2006 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 23528 invoked from network); 6 Feb 2006 21:06:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Feb 2006 21:06:51 -0000 Received: (qmail 24224 invoked by uid 500); 6 Feb 2006 21:06:49 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 24137 invoked by uid 500); 6 Feb 2006 21:06:47 -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 24124 invoked by uid 99); 6 Feb 2006 21:06:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 13:06:47 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.37.206] (HELO web88105.mail.re2.yahoo.com) (206.190.37.206) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 06 Feb 2006 13:06:46 -0800 Received: (qmail 81084 invoked by uid 60001); 6 Feb 2006 21:06:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=aSUGFJCG1WGWX7eOysY0u+gPJ9F0ntya9OzTtG7kgbgukafxXa1O/zmlwCGMg/nckaFMNeWjh4kPAQf7chCtNrfH4UHsX2C/h4J8gxru5zMqcpRW7xYOCz8FoqTF3nvppap66nJUZrnCfHcQ8O2n/e3LPaxZ3HG17eLDLo/MhMY= ; Message-ID: <20060206210622.81082.qmail@web88105.mail.re2.yahoo.com> Received: from [70.30.209.177] by web88105.mail.re2.yahoo.com via HTTP; Mon, 06 Feb 2006 16:06:22 EST Date: Mon, 6 Feb 2006 16:06:22 -0500 (EST) From: Gary Karasiuk Subject: Re: Running under Eclipse To: user@geronimo.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1774864132-1139259982=:81062" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-1774864132-1139259982=:81062 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit This worked like a charm. Thanks. This would make a great addition to the wiki paper that talks about debugging with Eclipse. Sachin Patel wrote: Here's another idea so you don't have to build... Extract/Unzip the source. Then without building, run maven m:eclipse. Then import all the projects into your workspace. You'll have build errors, but all you care about is the source being available at runtime, so ignore the errors and/or turn off autobuild and clean. Now you add add all the projects in the source attachment wizard and I think this should do the trick. - sachin On Feb 6, 2006, at 11:49 AM, Gary Karasiuk wrote: Yes, I downloaded the source tree. That seemed to go ok. To be specific I downloaded from here: http://svn.apache.org/repos/asf/geronimo/tags/1.0.0 I followed the build instructions, but the first problem I had was with step: maven m:fresh-checkout that step failed with: [cvs] /home/projects/openejb/scm: no such repository I ignored this error and kept on going. Maybe this is the source of my problems, is there a workarounf for this? Sachin Patel wrote: Hi Gary, Did you download the geronimo source tree? Then you will need to build once, following the build instructions. Then you need to run the maven m:eclipse goal which will generate the .project and .classpath files, so they can be imported into ec lipse. This is what I'm referring to as the "geronimo-xxx" projects. - sachin On Feb 6, 2006, at 8:41 AM, Gary Karasiuk wrote: > I'm trying to run the 1.0 version of Geronimo under Eclipse, to > debug a problem I'm having. I've been following the instructions > in the wiki: > > http://wiki.apache.org/geronimo/EclipseDeployment > > I'm confused when reading the "Creating Maven and Server Launch > Configurations" section. It keeps talking about a "geronimo" > project, but I don't have such a project in my workspace. I have > many geronimo-xxx projects, but no geronimo project. Which project > does it mean? Gary Gary --0-1774864132-1139259982=:81062 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit
This worked like a charm. Thanks.

This would make a great addition to the wiki paper that talks about debugging with Eclipse.

Sachin Patel <sppatel2@gmail.com> wrote:
Here's another idea so you don't have to build...

Extract/Unzip the source.  Then without building, run maven m:eclipse.  Then import all the projects into your workspace.  You'll have build errors, but all you care about is the source being available at runtime, so ignore the errors and/or turn off autobuild and clean.  Now you add add all the projects in the source attachment wizard and I think this should do the trick.

- sachin



On Feb 6, 2006, at 11:49 AM, Gary Karasiuk wrote:

Yes, I downloaded the source tree.  That seemed to go ok . To be specific I downloaded from here:

http://svn.apache.org/repos/asf/geronimo/tags/1.0.0

I followed the build instructions, but the first problem I had was with step:

maven m:fresh-checkout

that step failed with:

[cvs] /home/projects/openejb/scm: no such repository

I ignored this error and kept on going. Maybe this is the source of my problems, is there a workarounf for this?

Sachin Patel <sppatel2@gmail.com> wrote:
Hi Gary,

Did you download the geronimo source tree? Then you will need to
build once, following the build instructions. Then you need to run
the maven m:eclipse goal which will generate the .project
and .classpath files, so they can be imported into ec lipse. This is
what I'm referring to as the "geronimo-xxx" projects.

- sachin



On Feb 6, 2006, at 8:41 AM, Gary Karasiuk wrote:

> I'm trying to run the 1.0 version of Geronimo under Eclipse, to
> debug a problem I'm having. I've been following the instructions
> in the wiki:
>
> http://wiki.apache.org/geronimo/EclipseDeployment
>
> I'm confused when reading the "Creating Maven and Server Launch
> Configurations" section. It keeps talking about a "geronimo"
> project, but I don't have such a project in my workspace. I have
> many geronimo-xxx projects, but no geronimo project. Which project
> does it mean?




Gary




Gary --0-1774864132-1139259982=:81062--