Two problems ..

1) Running the maven tomcat:deploy goal, plugin.jelly file for
maven-tomcat-plugin 1.2.1 does not seem to be recognizing that i've set
maven.tomcat.deploy.mode=development. I can echo the correct value to the
console, but the "if test" ( <j:if test="${maven.tomcat.deploy.mode ==
'development'}">) still fails. 

2) if i force it to pass by setting it to <j:if test="${true}">,(
temporarily ignoring problem #1 ),  i get a BUILD FAILED error,
org/apache/tools/ant/taskdefs/Redirector

where do i get this missing library? 

anyone have any ideas on either problem ? I'm using maven 1.0.1 and Tomcat
5.5.15 on winxp
--
View this message in context: 
http://www.nabble.com/maven-codeczar-plugin-t1334578.html#a3565589
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to