Re: In-Place Web Development

2003-08-04 Thread Brian Ewins
I'm going to patch the war task for some of the devs here and try this out this week (with 2 new goals as described). If it goes well I'll put the patch in JIRA. If it goes badly they kick my ass ;) Ben Walding wrote: Please update the wiki with the solution that you have been given. That

Re: In-Place Web Development

2003-08-02 Thread Dave Ford
Please update the wiki with the solution that you have been given. That way others can gain from the time that people have spent helping you! I'll do that. I want to work with it for a few more days to make sure I haven't over looked anything. Dave Ford Smart Soft - The Developer Training

RE: In-Place Web Development

2003-08-01 Thread Siegfried Göschl
to that directory, compile into WEB-INF/classes, tweak your JSPs, etc - Brett -Original Message- From: Ben Walding [mailto:[EMAIL PROTECTED] Sent: Friday, 1 August 2003 3:45 PM To: Maven Users List Subject: Re: In-Place Web Development Take a look at http

RE: In-Place Web Development

2003-08-01 Thread Simon Matic Langford
instruction contained. -Original Message- From: Siegfried Göschl [mailto:[EMAIL PROTECTED] Sent: 01 August 2003 10:53 To: Maven Users List Subject: RE: In-Place Web Development Hi Brett, I came along this issue two weeks ago using Eclipse, Tomcat, Struts and the Tomcat Plugin

RE: In-Place Web Development

2003-08-01 Thread Siegfried Göschl
. -Original Message- From: Siegfried Göschl [mailto:[EMAIL PROTECTED] Sent: 01 August 2003 10:53 To: Maven Users List Subject: RE: In-Place Web Development Hi Brett, I came along this issue two weeks ago using Eclipse, Tomcat, Struts and the Tomcat Plugin for Eclipse

RE : In-Place Web Development

2003-08-01 Thread BRUNOT Sébastien
, run tests, deploy... Another point is That in-place structuration is impossible for your ejb modules. Sebastien BRUNOT -Message d'origine- De : Dave Ford [mailto:[EMAIL PROTECTED] Envoyé : vendredi 1 août 2003 01:17 À : Maven Users Objet : In-Place Web Development How do people do

RE: RE : In-Place Web Development

2003-08-01 Thread Simon Matic Langford
any instruction contained. -Original Message- From: BRUNOT Sébastien [mailto:[EMAIL PROTECTED] Sent: 01 August 2003 09:53 To: 'Maven Users List' Subject: RE : In-Place Web Development I used to agree with that... I've been coding J2EE app for two years now, always using

Re: In-Place Web Development

2003-08-01 Thread Dave Ford
Take a look at http://wiki.codehaus.org/maven/CreatingWebApplications I have looked there. That's where I learned how to change my development environment from the previously mentioned responsive, productive setup to my new, slow-and-painful setup that requires me to run a bunch of unnecessary

Re: In-Place Web Development

2003-08-01 Thread Brian Ewins
Dave, I don't get why you want to use the war plugin *and* in-place editing. You really want to do one or the other. It sounds like the only 'goodness' you want from maven is the initial population of src/webapp/WEB-INF/lib (etc). You only want to go back to the war plugin to actually create

Re: In-Place Web Development

2003-08-01 Thread Dave Ford
Thanks Brian. That's exactly what I was looking for. Problem solved! Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: In-Place Web Development

2003-08-01 Thread Ben Walding
Please update the wiki with the solution that you have been given. That way others can gain from the time that people have spent helping you! Cheers, Ben Dave Ford wrote: Thanks Brian. That's exactly what I was looking for. Problem solved! Dave Ford Smart Soft - The Developer Training

In-Place Web Development

2003-07-31 Thread Dave Ford
How do people do in-place web development with Maven? I have been developing web apps in-place now for quite some time (pre-maven). By in-place, I mean the following: - My development servlet container (Resin) runs an un-jared web app - My development webapp and the executable webapp are one

Re: In-Place Web Development

2003-07-31 Thread Ben Walding
Take a look at http://wiki.codehaus.org/maven/CreatingWebApplications Dave Ford wrote: How do people do in-place web development with Maven? I have been developing web apps in-place now for quite some time (pre-maven). By in-place, I mean the following: - My development servlet container (Resin

RE: In-Place Web Development

2003-07-31 Thread Brett Porter
or configure whatever tomcat instance you are running to that directory, compile into WEB-INF/classes, tweak your JSPs, etc - Brett -Original Message- From: Ben Walding [mailto:[EMAIL PROTECTED] Sent: Friday, 1 August 2003 3:45 PM To: Maven Users List Subject: Re: In-Place Web Development