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 206919 - Proposal: Modification of LayerIndex.java in build tools to display normal and generated layer
Summary: Proposal: Modification of LayerIndex.java in build tools to display normal an...
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 7.0.1
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 17:38 UTC by skygo
Modified: 2012-01-06 15:44 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
LayerIndex.java modification (5.76 KB, text/plain)
2012-01-04 17:38 UTC, skygo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2012-01-04 17:38:04 UTC
Created attachment 114638 [details]
LayerIndex.java modification

Hi, 

A very short patch to modify layers.txt generated by the ant build to show in a short way what is from a generated layer (annotation related) and what is not.

May help for migrating to annotation. 

@       for generated by annotation
-       for not generated
        not applicable

Before (line trimed to be readable)
...
o.n.core.ui   Actions/Edit/o-n-core-ui-sysopen-SystemOpenAction.instance 
o.n.m.editor  Actions/Edit/o-n-m-editor-ExportHtmlAction.instance

After  (line trimed to be readable)
...
o.n.core.ui   @  Actions/Edit/o-n-core-ui-sysopen-SystemOpenAction.instance 
o.n.m.editor  -  Actions/Edit/o-n-m-editor-ExportHtmlAction.instance


Best Regards
Comment 1 Jesse Glick 2012-01-05 14:10:53 UTC
Good idea. I am making a less invasive change - smaller patch, but more importantly a lesser change to the existing output.
Comment 2 Jesse Glick 2012-01-05 14:11:45 UTC
core-main #6016183a8eaf
Comment 3 Quality Engineering 2012-01-06 15:44:40 UTC
Integrated into 'main-golden', will be available in build *201201060601* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6016183a8eaf
User: Jesse Glick <jglick@netbeans.org>
Log: #206919: Proposal: Modification of LayerIndex.java in build tools to display normal and generated layer