Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 78833 invoked from network); 20 Sep 2005 00:59:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 00:59:22 -0000 Received: (qmail 69403 invoked by uid 500); 20 Sep 2005 00:59:21 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 69365 invoked by uid 500); 20 Sep 2005 00:59:21 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 69343 invoked by uid 99); 20 Sep 2005 00:59:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2005 17:59:21 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Sep 2005 17:59:30 -0700 Received: (qmail 78765 invoked by uid 65534); 20 Sep 2005 00:58:20 -0000 Message-ID: <20050920005820.78763.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r290322 - /forrest/trunk/etc/cocoon_upgrade/local.build.properties Date: Tue, 20 Sep 2005 00:58:19 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Sep 19 17:58:15 2005 New Revision: 290322 URL: http://svn.apache.org/viewcvs?rev=290322&view=rev Log: Start synchronise with cooon/build.properties file. Modified: forrest/trunk/etc/cocoon_upgrade/local.build.properties Modified: forrest/trunk/etc/cocoon_upgrade/local.build.properties URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/local.build.properties?rev=290322&r1=290321&r2=290322&view=diff ============================================================================== --- forrest/trunk/etc/cocoon_upgrade/local.build.properties (original) +++ forrest/trunk/etc/cocoon_upgrade/local.build.properties Mon Sep 19 17:58:15 2005 @@ -1,5 +1,4 @@ -# Copyright 1999-2004 The Apache Software Foundation or its licensors, -# as applicable. +# Copyright 1999-2005 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. @@ -72,6 +71,24 @@ junit.test.debugport=8000 #junit.testcase=org.apache.cocoon.util.test.NetUtilsTestCase +junit.test.loglevel=1 + +# Optionally enable remote debugging when running the JUnit tests. +# Uncomment one of the following lines only, the property must be present even if empty. +# Note that setting suspend=y might cause the JVM to stop several times when running the +# tests, as the build forks a new JVM at several points. +# This is most useful together with the junit.test.include.* properties below +#junit.test.jvmargs=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n +junit.test.jvmargs= + +# Define which JUnit tests to run - useful to run a subset of tests +junit.test.include.1=**/*TestCase.class +junit.test.include.2=**/*Test.class + +# ---- IDE --------------------------------------------------------------------- + +ide.eclipse.outputdir=${build.root}/eclipse/classes +ide.eclipse.export.libs=false # ---- Build ------------------------------------------------------------------- @@ -97,7 +114,7 @@ build.docs.loglevel=ERROR build.docs.printer.loglevel=ERROR -# ------ Webapp Build Properties ----------------------------------------------- +# ---- Webapp Build Properties ------------------------------------------------- build.webapp=${build.root}/webapp build.webapp.webinf=${build.webapp}/WEB-INF @@ -110,7 +127,7 @@ build.webapp.loglevel=INFO build.war=${build}/${name}.war -# ------ Standalone-demo Build Properties -------------------------------------- +# ---- Standalone-demo Build Properties ---------------------------------------- build.standalone.demo=${build.root}/standalone-demo # ---- Compilation ------------------------------------------------------------- @@ -123,7 +140,7 @@ source.vm=1.4 -# ------ System Properties ----------------------------------------------------- +# ---- System Properties ------------------------------------------------------- # WARNING: you shouldn't need to modify anything below here since there is a # very high change of breaking the build system. Do it only if you know what @@ -169,10 +186,6 @@ tools.loader.src=${tools.src}/loader tools.loader.dest=${tools}/loader tools.jetty=${tools}/jetty - -# IDE -ide.eclipse.outputdir=${build.root}/eclipse/classes -ide.eclipse.export.libs=false # Libraries lib=lib