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 131364 - unnecessary .url files in mobility
Summary: unnecessary .url files in mobility
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Mobility (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Bradley Schmidt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 02:35 UTC by Masaki Katakai
Modified: 2008-07-07 08:29 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 Masaki Katakai 2008-03-28 02:35:40 UTC
I understand these url files are no longer used and should be removed.
If it's correct, could you please remove these files from source tree?

./mobility.javahelp/src/org/netbeans/modules/mobility/javahelp/faq-cdc.url
./mobility.javahelp/src/org/netbeans/modules/mobility/javahelp/mobility-cdc.url
./mobility.javahelp/src/org/netbeans/modules/mobility/javahelp/notes-cdc.url

Currently these still exist in source tree and product jar file, which
means we g11n team would consider them as translatable files and
it's not good for us. Actually we were confused about such unnecessary files
in l10n-kit at 6.0 translation.
Comment 1 Ken Frank 2008-03-28 05:28:18 UTC
all thats needed is for developers to exclude them from the global l10n kit patterns file
as per instructions from BE - contact BE for details. I don't think it matters if they are in
src tree or en jars if they are not referred to or used at all.

ken.frank@sun.com
Comment 2 Bradley Schmidt 2008-03-28 10:23:29 UTC
Not sure if this can be fixed for 6.1 as code freeze is nearly here and this is a low priority bug compared to other
open issues in Mobility. Lowering to P3 and reassigning to build system per Ken Frank's comments.
Comment 3 Ken Frank 2008-03-28 17:08:28 UTC
even though its p3, it does need to be solved right now by doing exclude from
the global BE patterns for l10n kits, as per other docs you have seen.


ken.frank@sun.com
Comment 4 Karol Harezlak 2008-03-28 17:48:44 UTC
It has nothing to do with Mobility Build System module. It's purely Docs issue. I have no idea what I should do with it.
Reassigning back to the documentation. If it's necessary to remove something from Mobility script please advice. 
 
Comment 5 Bradley Schmidt 2008-07-07 08:29:49 UTC
Fixed in trunk 2008.07.04. Files have been removed.