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

svn commit: r178039 - in /incubator/muse/trunk: forrest.properties maven.xml project.properties

Author: scamp
Date: Mon May 23 14:32:12 2005
New Revision: 178039

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

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

Modified: incubator/muse/trunk/forrest.properties
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/forrest.properties?rev=178039&r1=178038&r2=178039&view=diff
==============================================================================
--- incubator/muse/trunk/forrest.properties (original)
+++ incubator/muse/trunk/forrest.properties Mon May 23 14:32:12 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/muse/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/maven.xml?rev=178039&r1=178038&r2=178039&view=diff
==============================================================================
--- incubator/muse/trunk/maven.xml (original)
+++ incubator/muse/trunk/maven.xml Mon May 23 14:32:12 2005
@@ -44,7 +44,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/muse/trunk/project.properties
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/project.properties?rev=178039&r1=178038&r2=178039&view=diff
==============================================================================
--- incubator/muse/trunk/project.properties (original)
+++ incubator/muse/trunk/project.properties Mon May 23 14:32:12 2005
@@ -52,6 +52,6 @@
   
 # MAVEN.XML GOALS
 ###################
-site.dest.dir = ../site
+site.dest.dir = ${maven.build.dir}/website
 wsdm.wsdl.src.dir = wsdm-xbeans/src/wsdl
 spec.wsdl.dest.dir = ${maven.war.webapp.dir}/spec



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