AW: How to print out resulting classpath from a classpath variable?

2009-12-13 Thread Knuplesch, Juergen
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

Problem with Undeploy Task in Tomcat 6

2009-12-13 Thread James Dekker
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

Problem with *.properties generating War

2009-12-13 Thread Koxkorrita
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