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 146158 - Can not download V3 at given location in the 'C' directory
Summary: Can not download V3 at given location in the 'C' directory
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-04 11:05 UTC by dpkumar
Modified: 2008-09-04 16:41 UTC (History)
1 user (show)

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 dpkumar 2008-09-04 11:05:02 UTC
NB Build:200809031401
JDK:jdk1.6.0

Steps to reproduce:
1.Install NB IDE
2.Right click on the server node, select GFV3TP2
2.Set path as C:GlassFish_V3_TP2 and Click on DownloadV3 Now..(Note the missing slash).After downloading select FINISH.
3.Now right click on the GlassFish V3TP2 server select " Properties".
4.Check the domain folder location.

NOTE:
If I follow above steps with different directory(E,G or H) location, I can download V3 in the given location.But if I
specify ' C ' as a directory to download, then download happens in the following location--->C:\Program Files\NetBeans
Dev 200809031401\..
Comment 1 _ pcw 2008-09-04 16:41:32 UTC
The expression [drive letter]:[relative path (no beginning slash/backslash)] means select that drive and use whatever
the current working directory (CWD) is for that drive.  Windows has a different CWD for each separately lettered drive.

From NetBeans perspective, CWD for the drive NetBeans is installed on will be somewhere within NetBeans (probably the
main NetBeans folder) and all other drives will have a CWD of root.  So that's why you see what you are seeing.

If you want to install at the root of a drive, don't use a relative path, e.g.

    C:\GlassFish_V3_TP2
    D:\GlassFish_V3_TP2

Closing as invalid.