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 way

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 Com

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 Compa

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, e-mail:

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 a

Re: "In-Place" Web Development

2003-08-01 Thread Dave Ford
> But what about testing : can you set an efficient unit testing environment > with "in-place" structuration? Certainly. I have had it for years. > Which steps are necessary to run cactus tests > for example ? Do you think your developpers will go through this steps each > time they modify code ?

RE: "In-Place" Web Development

2003-08-01 Thread Michal Maczka
> This helps the problem only slightly. It still has to copy the whole > directory. Also, the war:webapp goal runs all my unit tests. I suppose I > could create a new goal that just copies the bare minimum. But it seems > illogical to slow down the development cycle with unnecessary copying and > w

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 p

RE: RE : "In-Place" Web Development

2003-08-01 Thread Simon Matic Langford
y out 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'

RE : "In-Place" Web Development

2003-08-01 Thread BRUNOT Sébastien
I used to agree with that... I've been coding J2EE app for two years now, always using this way of working, and considering two distinct processes : 1) Code Authoring, done by the developper, using this "in-place" structuration ; 2) Module Assembling, done by the architect, using ant... But what

RE: "In-Place" Web Development

2003-08-01 Thread Siegfried Göschl
and should not be taken as authority > to carry out any 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&qu

RE: "In-Place" Web Development

2003-08-01 Thread Simon Matic Langford
o carry out any 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

RE: "In-Place" Web Development

2003-08-01 Thread Siegfried Göschl
ning 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: &q

RE: "In-Place" Web Development

2003-07-31 Thread Brett Porter
symlink 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 > Su

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 (Res