You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Enke, Michael" <mi...@wincor-nixdorf.com> on 2002/07/11 17:35:43 UTC

INSTALL file: small cleanup (for Diana)

Hi Diana,
in section 3b) Manual install:

[unix]  ./build.sh  -Dinclude.webapp.libs=yes -Dinstall.war=$TOMCAT_HOME/webapps webapp
[win32] .\build.bat -Dinclude.webapp.libs=yes -Dinstall.war=%TOMCAT_HOME%\webapps webapp

can be written without -Dinstall.war:

[unix]  ./build.sh  -Dinclude.webapp.libs=yes webapp
[win32] .\build.bat -Dinclude.webapp.libs=yes webapp

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: INSTALL file: small cleanup (for Diana)

Posted by "Enke, Michael" <mi...@wincor-nixdorf.com>.
Diana Shannon wrote:
> 
> On Thursday, July 11, 2002, at 11:35  AM, Enke, Michael wrote:
> 
> > Hi Diana,
> > in section 3b) Manual install:
> >
> > [unix]  ./build.sh  -Dinclude.webapp.libs=yes
> > -Dinstall.war=$TOMCAT_HOME/webapps webapp
> > [win32] .\build.bat -Dinclude.webapp.libs=yes
> > -Dinstall.war=%TOMCAT_HOME%\webapps webapp
> >
> > can be written without -Dinstall.war:
> >
> > [unix]  ./build.sh  -Dinclude.webapp.libs=yes webapp
> > [win32] .\build.bat -Dinclude.webapp.libs=yes webapp
> 
> I can't find any reference to this in installing-related content.
> Are you sure you have the latest release (or even HEAD) from CVS?

Yes, the file name is "INSTALL.src" in the top level directory.
It is documentation, thats why I asked you.

Michael

PS: Konstantin: I looked in the build.xml and as I could see this is
    only related to installation and deletion of war and unzipped cocoon.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: INSTALL file: small cleanup (for Diana)

Posted by Diana Shannon <sh...@apache.org>.
On Thursday, July 11, 2002, at 11:35  AM, Enke, Michael wrote:

> Hi Diana,
> in section 3b) Manual install:
>
> [unix]  ./build.sh  -Dinclude.webapp.libs=yes 
> -Dinstall.war=$TOMCAT_HOME/webapps webapp
> [win32] .\build.bat -Dinclude.webapp.libs=yes 
> -Dinstall.war=%TOMCAT_HOME%\webapps webapp
>
> can be written without -Dinstall.war:
>
> [unix]  ./build.sh  -Dinclude.webapp.libs=yes webapp
> [win32] .\build.bat -Dinclude.webapp.libs=yes webapp

I can't find any reference to this in installing-related content.
Are you sure you have the latest release (or even HEAD) from CVS?

-- Diana


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org