Nico Seessle wrote:
>
> ----- Original Message -----
> From: "David Corbin" <[EMAIL PROTECTED]>
> To: "Ant User" <[EMAIL PROTECTED]>
> Sent: Saturday, April 21, 2001 9:38 PM
> Subject: debugging path problems
>
> > <pathelement
> > location="ThirdParty/instantdb/idb3_26/classes/idb.jar"/>
> > <pathelement
> > location="ThirdParty/instantdb/idb3_26/classes/jta-spec1_0_1.jar"/>
>
> > The problem is, that some of the classpath elements have "disappeared",
> > notably the instantdb paths.
> >
> > Why? How can I resolve this?
>
> Are you sure you got the path right? In a zip file I downloaded some time
> ago the classes directory was written with a large "C" (Classes) - Ant only
> includes files/paths it can find in the filesystem in the path.
I'm sure I didn't. Or more accurately, "it works great on Windows" :)
You're right about the capital C, which I caught realy quickly when I
read your reply (before your new content). Thanks...
Anyway, that having been said, does ant make this decision when the path
is declared, or used?
It would be nice if -debug would at least tell you that ant is dropping
a path element....
>
> Nico