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 168935 - E} is appended to user directory of every NetBeans Platform Application
Summary: E} is appended to user directory of every NetBeans Platform Application
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Launchers&CLI (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: t_h
URL: http://forums.netbeans.org/post-42207...
Keywords:
: 169215 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-21 22:00 UTC by dandubois
Modified: 2009-07-28 08:08 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 dandubois 2009-07-21 22:00:34 UTC
To recreate the problem:

Create a new NetBeans Platform Application and build a zip distribution.
Run the distribution and look at the name of your application's user directory.
You will see that it has a E} appended to it.

For example if my application is called 'testsuite', my user directory will be called '.testsuiteE}'.

I have reproduced this on WinXP and OS X Tiger.
Comment 1 kiyut 2009-07-22 02:57:16 UTC
Same issues here. I noticed that this bug is only for Netbeans 6.7 (previous netbeans version does not exhibit this bug).
I also noticed it is happened on Windows XP. it does not happen on Linux.
Comment 2 rmichalsky 2009-07-24 16:25:59 UTC
Reproducible
Comment 3 rmichalsky 2009-07-24 17:19:25 UTC
Looks like a launcher issue, generated app.conf file is correct, but as soon as I can get to netbeans.user property in
Java code (in o.n.MainImpl#execute in bootstrap), it already contains wrong value. Tomasi, please evaluate.
Comment 4 t_h 2009-07-27 09:14:05 UTC
core-main #90507e455a56
Comment 5 Jesse Glick 2009-07-27 16:43:36 UTC
*** Issue 169215 has been marked as a duplicate of this issue. ***
Comment 6 Quality Engineering 2009-07-27 18:18:24 UTC
Integrated into 'main-golden', will be available in build *200907271401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/90507e455a56
User: Tomas Holy <t_h@netbeans.org>
Log: #168935: E} is appended to user directory of every NetBeans Platform Application