Hello,
Maybe you have a problem with the compile classpath in Eclipse. You have to
export all the jars you need to compile the stuff
In Eclipse. There is a checkbox for every jar in the "Order and export" tab of
your classpath.
If you have classpaths inside your jars things are even worse.
Or d
Hello there,
I am using Tomcat 6, Apache Ant 1.7.1 and JDK 1.6 on OS X Snow Leopard...
Am able to deploy my war into tomcat (via my Ant build script's deploy
target), but not with my undeploy target.
Excerpts from build.xml:
When I run the deploy target
Hello.
I have you paste my build.xml file for building one war application.
This is one struts application and when i build it i have one great problem:
the *.properties files doesn't place them into the war file. my struts
*.properties doent's appears into the war file.
Can you help me for