Brett,

You talked about a war:inplace goal a while ago...  One of the developers I
work with has been grumbling about maven because of the need to do
war:webapp so often...

What we are planning on doing is instead do an exploded war structure in our
/src/webapp, and compile the .java classes and move our .jars into
/src/webapp/WEB-INF/classes/  and  /src/webapp/WEB-INF/libs/.  That way,
when we edit our java classes, Eclipse will compile them to our exploded war
in /src/webapp, and when we edit other files, they are immediately avaliable
without doing a war:webapp.

However, we do need to get the initial .jar's into the correct location..
Without running all our unit tests, or maybe by running them..  And of
course need the cleanup so that when we diff with CVS we don't have a ton of
junk..  I don't want to reinvent the wheel, so I'd love to see your
war:inplace code committed...

Thanks,

Eric Pugh


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to