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

Summary: Compilation fails with View over a filesystem, and path with spaces
Product: obsolete Reporter: dmartin01 <dmartin01>
Component: treefsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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 ***