Re: Java source files not part of any package

2009-10-28 Thread Dianne Yumul
ng it this way? Thanks. On Oct 28, 2009, at 10:23 AM, Dianne Yumul wrote: Thank you Steve for the suggestions. I tried option 2 with the following: classpathref="lib.path" debug="${compile.debug}"> But I get the error /C

Re: Java source files not part of any package

2009-10-28 Thread Dianne Yumul
and some more searching. Thanks. On Oct 28, 2009, at 3:51 AM, Steve Loughran wrote: Dianne Yumul wrote: Hello Everyone, I'm learning to use Ant 1.7.0 as part of Xcode 3.1.2 on Mac OS X 10.6. We have a separate directory called Common/ where we keep common java source files. These files n

Re: Java source files not part of any package

2009-10-27 Thread Dianne Yumul
: Look at the include / exclude parameter options Chris Sent using BlackBerry® from Orange -Original Message- From: Dianne Yumul Date: Tue, 27 Oct 2009 13:31:24 To: Subject: Java source files not part of any package Hello Everyone, I'm learning to use Ant 1.7.0 as part of Xc

Java source files not part of any package

2009-10-27 Thread Dianne Yumul
Hello Everyone, I'm learning to use Ant 1.7.0 as part of Xcode 3.1.2 on Mac OS X 10.6. We have a separate directory called Common/ where we keep common java source files. These files need to get included, not all at the same time though, when compiling our Java applications. What would