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

svn commit: r178036 - in /incubator/apollo/trunk: forrest.properties maven.xml project.properties

Author: scamp
Date: Mon May 23 14:31:51 2005
New Revision: 178036

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

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

Modified: incubator/apollo/trunk/forrest.properties
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/forrest.properties?rev=178036&r1=178035&r2=178036&view=diff
==============================================================================
--- incubator/apollo/trunk/forrest.properties (original)
+++ incubator/apollo/trunk/forrest.properties Mon May 23 14:31:51 2005
@@ -32,7 +32,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/apollo/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/maven.xml?rev=178036&r1=178035&r2=178036&view=diff
==============================================================================
--- incubator/apollo/trunk/maven.xml (original)
+++ incubator/apollo/trunk/maven.xml Mon May 23 14:31:51 2005
@@ -75,6 +75,7 @@
   <goal name="website"
         description="generates project website / docs using Forrest">
 
+    <delete dir="${site.dest.dir}" />
     <delete dir="${maven.src.dir}/site/content/tutorial/generated" />
     <echo>FORREST_HOME=${env.FORREST_HOME}</echo>
     <property name="forrest.home" location="${env.FORREST_HOME}" />    

Modified: incubator/apollo/trunk/project.properties
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.properties?rev=178036&r1=178035&r2=178036&view=diff
==============================================================================
--- incubator/apollo/trunk/project.properties (original)
+++ incubator/apollo/trunk/project.properties Mon May 23 14:31:51 2005
@@ -61,7 +61,7 @@
 
 # MAVEN.XML GOALS
 ###################
-site.dest.dir = ../site
+site.dest.dir = ${maven.build.dir}/website
 wsa.wsdl.src.dir = wsa-xbeans/src/wsdl
 wsrf.wsdl.src.dir = wsrf-xbeans/src/wsdl
 spec.wsdl.dest.dir = ${maven.war.webapp.dir}/spec



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