| <?xml version="1.0" encoding="ISO-8859-1"?> |
| <!-- |
| Copyright 2002-2004 The Apache Software Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <!-- |
| |
| <!DOCTYPE forrest-config SYSTEM "forrest-config.dtd"> |
| |
| DTD will be added once the remote build process |
| has been finished and debugged (SN) |
| |
| This file contains the configuration for the forrestbot: |
| - which projects to build |
| - using which parameters |
| |
| --> |
| <forrest-config> |
| <defaults> |
| <get-src type="cvs"> |
| <host name="cvs.apache.org"/> |
| <root name="/home/cvspublic"/> |
| <user name="anoncvs"/> |
| <passwd name="anoncvs"/> |
| </get-src> |
| <get-src type="local-copy" > |
| <project-dir name="." /> |
| </get-src> |
| <deploy type="scp"> |
| <host name="krysalis.sourceforge.net"/> |
| <root name="/home/groups/k/kr/krysalis/htdocs"/> |
| <user name="forrestbot"/> |
| </deploy> |
| <generate> |
| <skin name="forrest-site"/> |
| <debuglevel name="ERROR" /> |
| </generate> |
| </defaults> |
| |
| <project name="xml-forrest"> |
| <prepare> |
| <skin name="forrest-site"/> |
| </prepare> |
| |
| <get-src type="cvs"> |
| <module name="xml-forrest"/> |
| <dir name="src/documentation"/> |
| </get-src> |
| <!-- as long as the skin is set using the <filter> tricks: |
| the decision for which one to choose is taken in the prepare stage |
| rather then the generate stage |
| <generate> |
| <skin name="forrest-site" /> |
| </generate> |
| --> |
| <deploy type="scp"> |
| <dir name="forrest"/> |
| </deploy> |
| </project> |
| |
| <project name="xml-forrest-local"> |
| <prepare> |
| <skin name="forrest-site"/> |
| </prepare> |
| <get-src type="local-copy"> |
| <content-dir name="src/documentation"/> |
| </get-src> |
| <deploy type="local-copy"> |
| <destination name="build/site"/> |
| </deploy> |
| </project> |
| |
| <!-- will not work on other server, depends on local content --> |
| <project name="outerthought.net"> |
| <prepare> |
| <skin name="forrest-site"/> |
| </prepare> |
| <get-src type="local-copy"> |
| <content-dir name="../outerthought.net"/> |
| </get-src> |
| <deploy type="local-copy"> |
| <destination name="/usr/local/apache/htdocs"/> |
| </deploy> |
| </project> |
| |
| </forrest-config> |