Nevermind...it's a different issue. The JBoss plugin's deploy-warfile task calls war:war after I've already called it (via cactus:cactifywar), and it was overwriting my web.xml or something...
-- Sean T. > -----Original Message----- > From: Sean Timm > Sent: Friday, December 12, 2003 8:42 AM > To: [EMAIL PROTECTED] > Subject: Cactus problem - Difference between goal prereqs and > attainGoal? > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
