You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/12/07 05:58:43 UTC

DO NOT REPLY [Bug 25267] New: - Mavenise cactus tests

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25267>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25267

Mavenise cactus tests

           Summary: Mavenise cactus tests
           Product: Struts
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Unknown
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: Joe@Germuska.com


OK, I have Maven running the cactus tests; several of them fail, but here's a start.  Attached are 
three patches, to maven.xml, project.properties, and build.properties.sample.  Also, the maven-
cactus plugin complains if the web.xml descriptor already includes Cactus mappings, so I made a 
copy of the descriptor with out those, and it needs to be placed in conf/test/maven-web.xml

I found that Cactus has a known problem with Mac OS X in that it fails if it can't find "tools.jar" and 
Apple bundled those classes into its main Java JAR, so while the classes are on the classpath, 
Cactus fails.  Since I work on OS X, I'm going to be stuck until that gets resolved (I patched some 
Cactus classes in a way that should work, but since some of the Struts tests that fail for me are 
related to JSPs not being available, I'm not sure that my Cactus fix works.)

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org