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 52944 - App server isn't installed in directory that has a space in name
Summary: App server isn't installed in directory that has a space in name
Status: CLOSED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Tools bundle (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords: RELNOTE
Depends on:
Blocks:
 
Reported: 2005-01-05 08:05 UTC by Petr Blaha
Modified: 2006-03-24 12:51 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 Petr Blaha 2005-01-05 08:05:51 UTC
[Build 20050103]
I installed AS+NB bundle to directory with space
in name. The installer finished successfully.
However, the App Server isn't installed.
The isssue is related to Linux, UNIX system only.
I guess that bug is in App server's installler.
Comment 1 Petr Blaha 2005-01-06 13:15:55 UTC
I tested standalone App server installer fcs-bin-b41 on Linux machine.
When I specify install directory with space in name I got Error
message: Installation directory contains unsupported space character.
I should enter valid directory name to continue in installation.
Comment 2 mslama 2005-01-06 13:21:26 UTC
Ok. I will add check for space in install path to bundle installer.
Thanks for investigation.
Comment 3 mslama 2005-01-06 13:22:38 UTC
I assume on Windows space is allowed (default install dir is
C:\Program Files\... with space in it.
Comment 4 Petr Blaha 2005-01-06 13:30:46 UTC
Exactly, add check only for Unix, Linux platforms.
Comment 5 mslama 2005-01-13 12:05:13 UTC
Check is added for Linux, Solaris Sparc and Solaris X86.

Fixed in main trunk.

Modified:
/cvs/installer/asbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.9; previous revision: 1.8

/cvs/installer/asbundle/src/org/netbeans/installer/InstallDirSelectionPanel.java
new revision: 1.5; previous revision: 1.4
Comment 6 mslama 2005-01-13 12:19:57 UTC
Fix done in EA2 branch {QBE200501041900}.

Modified:
/cvs/installer/asbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.8.4.1; previous revision: 1.8

/cvs/installer/asbundle/src/org/netbeans/installer/InstallDirSelectionPanel.java
new revision: 1.3.4.1; previous revision: 1.3
Comment 7 mslama 2005-01-14 10:31:19 UTC
Some additional changes for EA2 only are needed.
Comment 8 mslama 2005-01-14 10:35:13 UTC
Changes only for EA2.
1.Add check for spaces in installation location for Windows.
2.Change default installation location on Windows to avoid spaces in
it from "C:\Program Files\netbeans-4.1ea2" to "C:\netbeans-4.1ea2".

Modified:
Checking in Bundle.properties;
/cvs/installer/asbundle/src/org/netbeans/installer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8.4.4; previous revision: 1.8.4.3
done
Checking in InstallDirSelectionPanel.java;
/cvs/installer/asbundle/src/org/netbeans/installer/InstallDirSelectionPanel.java,v
 <--  InstallDirSelectionPanel.java
new revision: 1.3.4.2; previous revision: 1.3.4.1
done
Comment 9 Petr Blaha 2005-01-17 10:40:05 UTC
[Build EA2 20050117]