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 18040 - Unified property with the name of the user
Summary: Unified property with the name of the user
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 13250
Blocks:
  Show dependency tree
 
Reported: 2001-11-23 14:10 UTC by iformanek
Modified: 2008-12-22 09:48 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 iformanek 2001-11-23 14:10:21 UTC
There should be a single property where the name of the user is filled, 
accessible perhaps from the setup wizard, so that the user fill it in one time 
on the first startup, and it can be used in templates and other stuff.

Currently, there is one property in Java Objects, filled with the loginname, 
which causes all the newly created Java files to have comment:

/**
 *
 * @author  if97926
 */

It would be good if the user would be asked somewhere in the beginning (the 
setup wizard might be ideal) to fill in his name, and this could then be used 
in all the templates as the standard substitution for __USER__.
Comment 1 Jan Chalupa 2001-11-27 11:50:00 UTC
Target milestone -> 3.3.1.
Comment 2 Jan Chalupa 2001-11-27 11:53:24 UTC
Target milestone -> 3.3.1.
Comment 3 Jan Chalupa 2002-01-11 14:02:48 UTC
Target milestone -> 3.4
Comment 4 Jan Chalupa 2002-01-11 14:06:28 UTC
Target milestone -> 3.4
Comment 5 Jan Chalupa 2002-01-11 14:07:49 UTC
Target milestone -> 3.4
Comment 6 Jan Chalupa 2002-01-11 14:10:54 UTC
Target milestone -> 3.4
Comment 7 iformanek 2002-06-04 14:31:02 UTC
Adding Pavel Buzek to cc: since this is related to 
projects. Changing target milestone to 4.0, since nothing 
will be done in 3.4
Comment 8 iformanek 2002-06-04 14:33:14 UTC
Target milestone -> not determined
Comment 9 Pavel Buzek 2002-06-06 15:11:36 UTC
I am just curious: is this related to projects?
Comment 10 Marek Grummich 2002-07-19 16:50:18 UTC
Target milestone was changed from not determined to TBD
Comment 11 _ rkubacki 2007-01-04 20:45:00 UTC
With #13250 we could agree on such property more easily.
Comment 12 Jaroslav Tulach 2007-02-26 07:30:47 UTC
Issue 13250 defined the property to be "user". Everyone using the "scripting" 
templating approach:
http://www.netbeans.org/download/dev/javadoc/org-openide-loaders/architecture-summary.html#script
can rely on the value of that property.