Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 40779 invoked from network); 29 Aug 2007 22:57:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2007 22:57:19 -0000 Received: (qmail 78026 invoked by uid 500); 29 Aug 2007 22:57:13 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 77957 invoked by uid 500); 29 Aug 2007 22:57:13 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 77948 invoked by uid 99); 29 Aug 2007 22:57:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 15:57:13 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of apacheben@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 22:57:09 +0000 Received: by nf-out-0910.google.com with SMTP id d3so324194nfc for ; Wed, 29 Aug 2007 15:56:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=FzPxbIKZQu1ZUIjlQhPWncNqBITYtIkANAGmbU8MWkpIp/Vkx0z5Jt4vTOCBo/q9qOKfP7EvFfE0ofl705DktOkQn8+VjSv7d9wwn8f2yqQ1c9CtMmgTWajePnB6vWuPu2oYx4zd4ZI6utEBX+5BHCJbaHeakW4Wc9anijBeQPY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=ZT/JrEb3tS1eX5dU8FfkgDcxHm2Zxs99WH2iSv8hsnTRtLPO39pitw8IiB703ExNTEaJiDGw0hpKlDFhrolCOWd5qt7B6rppOZFXbz9b7b3We4ZQxoxUab088PDXGH+0b0bfIqPtYZ661Ze2WvBMHRUtJvLAKatCwnvqtLVAhP4= Received: by 10.78.150.7 with SMTP id x7mr667848hud.1188428206491; Wed, 29 Aug 2007 15:56:46 -0700 (PDT) Received: by 10.78.177.7 with HTTP; Wed, 29 Aug 2007 15:56:46 -0700 (PDT) Message-ID: <6185d22e0708291556r73b39b8enf96a01dd1dab0611@mail.gmail.com> Date: Wed, 29 Aug 2007 15:56:46 -0700 From: "Ben Speakmon" Sender: apacheben@gmail.com To: "Jakarta Commons Developers List" Subject: Re: [continuum] BUILD FAILURE: Commons Configuration In-Reply-To: <46D5D927.3060009@oliver-heger.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3795_25815787.1188428206453" References: <1392896.01188419553718.JavaMail.continuum@vmbuild> <46D5D927.3060009@oliver-heger.de> X-Google-Sender-Auth: f45f7395ee754663 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3795_25815787.1188428206453 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I think gets passed to the running application, not the VM. Try instead. There's an example here: http://maven.apache.org/plugins/maven-surefire-plugin/examples/system-properties.html On 8/29/07, Oliver Heger wrote: > > Hm, the following modifications of the pom did not show any effect: > > > org.apache.maven.plugins > maven-surefire-plugin > > once > -Djava.awt.headless=true > > > > Is there anything wrong with this setup? What else could be the problem? > > TIA > Oliver > > Continuum@vmbuild wrote: > > Online report : > > > http://vmbuild.apache.org/continuum/buildResult.action?buildId=2892&projectId=161 > > > > > > Build statistics: > > State: Failed > > Previous State: Failed > > Started at: Wed 29 Aug 2007 13:30:45 -0700 > > Finished at: Wed 29 Aug 2007 13:32:28 -0700 > > Total time: 1m 43s > > Build Trigger: Schedule > > Build Number: 0 > > Exit code: 1 > > Building machine hostname: vmbuild > > Operating system : Linux(unknown) > > Java Home version : java version "1.4.2_15" > > Java(TM) 2 Runtime Environment, Standard Edition (build > > 1.4.2_15-b02) > > Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode) > > Builder version : > > Maven version: 2.0.7 > > Java version: 1.4.2_15 > > OS name: "linux" version: "2.6.20-16-server" arch: "i386" > > > > > **************************************************************************** > > > > SCM Changes: > > > **************************************************************************** > > > > Changed: oheger @ Wed 29 Aug 2007 13:05:46 -0700 > > Comment: Fix a test failure when fork mode is specified for surefire > plugin > > Files changed: > > > /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestConfigurationFactory.java > > ( 570916 ) > > > > Changed: oheger @ Wed 29 Aug 2007 13:06:15 -0700 > > Comment: Enabling headless mode for test execution > > Files changed: > > /commons/proper/configuration/trunk/pom.xml ( 570917 ) > > > > > **************************************************************************** > > > > Dependencies Changes: > > > **************************************************************************** > > > > No dependencies changed > > > > > **************************************************************************** > > > > Test Summary: > > > **************************************************************************** > > > > Tests: 1198 > > Failures: 55 > > Total time: 19830 > > > > > **************************************************************************** > > > > Output: > > > **************************************************************************** > > > > [INFO] Scanning for projects... > > [INFO] > > > ---------------------------------------------------------------------------- > > > > [INFO] Building Commons Configuration > > [INFO] task-segment: [clean, install, deploy] > > [INFO] > > > ---------------------------------------------------------------------------- > > > > [INFO] [clean:clean] > > [INFO] Deleting directory > /home/continuum/data/working-directory/161/target > > [INFO] Deleting directory > > /home/continuum/data/working-directory/161/target/classes > > [INFO] Deleting directory > > /home/continuum/data/working-directory/161/target/test-classes > > [INFO] Deleting directory > > /home/continuum/data/working-directory/161/target/site > > [INFO] [resources:resources] > > [INFO] Using default encoding to copy filtered resources. > > [INFO] [compiler:compile] > > [INFO] Compiling 91 source files to > > /home/continuum/data/working-directory/161/target/classes > > [INFO] [resources:testResources] > > [INFO] Using default encoding to copy filtered resources. > > [INFO] [compiler:testCompile] > > [INFO] Compiling 91 source files to > > /home/continuum/data/working-directory/161/target/test-classes > > [INFO] [surefire:test] > > [INFO] Surefire report directory: > > /home/continuum/data/working-directory/161/target/surefire-reports > > > > ------------------------------------------------------- > > T E S T S > > ------------------------------------------------------- > > Running org.apache.commons.configuration.TestDatabaseConfiguration > > log4j:WARN No appenders could be found for logger > > (org.apache.commons.configuration.test.HsqlDB). > > log4j:WARN Please initialize the log4j system properly. > > Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.171sec > > Running org.apache.commons.configuration.TestPropertiesSequence > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236sec > > Running > > > org.apache.commons.configuration.plist.TestXMLPropertyListConfigurationEvents > > > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396sec > > Running org.apache.commons.configuration.TestPropertyConverter > > Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029sec > > Running org.apache.commons.configuration.tree.TestViewNode > > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013sec > > Running org.apache.commons.configuration.TestDataConfiguration > > Tests run: 45, Failures: 0, Errors: 45, Skipped: 0, Time elapsed: 0.363 > > sec <<< FAILURE! > > Running > org.apache.commons.configuration.event.TestXMLConfigurationEvents > > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129sec > > Running > > > org.apache.commons.configuration.TestCompositeConfigurationNonStringProperties > > > > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123sec > > Running org.apache.commons.configuration.plist.TestPropertyListParser > > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015sec > > Running org.apache.commons.configuration.beanutils.TestBeanHelper > > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04sec > > Running org.apache.commons.configuration.TestCompositeConfiguration > > Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019sec > > Running org.apache.commons.configuration.TestThreesomeConfiguration > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006sec > > Running org.apache.commons.configuration.TestConfigurationUtils > > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098sec > > Running org.apache.commons.configuration.TestEqualBehaviour > > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047sec > > Running > > org.apache.commons.configuration.tree.xpath.TestConfigurationNodePointer > > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146sec > > Running org.apache.commons.configuration.tree.TestUnionCombiner > > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164sec > > Running > org.apache.commons.configuration.TestHierarchicalXMLConfiguration > > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111sec > > Running > > > org.apache.commons.configuration.tree.xpath.TestConfigurationNodeIteratorChildren > > > > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08sec > > Running org.apache.commons.configuration.TestSystemConfiguration > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec > > Running org.apache.commons.configuration.TestJNDIConfiguration > > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116sec > > Running > > org.apache.commons.configuration.web.TestServletRequestConfiguration > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033sec > > Running > org.apache.commons.configuration.web.TestServletFilterConfiguration > > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015sec > > Running org.apache.commons.configuration.web.TestAppletConfiguration > > Tests run: 9, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.023 > > sec <<< FAILURE! > > Running > > org.apache.commons.configuration.beanutils.TestConfigurationDynaBean > > Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107sec > > Running > > org.apache.commons.configuration.event.TestPropertiesConfigurationEvents > > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222sec > > Running > org.apache.commons.configuration.tree.TestDefaultExpressionEngine > > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02sec > > Running > > org.apache.commons.configuration.tree.xpath.TestXPathExpressionEngine > > Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074sec > > Running > > org.apache.commons.configuration.TestAbstractConfigurationBasicFeatures > > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014sec > > Running > > > org.apache.commons.configuration.event.TestHierarchicalConfigurationEvents > > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016sec > > Running org.apache.commons.configuration.TestJNDIEnvironmentValues > > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043sec > > Running org.apache.commons.configuration.TestXMLConfiguration > > > > > Configuration 1.3//EN" "properties.dtd"> > > > > value > > > > > > Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.681sec > > Running org.apache.commons.configuration.TestNullJNDIEnvironmentValues > > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033sec > > Running org.apache.commons.configuration.TestBaseConfigurationXMLReader > > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044sec > > Running org.apache.commons.configuration.TestConfigurationConverter > > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018sec > > Running org.apache.commons.configuration.TestConfigurationSet > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003sec > > Running > org.apache.commons.configuration.beanutils.TestDefaultBeanFactory > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004sec > > Running > > > org.apache.commons.configuration.tree.xpath.TestConfigurationIteratorAttributes > > > > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045sec > > Running org.apache.commons.configuration.TestCombinedConfiguration > > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069sec > > Running org.apache.commons.configuration.TestConfigurationKey > > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014sec > > Running org.apache.commons.configuration.TestINIConfiguration > > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015sec > > Running org.apache.commons.configuration.TestFileConfiguration > > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895sec > > Running > org.apache.commons.configuration.tree.TestDefaultConfigurationNode > > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026sec > > Running > org.apache.commons.configuration.TestStrictConfigurationComparator > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003sec > > Running > org.apache.commons.configuration.tree.TestDefaultConfigurationKey > > Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029sec > > Running org.apache.commons.configuration.event.TestEventSource > > Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021sec > > Running > org.apache.commons.configuration.event.TestMapConfigurationEvents > > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008sec > > Running org.apache.commons.configuration.tree.TestNodeAddData > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002sec > > Running org.apache.commons.configuration.TestXMLPropertiesConfiguration > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031sec > > Running > > org.apache.commons.configuration.plist.TestPropertyListConfiguration > > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095sec > > Running org.apache.commons.configuration.TestHierarchicalConfiguration > > Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041sec > > Running > > > org.apache.commons.configuration.reloading.TestFileChangedReloadingStrategy > > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.034sec > > Running org.apache.commons.configuration.TestMapConfiguration > > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01sec > > Running org.apache.commons.configuration.TestConfigurationFactory > > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294sec > > Running > > > org.apache.commons.configuration.plist.TestPropertyListConfigurationEvents > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039sec > > Running > > org.apache.commons.configuration.reloading.TestManagedReloadingStrategy > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005sec > > Running org.apache.commons.configuration.TestBaseConfiguration > > Tests run: 32, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.028 > > sec <<< FAILURE! > > Running org.apache.commons.configuration.TestSubnodeConfiguration > > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132sec > > Running org.apache.commons.configuration.TestConfigurationMap > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003sec > > Running org.apache.commons.configuration.TestSubsetConfiguration > > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029sec > > Running > org.apache.commons.configuration.TestPropertiesConfigurationLayout > > Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027sec > > Running > > > org.apache.commons.configuration.tree.xpath.TestConfigurationNodePointerFactory > > > > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122sec > > Running org.apache.commons.configuration.tree.TestOverrideCombiner > > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121sec > > Running org.apache.commons.configuration.interpol.TestConstantLookup > > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec > > Running org.apache.commons.configuration.TestBaseNullConfiguration > > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012sec > > Running org.apache.commons.configuration.TestNonStringProperties > > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068sec > > Running > > org.apache.commons.configuration.TestHierarchicalConfigurationXMLReader > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016sec > > Running > org.apache.commons.configuration.beanutils.TestXMLBeanDeclaration > > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015sec > > Running org.apache.commons.configuration.TestNullCompositeConfiguration > > java.lang.String -> value1 > > java.lang.String -> value2 > > java.lang.String -> value5 > > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339sec > > Running org.apache.commons.configuration.TestDefaultConfigurationBuilder > > Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333sec > > Running > > org.apache.commons.configuration.plist.TestXMLPropertyListConfiguration > > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149sec > > Running > > org.apache.commons.configuration.web.TestServletContextConfiguration > > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019sec > > Running org.apache.commons.configuration.TestEqualsProperty > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006sec > > Running > > > org.apache.commons.configuration.beanutils.TestConfigurationDynaBeanXMLConfig > > > > Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058sec > > Running org.apache.commons.configuration.web.TestServletConfiguration > > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008sec > > Running org.apache.commons.configuration.TestPropertiesConfiguration > > Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252sec > > Running > > org.apache.commons.configuration.interpol.TestConfigurationInterpolator > > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013sec > > > > Results : > > > > Tests in error: > > testGetConfiguration( > org.apache.commons.configuration.TestDataConfiguration) > > > > testIsEmpty(org.apache.commons.configuration.TestDataConfiguration) > > testContainsKey(org.apache.commons.configuration.TestDataConfiguration) > > testGetKeys(org.apache.commons.configuration.TestDataConfiguration) > > testGet(org.apache.commons.configuration.TestDataConfiguration) > > testGetArray(org.apache.commons.configuration.TestDataConfiguration) > > testGetPrimitiveArray( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetBooleanArray( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetBooleanList( > org.apache.commons.configuration.TestDataConfiguration) > > testGetByteArray(org.apache.commons.configuration.TestDataConfiguration > ) > > testGetByteList(org.apache.commons.configuration.TestDataConfiguration) > > testGetShortArray( > org.apache.commons.configuration.TestDataConfiguration) > > testGetShortList(org.apache.commons.configuration.TestDataConfiguration > ) > > testGetIntegerArray( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetIntegerList( > org.apache.commons.configuration.TestDataConfiguration) > > testGetLongArray(org.apache.commons.configuration.TestDataConfiguration > ) > > testGetLongList(org.apache.commons.configuration.TestDataConfiguration) > > testGetFloatArray( > org.apache.commons.configuration.TestDataConfiguration) > > testGetFloatList(org.apache.commons.configuration.TestDataConfiguration > ) > > testGetDoubleArray( > org.apache.commons.configuration.TestDataConfiguration) > > testGetDoubleList( > org.apache.commons.configuration.TestDataConfiguration) > > testGetBigIntegerArray( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetBigIntegerList( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetBigDecimalArray( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetBigDecimalList( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetURL(org.apache.commons.configuration.TestDataConfiguration) > > testGetURLArray(org.apache.commons.configuration.TestDataConfiguration) > > testGetURLList(org.apache.commons.configuration.TestDataConfiguration) > > testGetLocale(org.apache.commons.configuration.TestDataConfiguration) > > testGetLocaleArray( > org.apache.commons.configuration.TestDataConfiguration) > > testGetLocaleList( > org.apache.commons.configuration.TestDataConfiguration) > > testGetColor(org.apache.commons.configuration.TestDataConfiguration) > > testGetColorArray( > org.apache.commons.configuration.TestDataConfiguration) > > testGetColorList(org.apache.commons.configuration.TestDataConfiguration > ) > > testGetDate(org.apache.commons.configuration.TestDataConfiguration) > > testGetDateArray(org.apache.commons.configuration.TestDataConfiguration > ) > > testGetDateArrayWithFormat( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetDateList(org.apache.commons.configuration.TestDataConfiguration) > > testGetCalendar(org.apache.commons.configuration.TestDataConfiguration) > > testGetCalendarArray( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetCalendarArrayWithFormat( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetCalendarList( > org.apache.commons.configuration.TestDataConfiguration) > > > > testGetInetAddress( > org.apache.commons.configuration.TestDataConfiguration) > > testGetInternetAddress( > org.apache.commons.configuration.TestDataConfiguration) > > > > testConversionException( > org.apache.commons.configuration.TestDataConfiguration) > > > > testAddPropertyDirect( > org.apache.commons.configuration.web.TestAppletConfiguration) > > > > testClearProperty( > org.apache.commons.configuration.web.TestAppletConfiguration) > > > > testIsEmpty( > org.apache.commons.configuration.web.TestAppletConfiguration) > > testContainsKey( > org.apache.commons.configuration.web.TestAppletConfiguration) > > > > testGetKeys( > org.apache.commons.configuration.web.TestAppletConfiguration) > > testGetProperty( > org.apache.commons.configuration.web.TestAppletConfiguration) > > > > testList(org.apache.commons.configuration.web.TestAppletConfiguration) > > testListEscaped( > org.apache.commons.configuration.web.TestAppletConfiguration) > > > > testSetLogger( > org.apache.commons.configuration.web.TestAppletConfiguration) > > > > testInterpolationConstants( > org.apache.commons.configuration.TestBaseConfiguration) > > > > > > Tests run: 1198, Failures: 0, Errors: 55, Skipped: 0 > > > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] There are test failures. > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] For more information, run Maven with the -e switch > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 1 minute 37 seconds > > [INFO] Finished at: Wed Aug 29 13:32:28 PDT 2007 > > [INFO] Final Memory: 6M/25M > > [INFO] > > ------------------------------------------------------------------------ > > > > > **************************************************************************** > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > > For additional commands, e-mail: dev-help@commons.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > ------=_Part_3795_25815787.1188428206453--