Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0
-
None
-
Operating System: other
Platform: Other
-
36701
Description
The maven build uses xdoclet / webdoclet to generate config files during the
build, but currently is failing to generate struts-config.xml. The xdoclet
plugin is calling the appropriate Ant task, but it's silently doing nothing.
The attached struts-config.xml was manually assembled from the various fragments
in taglibs/src/conf/merge and will work as a temporary stand-in to work around
this problem. It can be saved to taglibs/src/webapp/WEB-INF.
In particular, this is necessary to enable the Cactus tests to run.