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 76000 - Confusing settings of "BlueJ Home"
Summary: Confusing settings of "BlueJ Home"
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 5.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-05 15:53 UTC by Jaromir Uhrik
Modified: 2006-06-02 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of Dialog on Windows (21.60 KB, image/png)
2006-05-05 16:47 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2006-05-05 15:53:01 UTC
[BlueJ build #200601251500]
In Options dialog there is a special category for BlueJ in BlueJ build. It is
not possible to set BlueJ home there because it expects the root directory of
BlueJ installation. But it is not possible to browse the installer
(NetBeans.app) - it is not a directory and the parent sirectory of NetBeans.app
is not accepted.
Comment 1 Jaromir Uhrik 2006-05-05 16:44:39 UTC
It doesn't work on Windows either. In fact I don't understand what is this
setting for. Some default BlueJ Home should be set - default value should be
available and just possible to change. Or did I miss something?
Comment 2 Jaromir Uhrik 2006-05-05 16:47:28 UTC
Created attachment 30279 [details]
Screenshot of Dialog on Windows
Comment 3 Milos Kleint 2006-05-05 16:50:15 UTC
Jaro, this is the place where you have Bluej installed.
in bluej it's possible to have some jars (aka libraries aka stuff to put on
classpath) in some directories in the bluej installation. And these should be
added to the classpath of ALL bluej projects.

it's optional and without a defautl value because 
1. most people don't use it according to the bluej guys and
2. you don't need something filled in for the projects to work.

maybe the wording needs to change to make it more obvious what it is?
Comment 4 nili49 2006-05-29 15:06:53 UTC
It works fine for Windows XP but does not work on Mac OSX. The BlueJ-Directory is not accepted as a BluJ-
Directory.
Comment 5 Milos Kleint 2006-06-02 13:52:14 UTC
changed the options ui to accept macosx locations as well.
required also changes to the underlying infrastructure because the userlib
directory is in different location. -> change to build-impl.xml script

IMPORTANT: requires to delete the build.xml file and nbproject directory in
existing bluej projects that were opened in netbeans.