On Fri, 6 Jul 2001, Peter Donald <[EMAIL PROTECTED]> wrote:

> On Fri,  6 Jul 2001 05:28, Myron Uecker wrote:
> 
> If you look below you will see two error messages. Namely
> 
>> IOException getting canonical path for
>> /usr/lpp/WebSphere/AppServer/lib/jsdk.jar
>>
>> : bad path error
>>
>> IOException getting canonical path for
>> /usr/lpp/WebSphere/AppServer/lib/ibmwebas
>> .jar: bad path error
> 
> This implies that the javac tool is never run as there is a problem
> setting up ClassPath for these entries. Does
> /usr/lpp/WebSphere/AppServer/lib/jsdk.jar exist and is it readable?
> Is there any other reason why java wouldn't be able to access that
> file?

Another option is that the usage of File.getCanonicalPath() that Ant
uses almost everywhere (and it probably shouldn't) causes problems on
OS/390.

Myron, is there any chance that you could apply the patch sent by
Jesse Glick to ant-dev
(<http://marc.theaimsgroup.com/?l=ant-dev&m=99358037323340&w=2>),
recompile Ant and see whether your problem goes away?

Stefan

Reply via email to