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

Walter Heestermans/TMME is out of the office.

2007-12-29 Thread Walter . Heestermans
I will be out of the office starting 29/12/2007 and will not return until 07/01/2008. I will respond to your message when I return. For urgent issues, contact WebSphere Support group. - To unsubscribe, e-mail: [EMAIL PROTECTED

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