RE: javac can't find source files

2009-08-13 Thread Rick Genter
> From: Mike Baranczak [mailto:mbaranc...@gmail.com] > Sent: Thursday, August 13, 2009 2:17 PM > To: Ant Users List > Subject: Re: javac can't find source files > > Like I said, it works fine under MacOS. I've been using Ant for a long > time on several different op

Re: javac can't find source files

2009-08-13 Thread Mike Baranczak
Like I said, it works fine under MacOS. I've been using Ant for a long time on several different operating systems, and I've never seen anything like this. The file system theoretically shouldn't matter - it's one of those low- level details that Java code doesn't even know about. I only men

Re: javac can't find source files

2009-08-13 Thread David Weintraub
Very interesting... I run Ant on my Mac with an HFS+ partition and don't have this rather strange issue although HFS does do some strange stuff. There is definitely something going on. Wonder if the file suffixes aren't what you think they are. Remove the line from the fileset, and see what files

RE: javac can't find source files

2009-08-13 Thread Scot P. Floess
eci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: RE

Re: javac can't find source files

2009-08-13 Thread Mike Baranczak
I changed the target like you said. Output when running on the HFS+ partition: [echo] Listing of source files: After copying the project to the ext3 partition: [echo] Listing of source files: Hello.java On Thu, 2009-08-13 at 13:38 -0400, David Weintraub wrote: > Where is the directory

RE: javac can't find source files

2009-08-13 Thread Mike Baranczak
Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > >

Re: javac can't find source files

2009-08-13 Thread David Weintraub
Where is the directory "src"? Is it directly under the directory where the build.xml file is located? Try specifying "${basedir}/src" in case the directory you think you're in is being changed. Also try modifying your target to look like this:

RE: javac can't find source files

2009-08-13 Thread Martin Gainty
email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: RE: javac can't find source files > From: mbaranc...@gmail.com > To: user@ant.apache.org > Date: Thu, 13 Aug 2009 13:06:43 -0400 > > Tri

RE: javac can't find source files

2009-08-13 Thread Mike Baranczak
Tried that - no effect. -MB On Thu, 2009-08-13 at 13:00 -0400, Martin Gainty wrote: > that error is generated by an invalid sourcepath > did you try setting sourcepath="" > ? > Martin Gainty - To unsubscribe, e-mail: user-unsu

RE: javac can't find source files

2009-08-13 Thread Martin Gainty
e ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. >

RE: javac can't find source files

2009-08-13 Thread Mike Baranczak
anc...@gmail.com] > Sent: Thursday, August 13, 2009 11:31 AM > To: user@ant.apache.org > Subject: javac can't find source files > > I'm having a very strange problem with Ant on my new computer. It's a > Mac mini-tower with 2 Xeon processors, and I'm dual-bootin

RE: javac can't find source files

2009-08-13 Thread Shawn Castrianni
ssage- From: Mike Baranczak [mailto:mbaranc...@gmail.com] Sent: Thursday, August 13, 2009 11:31 AM To: user@ant.apache.org Subject: javac can't find source files I'm having a very strange problem with Ant on my new computer. It's a Mac mini-tower with 2 Xeon processors, and I'm

javac can't find source files

2009-08-13 Thread Mike Baranczak
I'm having a very strange problem with Ant on my new computer. It's a Mac mini-tower with 2 Xeon processors, and I'm dual-booting it with Mac OS and Ubuntu Linux. I have a secondary hard drive (HFS+) that I use for sharing data between the two operating systems - this includes all my software proje