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=16655>. 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=16655 Maven Plugin to simplify Testing Jetspeed Portlets in Isolation Summary: Maven Plugin to simplify Testing Jetspeed Portlets in Isolation Product: Jetspeed Version: 1.4b4-dev /CVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Distribution AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have developed a maven plugin called maven-jetspeed that helps you run cactus tests for your own portlets. Basically, you create either a war or expanded war using the maven war/maven war:webapp commands. Then you call maven jetspeed:overlay, and it will take a vanilla jetspeed war file (either one created straight from jakarta-jetspeed cvs or something you have created) and lays it over the war/webapp you created. Then you can run maven cactus:test and run all your test cases for your portlet. This allows you to write and package portlets with all the tests, but not package your own jetspeed as well. It also integrates the OverwritePropertiesTask in a maven goal called jetspeed:merge-properties. I think this is of great value (has been for me) and I will write up some docs when it gets into CVS. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
