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 23207 - The IDE should pick up the proxy setting preset by the installer
Summary: The IDE should pick up the proxy setting preset by the installer
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-07 13:50 UTC by _ ttran
Modified: 2008-12-23 13:47 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ ttran 2002-05-07 13:50:47 UTC
If the user uses the installer to install the IDE,
the installer will ask the user for proxy setting.
 The setting will be stored in a file

    <idehome>/installer/pre-settings.properties

with a format similar to .properties file.  When
the user (who may not be the same person as the
one who installed the IDE) runs the IDE for the
first time, the IDE should pick up the default
site-specific proxy settings from that file.  The
interesting keys are 

    proxy_host=<hostname>
    proxy_port=<port>
Comment 1 _ ttran 2002-05-07 13:53:03 UTC
-> rmatous
Comment 2 rmatous 2002-05-09 16:06:38 UTC
Fixed in trunk (IDESettings 1.42).