You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/10/27 04:37:36 UTC

svn commit: rev 55666 - incubator/lenya/trunk/src/cocoon

Author: gregor
Date: Tue Oct 26 19:37:35 2004
New Revision: 55666

Modified:
   incubator/lenya/trunk/src/cocoon/local.build.properties
Log:
sync build.properties with changes in cocoon

Modified: incubator/lenya/trunk/src/cocoon/local.build.properties
==============================================================================
--- incubator/lenya/trunk/src/cocoon/local.build.properties	(original)
+++ incubator/lenya/trunk/src/cocoon/local.build.properties	Tue Oct 26 19:37:35 2004
@@ -11,7 +11,7 @@
 # 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.
-
+#
 #----------------------------------------------
 #  Cocoon Build Properties
 #----------------------------------------------
@@ -31,8 +31,9 @@
 # ---- Build Exclusions --------------------------------------------------------
 
 #exclude.deprecated=true
+exclude.documentation=true
 exclude.javadocs=true
-exclude.idldocs=true
+#include.sources-in-jars=true
 
 # ---- Configuration -----------------------------------------------------------
 
@@ -41,16 +42,33 @@
 #include.driver.odbc=true
 config.allow-reloads=true
 config.enable-uploads=true
+#config.enable-instrumentation=true
 
 # ---- Validation --------------------------------------------------------------
 
-validate.config=true
-validate.xdocs=true
-validate.jars=true
+#exclude.validate.config=true
+exclude.validate.xdocs=true
+#exclude.validate.jars=true
 
 # ---- Forrest -----------------------------------------------------------------
 
-forrest.home=../xml-forrest/build/dist/shbat/
+# set $FORREST_HOME and $PATH as instructed by Forrest
+
+# ---- Anteater ----------------------------------------------------------------
+
+anteater.home = /default-from-build.properties/anteater-0.9.16
+anteater.target.host = localhost
+anteater.target.port = 8888
+anteater.target.base.path = /
+anteater.option.haltonerror = true
+
+# disable some long-running tests by default
+# anteater.test.bug26186InternalRequestMemoryLeak.enabled = true
+
+# ---- JUnit -------------------------------------------------------------------
+
+junit.test.debugport=8000
+#junit.testcase=org.apache.cocoon.util.test.NetUtilsTestCase
 
 # ---- Build -------------------------------------------------------------------
 
@@ -59,11 +77,11 @@
 build.dest=${build}/classes
 build.mocks=${build}/mocks
 build.test=${build}/test
+build.test.output=${build.test}/output
 build.docs=${build}/docs
 build.docs.printer=${build}/printer-docs
 build.site=${build}/site
 build.xdocs=${build}/xdocs
-build.idldocs=${build}/idldocs
 build.javadocs=${build}/javadocs
 build.context=${build}/documentation
 build.context.printer=${build}/printer-documentation
@@ -71,6 +89,7 @@
 build.deprecated=${build}/deprecated
 build.samples=${build}/samples
 build.temp=${build}/temp
+build.mounttable=../../mount-table.xml
 
 build.docs.loglevel=ERROR
 build.docs.printer.loglevel=ERROR
@@ -82,9 +101,9 @@
 build.webapp.classes=${build.webapp.webinf}/classes
 build.webapp.lib=${build.webapp.webinf}/lib
 build.webapp.samples=${build.webapp}/samples
+build.webapp.test-suite=${build.webapp}/test-suite
 build.webapp.docs=${build.webapp}/docs
 build.webapp.javadocs=${build.webapp}/api/java
-build.webapp.idldocs=${build.webapp}/api/fom
 build.webapp.loglevel=INFO
 build.war=${build}/${name}.war
 
@@ -98,6 +117,7 @@
 compiler.optimize=on
 compiler.deprecation=off
 compiler.nowarn=on
+source.vm=1.3
 
 
 # ------ System Properties -----------------------------------------------------
@@ -113,7 +133,6 @@
 
 # Directory Layout
 src=src
-idl=${src}/idl
 java=${src}/java
 mocks=${src}/mocks
 test=${src}/test
@@ -128,6 +147,7 @@
 samples=${src}/samples
 webapp=${src}/webapp
 webapp.samples=${webapp}/samples
+webapp.test-suite=${webapp}/test-suite
 customconf=${src}/confpatch
 
 # Deprecated Stuff
@@ -147,6 +167,7 @@
 
 # IDE
 ide.eclipse.outputdir=${build.root}/eclipse/classes
+ide.eclipse.export.libs=false
 
 # Libraries
 lib=lib

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org