It actually works under Java 5 or Java 6 - I thought the headless property was available in 1.4, but I don't see it in the API docs.
Cheers, Brett On 31/08/2007, Oliver Heger <[EMAIL PROTECTED]> wrote: > Ben Speakmon wrote: > > I think <argLine> gets passed to the running application, not the VM. Try > > <systemProperties> instead. > > > > There's an example here: > > http://maven.apache.org/plugins/maven-surefire-plugin/examples/system-properties.html > > Unfortunately, this doesn't help either: > > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > <configuration> > <forkMode>once</forkMode> > <systemProperties> > <property> > <name>java.awt.headless</name> > <value>true</value> > </property> > </systemProperties> > </configuration> > </plugin> > > No ideas any more :-( > > Oliver > > > > > On 8/29/07, Oliver Heger <[EMAIL PROTECTED]> wrote: > >> Hm, the following modifications of the pom did not show any effect: > >> > >> <plugin> > >> <groupId>org.apache.maven.plugins</groupId> > >> <artifactId>maven-surefire-plugin</artifactId> > >> <configuration> > >> <forkMode>once</forkMode> > >> <argLine>-Djava.awt.headless=true</argLine> > >> </configuration> > >> </plugin> > >> > >> Is there anything wrong with this setup? What else could be the problem? > >> > >> TIA > >> Oliver > >> > >> [EMAIL PROTECTED] 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 > >>> <?xml version="1.0" encoding="UTF-8"?> > >>> <!DOCTYPE properties PUBLIC "-//Commons Configuration//DTD Test > >>> Configuration 1.3//EN" "properties.dtd"> > >>> <properties version="1.0"> > >>> <entry key="test">value</entry> > >>> </properties> > >>> > >>> 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: [EMAIL PROTECTED] > >>> For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Brett Porter Blog: http://www.devzuz.org/blogs/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]