Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Gary VanMatre
>From: "Craig McClanahan" <[EMAIL PROTECTED]> > > On 6/15/06, Gary VanMatre wrote: > > > > >From: "Wendy Smoak" > > > > > > On 6/15/06, Gary VanMatre wrote: > > > > > > > My second attempt was to add the cargo.jvmarg to the /shale-apps > > pom.xml: > > > > > > > > > > >> > > > > ${artif

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Craig McClanahan
On 6/15/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 6/15/06, Gary VanMatre wrote: > > > My second attempt was to add the cargo.jvmarg to the /shale-apps pom.xml: > > > > >> > > ${artifactId} > > > > > > org

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Gary VanMatre
>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 6/15/06, Gary VanMatre wrote: > > > My second attempt was to add the cargo.jvmarg to the /shale-apps pom.xml: > > > > >> > > ${artifactId} > > > > > > org.codehaus.cargo >>cargo-maven2-plu

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Wendy Smoak
On 6/15/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: My second attempt was to add the cargo.jvmarg to the /shale-apps pom.xml: ${artifactId} org.codehaus.cargo cargo-maven2-plugin ...

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Gary VanMatre
>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 6/15/06, Gary VanMatre wrote: > > > This is a bit off topic but does anyone know how to configure cargo to > > start > tomcat 5.5.x in debug mode so that you can attach in eclipse for interactive > debuging? I've messed with the cargo.jvmargs bu

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Wendy Smoak
On 6/15/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: This is a bit off topic but does anyone know how to configure cargo to start tomcat 5.5.x in debug mode so that you can attach in eclipse for interactive debuging? I've messed with the cargo.jvmargs but didn't have any luck. Hmmm... bett

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Gary VanMatre
h the eclipse plugin and the maven embedder. This is > > fixed in the next version of the plugin > > > > Hermod > > > > > > -Opprinnelig melding- > > Fra: stephan opitz [mailto:[EMAIL PROTECTED] > > Sendt: 14. juni 2006 19:16 >

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-14 Thread stephan opitz
in Hermod -Opprinnelig melding- Fra: stephan opitz [mailto:[EMAIL PROTECTED] Sendt: 14. juni 2006 19:16 Til: Struts Users Mailing List Emne: Re: [shale] using the eclipse ide (maybe ith ant or maven2) hello it works in eclipse... next important problem is... i can define lifecycles li

SV: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-14 Thread Hermod Opstvedt
ide (maybe ith ant or maven2) hello it works in eclipse... next important problem is... i can define lifecycles like compile package cargo:start etc.. if i do this in eclipse it does not work... compile works but if i use package or cargo:start eclipse throws [ERROR] project-execute

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-14 Thread stephan opitz
hello it works in eclipse... next important problem is... i can define lifecycles like compile package cargo:start etc.. if i do this in eclipse it does not work... compile works but if i use package or cargo:start eclipse throws [ERROR] project-execute : org.apache.struts.ShaleShop:ShaleSho

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-14 Thread Gary VanMatre
>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 6/14/06, stephan opitz wrote: > > i wanted start programming with shale... > > so i tried to integrate the shale blank war into eclipse as a new tomcat > project > > > > because i was not able to configure maven2 and shale into eclipse i'm using

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-14 Thread Wendy Smoak
On 6/14/06, stephan opitz <[EMAIL PROTECTED]> wrote: i wanted start programming with shale... so i tried to integrate the shale blank war into eclipse as a new tomcat project because i was not able to configure maven2 and shale into eclipse i'm using ant. If you'd like to try Maven 2 again, we

[shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-14 Thread stephan opitz
i wanted start programming with shale... so i tried to integrate the shale blank war into eclipse as a new tomcat project because i was not able to configure maven2 and shale into eclipse i'm using ant. in the web-inf/src folder is my build.xml wich is working...