Re: Excludes file problem !!

2002-07-01 Thread Diane Holt
Try running 'ant -verbose' to see what flags/args are being passed to 'javac'. If nothing jumps out at you, send the pertinent output. Diane = ([EMAIL PROTECTED]) __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifa

RE: Excludes file problem !!

2002-07-01 Thread Das, Kuntal
ect to archival and review by someone other than the intended recipient. -Original Message- From: Thomas Zander [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 11:21 AM To: Ant Users List Subject: Re: Excludes file problem !! Yes, I tested some stuff myself. The listfiles="

Re: Excludes file problem !!

2002-07-01 Thread Thomas Zander
t; Sent: Monday, July 01, 2002 11:02 AM > To: 'Ant Users List' > Subject: RE: Excludes file problem !! > > > That was the first thing that I came to my mind too !! But it didn't work. I > even removed the ${build.dir}, from the classpath(although that's not w

RE: Excludes file problem !!

2002-07-01 Thread Das, Kuntal
lto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 11:02 AM To: 'Ant Users List' Subject: RE: Excludes file problem !! That was the first thing that I came to my mind too !! But it didn't work. I even removed the ${build.dir}, from the classpath(although that's not what I want ultimat

RE: Excludes file problem !!

2002-07-01 Thread Das, Kuntal
and is subject to archival and review by someone other than the intended recipient. -Original Message- From: Thomas Zander [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 10:54 AM To: Ant Users List Cc: Das, Kuntal Subject: Re: Excludes file problem !! On Mon, Jul 01, 2002 at 10

Re: Excludes file problem !!

2002-07-01 Thread Thomas Zander
On Mon, Jul 01, 2002 at 10:24:36AM -0700, Das, Kuntal wrote: > Hi all, > I'm trying not exclude directory structure being compiled, and > instead use a compiled jar file of that directory structure. Here's the > sample build.xml file which I'm trying to compile : > > >

Excludes file problem !!

2002-07-01 Thread Das, Kuntal
Hi all, I'm trying not exclude directory structure being compiled, and instead use a compiled jar file of that directory structure. Here's the sample build.xml file which I'm trying to compile : Almost all the files in the com/Schwab/dmt/views/wml folder imports a package cal