CoreRenderKitTest shouldn't need a net connection to load the DTD
-----------------------------------------------------------------
Key: ADFFACES-294
URL: http://issues.apache.org/jira/browse/ADFFACES-294
Project: MyFaces ADF-Faces
Issue Type: Improvement
Components: Build
Reporter: Adam Winer
Currently, when CoreRenderKitTest executes, it parses faces-config.xml files. This parsing
ends up loading DTD files over the net. When behind a firewall, running without a network
connection, or when running with maven -o, the test dies. We should be able to supply an
EntityResolver that will hook in the DTD.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|