We do need the ability to add extra stuff into WEB-INF from the conf directory. I'd like to see a patch to allow it to happen for the base WAR task.
Reasoning it's not there yet: a) Other stuff often goes in WEB-INF that's *not* configuration, e.g. jsp files. b) I haven't needed it yet That said, I'd be happy to add it. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers "Warner Onstine" <sw-list@warneron To: "Turbine Maven Developers List" stine.com> <[EMAIL PROTECTED]> cc: 05/24/02 12:48 AM Subject: Re: J2EE plugin with Struts Please respond to "Turbine Maven Developers List" It might have something to do with validation, or being able to keep all config info in one place, the web.xml should actually be web-{mywebapp}.xml. But I'm not completely sure of the reasoning myself ;-), Dion will have to answer that when he's in (Australia time you know =). -warner ----- Original Message ----- From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Turbine Maven Developers List'" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 7:27 AM Subject: RE: J2EE plugin with Struts > Thanks Warner. It works. However, I'm not sure I'm completely following > the logic of putting web.xml in conf/ and other configuration files in > WEB-INF ... :-) > > -Vincent > > > -----Original Message----- > > From: Warner Onstine [mailto:[EMAIL PROTECTED]] > > Sent: 23 May 2002 15:19 > > To: Turbine Maven Developers List > > Subject: Re: J2EE plugin with Struts > > > > Hi Vincent, > > All of your web-inf stuff (besides web.xml I think) goes into > > webapps/{mywebapp}/WEB-INF. > > > > The intention with the validation stuff is to verify that all the > things > > for > > the struts war is in the right place and exists. > > > > Not sure if the struts stuff is ready for primetime yet (I don't use > it > > =). > > > > -warner > > > > ----- Original Message ----- > > From: "Vincent Massol" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, May 23, 2002 6:54 AM > > Subject: J2EE plugin with Struts > > > > > > > Hi dIon, > > > > > > I'm trying to use the J2EE plugin for building a struts war. I was > > > wondering wether the plugin supports the inclusion of additional > WEB-INF > > > files (like the struts-config.xml) in WEB-INF, apart from web.xml ? > > > > > > Where would you put these these files ? In conf/ ? > > > > > > Of course, I can probably use the callbacks but I was wondering > whether > > > there were a standard way as it is a common task (which exists in > the > > > Ant WAR task). > > > > > > As you're working on the Struts plugin, is it the intent it would do > > > that also (in addition to validation) ? > > > > > > Do you have some callbacks already written for building a struts > > > application that I could use for a quick start ? > > > > > > Thanks > > > -Vincent > > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: < mailto:[EMAIL PROTECTED]> For additional commands, e-mail: < mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
