Running under Eclipse

2006-02-06 Thread Gary Karasiuk
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

Re: Running under Eclipse

2006-02-06 Thread Sachin Patel
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 eclipse. This is what I'm referring

Re: Running under Eclipse

2006-02-06 Thread Sachin Patel
Gary, Geronimo also provides a source zip. So rather then go through these heavyweight instructions for what you're trying to do, you might try attaching the source jars as a source attachment. - sachin On Feb 6, 2006, at 10:06 AM, Sachin Patel wrote: Hi Gary, Did you download the

Re: Running under Eclipse

2006-02-06 Thread Sachin Patel
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

Re: Running under Eclipse

2006-02-06 Thread Gary Karasiuk
This worked like a charm. Thanks.This would make a great addition to the wiki paper that talks about debugging with Eclipse.Sachin Patel [EMAIL PROTECTED] wrote: Here's another idea so you don't have to build...Extract/Unzip the source. Then without building, run maven m:eclipse. Then