You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by Apache Wiki <wi...@apache.org> on 2005/04/26 12:31:12 UTC

[Jakarta-cactus Wiki] Update of "DeployingCactusWebSite" by VincentMassol

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-cactus Wiki" for change notification.

The following page has been changed by VincentMassol:
http://wiki.apache.org/jakarta-cactus/DeployingCactusWebSite

New page:
#pragma section-numbers off

To deploy the Cactus web site, following these steps:
 * Build the whole Cactus project at least once by typing {{{ant release}}} in {{{jakarta-cactus/}}}. This is because there is a check in the {{{build.xml}}} file of the {{{documentation/}}} project that verifies if there's a release file in {{{release/}}}.
 * Thereafter you won't need to rebuild the whole Cactus project everytime you wish to redeploy the web site. You will just need to build the Documentation project by typing {{{ant}}} in {{{jakarta-cactus/documentation/}}}
 * Make sure you have the following properties defined in your top level {{{build.properties}}} file (adapt the values to your environment of course):
{{{
jakarta.username = vmassol
scp = pscp
ssh = tortoisePlink
}}}
 * Type {{{ant upload}}} in {{{documentation/}}}

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org