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 112749 - FontsColors settings should reside in 'FontsColors' subfolder
Summary: FontsColors settings should reside in 'FontsColors' subfolder
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Fragmentation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-14 14:47 UTC by Lukas Hasik
Modified: 2008-07-23 12:58 UTC (History)
0 users

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 Lukas Hasik 2007-08-14 14:47:10 UTC
08/13

when starting standard distro ->

INFO [org.netbeans.modules.editor.settings.storage.SettingsType]: FontsColors settings should reside in 'FontsColors'
subfolder, see #90403
for details. Offending file 'Editors/text/x-java-preprocessor/CityLights/Defaults/coloring.xml'
INFO [org.netbeans.modules.editor.settings.storage.SettingsType]: FontsColors settings should reside in 'FontsColors'
subfolder, see #90403
for details. Offending file 'Editors/text/x-java-preprocessor/BlueTheme/Defaults/coloring.xml'
INFO [org.netbeans.modules.editor.settings.storage.SettingsType]: FontsColors settings should reside in 'FontsColors'
subfolder, see #90403
for details. Offending file 'Editors/text/x-java-preprocessor/NetBeans/Defaults/coloring.xml'
INFO [org.netbeans.modules.editor.settings.storage.SettingsType]: FontsColors settings should reside in 'FontsColors'
subfolder, see #90403
for details. Offending file 'Editors/text/x-java-preprocessor/NetBeansEarth/Defaults/coloring.xml'
INFO [org.netbeans.modules.editor.settings.storage.SettingsType]: FontsColors settings should reside in 'FontsColors'
subfolder, see #90403
for details. Offending file 'Editors/text/x-java-preprocessor/NetBeans55/Defaults/coloring.xml'
INFO [org.netbeans.modules.editor.settings.storage.SettingsProvider]: Won't provide any settings for text/base It's been
deprecated, use Mim
ePath.EMPTY instead.
Comment 1 Adam Sotona 2007-08-14 16:08:54 UTC
I am expecting clear message what to fix and how. Please be more specific. 
Unfortunately from the long discussion in issue #90403 I understand only the last comment:

------- Additional comments from vstejskal Mon Jul 23 10:50:57 +0000 2007 -------
This is not going to be finished for nb6.


Comment 2 Vitezslav Stejskal 2008-03-14 10:51:04 UTC
Please read through
http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-settings-storage/overview-summary.html and move your
coloring files to FontsColors subfolder. Each message shows the offending file that needs to be moved. For example:

Editors/text/x-java-preprocessor/CityLights/Defaults/coloring.xml

... has to be moved to

Editors/text/x-java-preprocessor/FontsColors/CityLights/Defaults/coloring.xml
Comment 3 Lukas Hasik 2008-03-14 11:36:22 UTC
re-assigning to Karol. Probably easy to fix...
Comment 4 Karol Harezlak 2008-03-30 20:00:42 UTC
This issue is basically about project organization, since it deos not have any impact on usability we have to wait with
fix for next release or update. 
Comment 5 Karol Harezlak 2008-07-23 12:58:38 UTC
fixed in main trunk

http://hg.netbeans.org/main?cmd=changeset;node=ca7730170a40