Author: thorsten
Date: Sun Apr 9 04:36:03 2006
New Revision: 392705
URL: http://svn.apache.org/viewcvs?rev=392705&view=rev
Log:
Adding debugging statement and defined project.resources-dir.
Modified:
forrest/trunk/whiteboard/doco/forrest.properties
Modified: forrest/trunk/whiteboard/doco/forrest.properties
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/doco/forrest.properties?rev=392705&r1=392704&r2=392705&view=diff
==============================================================================
--- forrest/trunk/whiteboard/doco/forrest.properties (original)
+++ forrest/trunk/whiteboard/doco/forrest.properties Sun Apr 9 04:36:03 2006
@@ -23,6 +23,7 @@
project.content-dir=content
project.xdocs-dir=${project.content-dir}/authoring
project.raw-content-dir=${project.content-dir}
+project.resources-dir=resources
#project.configfile=${project.home}/conf/cli.xconf
#project.skinconf=${project.content-dir}/skinconf.xml
@@ -40,3 +41,5 @@
# Max memory to allocate to Java
# FIXME: See issue FOR-572
forrest.maxmemory=128m
+
+forrest.jvmargs=-Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n