> -----Mensaje original----- > De: Chris Kimpton [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 1 de noviembre de 2001 18:30 > Para: Jetspeed Developers List > Asunto: Re: [PATCH] Added a target for local container install in > build.xml > > > Hi, > > --- "Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote: > > Hola a todos: > > > > The attached patch will add a "install" target in build.xml, very > > usefull in developement, "install" target constructs a jetspeed > > webapp > > for use of a local servlet container.., i dont know how people was > > doing > > that in a development environment, but dont found a way with the > > actual > > build.xml, maybe unzip-war target but this target does a > > pack-unpack > > cycle, breaks File date checks done by ant and is very slow.. the > > "install" target by contrast uses builtin copy command of ant that > > takes > > into account file dates to do the minimal set of actions needed.. > > > > +1 > > I submitted the "unzip-war" target as a quick fix - this is a much > better solution. Feel free to remove the "unzip-war" target. > > > Although I would have a default for "install.war" in the build.xml, > say something like "${build.dir}/webapp". > > This allows those without an "e:" directory to still install it ;-) >
Doh! :) just slipped my defaults in, sorry.. feel free to change to suit your needs ;) Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
