On 5/3/06, Christian Wiesing <[EMAIL PROTECTED]> wrote:
i have to set the Cactus property cactus.contextURL=http://localhost:8080/test . Where and how can i do this in Maven 2.0.4.
See 'Using System Properties' on: http://maven.apache.org/plugins/maven-surefire-plugin/howto.html I'm interested to know how you're using Cactus with Maven 2. Here's an example of running tests against a pre-configured (JspRedirector servlet mapping, jspRedirector.jsp file in place) webapp. It was the best I could come up with until the Cactus m2 plugin is finished. :) (Too bad the tests don't pass! That's why it's living in the sandbox for now.) http://svn.apache.org/repos/asf/struts/sandbox/trunk/apps-test/taglib-it/pom.xml HTH, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
