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 33472 - Source file on a share drive
Summary: Source file on a share drive
Status: RESOLVED DUPLICATE of bug 37117
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-07 17:24 UTC by doykati
Modified: 2007-09-26 09:14 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 doykati 2003-05-07 17:24:11 UTC
When I tried to compile my sources located on a
share driver, I got an error "cannot read the file".

Message from the compiler:
error: cannot read:
\Eureka\mabrothier\srcwin\java\server\com\shockfish\spotme\system\ejb\PhotoStationBean.java
1 error
Errors compiling PhotoStationBean [LMod; 1.6]
(spotme_dev_voting_patches).


The file should start with \\Eureka\mabrothier.....
It's missing one "\" at the beginning.
Comment 1 Jesse Glick 2003-05-21 23:15:24 UTC
Please provide some details and steps to reproduce: how you mount the
share drive in Windows, an example file to save in it, what you mount
in NetBeans and how (e.g. using File -> Mount Filesystem -> Local
Directory?), what you see in the Explorer when you select that mount,
what you click on in the Explorer before pressing Compile, which
compiler type you have selected as the default.
Comment 2 _ ttran 2003-05-23 16:35:02 UTC
I don't think this bug is serious enough so that it must be fixed this
late for 3.5.  Changed target milestone to 4.0
Comment 3 doykati 2003-05-26 10:20:04 UTC
I didn't mount the sahre on any driver letter. I used the full network
name as "\\servername\directory...".
I mounted the filesystem in Netbeans using File -> Mount Filesystem ->
Local Directory.
The name that appears in the explorer window is the path name to the
mounted directory (\\Eureka\mabrothier\srcwin)

The default compiler is I guess the JDK 1.4 that I installed before
NetBeans.

Hope it helps!
Comment 4 Tomas Hurka 2004-01-16 10:05:27 UTC
Moving to java model for investigation.
Comment 5 Jan Pokorsky 2004-01-20 15:10:39 UTC

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