The cactifywar ant task (used by the Cactus plugin's cactifywar task) automatically merges the redirectors into the web.xml file. I created a custom goal in a maven.xml file, and I set prereqs="cactus:cactifywar". However, the resultant cactified war file does not contain the redirectors. However, if I remove the prereqs, and instead call it via an attainGoal tag, the redirectors are correctly added.
What is the difference between these two that would cause this unusual behavior? Thanks! -- Sean T. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
