Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=GEOS-110
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GEOS-110
Summary: maven test fails for gmldatasource preventing full build
Type: Bug
Status: Open
Priority: Minor
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: GeoServer
Components:
Configuration
Versions:
1.2-beta
Assignee: Chris Holmes
Reporter: Andy Kriger
Created: Sun, 7 Mar 2004 12:02 AM
Updated: Sun, 7 Mar 2004 12:02 AM
Environment: Cygwin on Win2KPro
Description:
It appears that ProducerTest is dependent on xalan but xalan is not listed as a dependency in Maven, so ProducerTest fails. Because the test fails, the gmldatasource install fails. Many other modules are dependent on gmldatasource so they fail to install as well. As a workaround, ProducerTest can be removed and gmldatasource will install successfully.
cd $GEOTOOLS_HOME/geotools-src/gmldatasource
maven test
[junit] Running org.geotools.gml.ProducerTest
[junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 1.984 sec
[junit] [ERROR] TEST org.geotools.gml.ProducerTest FAILED
cd target/test-reports
less TEST-org.geotools.gml.ProducerTest.txt
...
Testcase: testProducer took 1.125 sec
Caused an ERROR
Provider org.apache.xalan.processor.TransformerFactoryImpl not found
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
...
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira