Re: Problems understanding classpath and package

2007-12-29 Thread david
Hello Andrew, try ant -p to get a look at the Ant default environment. Packaging is part of Java and not peculiar to Ant. A good tool to use when packaging and jars are a mystery is Jarscan found at: http://www.inetfeedback.com/jarscan/index.jsp Insert the following Ant target snippet into your

Problems understanding classpath and package

2007-12-29 Thread Andrew Connick
Hello I am fairly new to Ant. I am trying to use it to compile java, but I am having problems with 'package does not exist' I assume it's a classpath issue. Although I can find plenty of advice on how to set the classpath, I cannot understand what it should be. My directory structure is something