tomcat ant tasks anyone? Follow
I have an ant script that used the catalina-ant.jar file to reload my app after the build. Everything works fine from the command line but intellij 4.0.3 does not like it. It can not find the class files. I tried replacing ant.jar and optional.jar with the ones from ant 1.5.1 and then putting catalina-ant.jar in ]]>/lib. I then tried putting the old ant.jar and optional.jar back in but neither of these worked. Has anyone done this? Can anyone help me?
tia
Please sign in to leave a comment.
I use it all the time
]]>
<property name="webapp.name" value="$"/>
"charles decroes" ]]> wrote in message
news:26696245.1081989305694.JavaMail.javamailuser@localhost...
after the build. Everything works fine from the command line but intellij
4.0.3 does not like it. It can not find the class files. I tried replacing
ant.jar and optional.jar with the ones from ant 1.5.1 and then putting
catalina-ant.jar in /lib. I then tried putting the old ant.jar and optional.jar back in but neither of these worked. Has anyone done this? Can anyone help me? >]]>
I didn't realize you could put CLASSPATH= on the taskdef. Thanks for the help, it works great now.
aaa