Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Wed, 21 Jun 2000 11:05:52 -0400 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: Automatic Drive Mapping Message-ID: <20000621110552.H15133@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cygwin-developers AT sourceware DOT cygnus DOT com References: <394FB4B4 DOT A5192EFE AT dothill DOT com> <20000620154329 DOT A7339 AT cygnus DOT com> <394FE082 DOT 88F63F26 AT dothill DOT com> <3950B82E DOT 9202EC25 AT dothill DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3950B82E.9202EC25@dothill.com>; from Jason.Tishler@dothill.com on Wed, Jun 21, 2000 at 08:42:22AM -0400 On Wed, Jun 21, 2000 at 08:42:22AM -0400, Jason Tishler wrote: >Jason Tishler wrote: >> When I first tried this (about a month ago), I seemed to have problems >> with Sun's javac and/or Microsoft's cl complaining about UNC paths not >> being supported for the the current directory. When I tried to reproduce >> the problem today, I can only get cmd to fail. But, who cares about cmd >> anyway? > >It appears after more head scratching (not banging), I am able to >reproduce the problem that Sun's javac cannot deal with UNC style >paths: > > $ mount > Device Directory Type Flags > K:\jdk1.2.2 /usr/java system binmode > ... > $ javac Hello.java > $ > $ umount -s /usr/java > $ mount -s -b //cancerman/apps/jdk1.2.2 /usr/java > $ javac Hello.java > java.lang.Error: Fatal: Resource for javac is missing > at sun.tools.javac.Main.initResource(Main.java:126) > ... > >The point of the above is to demonstrate that there is at least one >important (IMO) native Win32 app that cannot deal with UNC style paths. I don't understand why mounting and umounting will have any effect on a non-cygwin application. Also, if javac is not reacting correctly to UNC paths then have you reported this as a bug to Sun? cgf