This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34066 - Compilation fails with View over a filesystem, and path with spaces
Summary: Compilation fails with View over a filesystem, and path with spaces
Status: RESOLVED DUPLICATE of bug 33836
Alias: None
Product: obsolete
Classification: Unclassified
Component: treefs (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-30 20:44 UTC by dmartin01
Modified: 2003-12-11 14:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dmartin01 2003-05-30 20:44:42 UTC
This is an issue with 3.5 RC3, and doesn't happen in RC1.  
I don't have a copy of RC2 to determine if it exists in 
RC2.  

Filesystem-A has a path with a space ("C:\Projects\My 
Project")
Folder of Filesystem-A is remounted as Filesystem-B using 
the "View over a filesystem" module.
When trying to compile anything in Filesystem-A (I'm not 
confusing it with Filesystem-B, the issue is with the 
parent of the remounted folder, not the remounted folder) 
it fails with the message:

error: cannot read: C:\Projects\My; Project\Myfile.java

Note the semicolon.  I have no idea where that semicolon 
is coming from.  But the issue clears itself up if I do 
any of the following:
Unmount Filesystem-B
Disable "View over a filesystem" (which essentially 
unmounts Filesystem-B)
Switch back to RC1
Comment 1 Jaroslav Tulach 2003-06-02 09:07:57 UTC

*** This issue has been marked as a duplicate of 33836 ***