----- 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.
Nico