You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/08/30 02:21:58 UTC

svn commit: r570997 - in /forrest/trunk/whiteboard/forrest2/forrest2-webapp/src/docs: ./ index.html

Author: rgardler
Date: Wed Aug 29 17:21:57 2007
New Revision: 570997

URL: http://svn.apache.org/viewvc?rev=570997&view=rev
Log:
Instructions for building and running the webapp

Added:
    forrest/trunk/whiteboard/forrest2/forrest2-webapp/src/docs/
    forrest/trunk/whiteboard/forrest2/forrest2-webapp/src/docs/index.html   (with props)

Added: forrest/trunk/whiteboard/forrest2/forrest2-webapp/src/docs/index.html
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/forrest2-webapp/src/docs/index.html?rev=570997&view=auto
==============================================================================
--- forrest/trunk/whiteboard/forrest2/forrest2-webapp/src/docs/index.html (added)
+++ forrest/trunk/whiteboard/forrest2/forrest2-webapp/src/docs/index.html Wed Aug 29 17:21:57 2007
@@ -0,0 +1,40 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<html>
+  <head>
+    <title>Welcome to the Forrest 2 Webapp</title>
+  </head>
+  <body>
+    <h1>Compiling</h1>
+    <h2>Publish Forrest2 Core</h2>
+    <p>cd $FORREST2_HOME/core</p>
+    <p>ant publish-local</p>
+    
+    <h2>Compile and Deploy Forrest2 Webapp</h2>
+    <p>cd $FORREST2_HOME/forrest2-webapp</p>
+    <p>ant deploy-webapp</p>
+    
+    <p>NOTEL: There is currently a bug in the system that means you need to copy the 
+    core/main/xdocs directory into WEB-INF/classes in the deployed webapp. These files
+    are part of the forrest.*.jar file in WEB-INF lib, but for some reason they are not
+    being picked up by the XSLTOutputPlugin class</p>
+    
+    <h1>Running</h1>
+    <p>Start up your servlet container.</p>
+    <p>Point your browser at http://localhost:8080/forrest2-webapp/helloWorld.html</p>
+  </body>
+</html>
\ No newline at end of file

Propchange: forrest/trunk/whiteboard/forrest2/forrest2-webapp/src/docs/index.html
------------------------------------------------------------------------------
    svn:eol-style = native