The apache antlet  allows this

After generating the site with
ant site


do

ant   -Ddeployer.password=MyPassword push-site-to-my-apache-dir

Which pushes the site to your apache website on cvs.apache.org under temp.
Such as
http://cvs.apache.org/~nickchalko/temp/depot-site/index.html

I love antlets !.

R,
Nick

[EMAIL PROTECTED] wrote:

Author: nickchalko
Date: Sun Mar 14 20:01:36 2004
New Revision: 9476

Modified:
  incubator/depot/trunk/site/build.xml
Log:
Added the apache antlet.

Modified: incubator/depot/trunk/site/build.xml
==============================================================================
--- incubator/depot/trunk/site/build.xml        (original)
+++ incubator/depot/trunk/site/build.xml        Sun Mar 14 20:01:36 2004
@@ -26,6 +26,7 @@

<importer name="init-0.1" href="http://metamorphosis.krysalis.org/antlet/"/>
<importer name="forrest-0.1" href="http://metamorphosis.krysalis.org/antlet/"/>
+ <importer name="apache-0.1" href="http://metamorphosis.krysalis.org/antlet/"/>








Reply via email to