If your ever used build without specifying install dir - then yes, it's required,
because on second run Ant will skip this step:
<copy todir="${build.war}" filtering="on">
in
<target name="copy-webapp" depends="prepare">
target, but it needs to be executed with initialized variable "install.war".
Vadim
> -----Original Message-----
> From: David Crossley [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 04, 2001 12:45 PM
> To: [EMAIL PROTECTED]
> Subject: Re: AW: entity catalogs support - finalisation
>
>
> Thanks Vadim, i was just writing the same email to Jeremy.
> However, are you sure that build clean is needed.
> I just do the one-line build command that you have shown
> and all is well.
> David
>
> Vadim wrote:
> > Jeremy,
> >
> > Do not combine these tasks!
> > And, do not do install if you ever used build.sh without
> -Dinstall.war=$TOMCAT_HOME/webapps
> > parameter!
> >
> > Try this:
> > ./build.sh clean
> > ./build.sh -Dinclude.webapp.libs=yes -Dinstall.war=$TOMCAT_HOME/webapps
> install
> >
> > PS Need to write clearly in doc that before install clean is required - or
> change build.xml...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]