You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by sc...@apache.org on 2005/05/23 23:32:03 UTC

svn commit: r178037 - in /incubator/hermes/trunk: forrest.properties maven.xml project.properties

Author: scamp
Date: Mon May 23 14:32:03 2005
New Revision: 178037

URL: http://svn.apache.org/viewcvs?rev=178037&view=rev
Log:
build website under target/website

Modified:
    incubator/hermes/trunk/forrest.properties
    incubator/hermes/trunk/maven.xml
    incubator/hermes/trunk/project.properties

Modified: incubator/hermes/trunk/forrest.properties
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/forrest.properties?rev=178037&r1=178036&r2=178037&view=diff
==============================================================================
--- incubator/hermes/trunk/forrest.properties (original)
+++ incubator/hermes/trunk/forrest.properties Mon May 23 14:32:03 2005
@@ -31,7 +31,7 @@
 #project.status=status.xml
 
 project.build-dir = ${basedir}/target/forrest
-project.site-dir = ${basedir}/../site
+project.site-dir = ${basedir}/target/website
 #project.war = ${project.build-dir}/${project.name}.war
 #project.webapp = ${project.build-dir}/webapp
 

Modified: incubator/hermes/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/maven.xml?rev=178037&r1=178036&r2=178037&view=diff
==============================================================================
--- incubator/hermes/trunk/maven.xml (original)
+++ incubator/hermes/trunk/maven.xml Mon May 23 14:32:03 2005
@@ -45,7 +45,8 @@
   <!-- ================================================================== -->
   <goal name="website"
         description="generates project website / docs using Forrest">
-
+	
+    <delete dir="${site.dest.dir}" />	
     <echo>FORREST_HOME=${env.FORREST_HOME}</echo>
     <property name="forrest.home" location="${env.FORREST_HOME}" />    
     <property name="forrest.install.dir" location="${forrest.home}/../.." />

Modified: incubator/hermes/trunk/project.properties
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.properties?rev=178037&r1=178036&r2=178037&view=diff
==============================================================================
--- incubator/hermes/trunk/project.properties (original)
+++ incubator/hermes/trunk/project.properties Mon May 23 14:32:03 2005
@@ -52,6 +52,6 @@
 
 # MAVEN.XML GOALS
 ###################
-site.dest.dir = ../site
+site.dest.dir = ${maven.build.dir}/website
 spec.wsdl.src.dir = wsn-xbeans/src/wsdl
 spec.wsdl.dest.dir = ${maven.war.webapp.dir}/spec



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