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 49469 - Unwanted file in MIDlet Suite
Summary: Unwanted file in MIDlet Suite
Status: CLOSED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-23 11:58 UTC by rubesm
Modified: 2006-10-23 16:41 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 rubesm 2004-09-23 11:58:23 UTC
When creating a MIDlet Suite, an unwanted file
".nbintdb" will appear in a jar file.
Comment 1 Adam Sotona 2004-09-23 13:11:11 UTC
This file is probably some side-efect of the versioning system and we
need to include this extension in automatically excluded files.

It is still possible to exclude the file from suite manually in
Project Propertis  / Filtering panel by unselecting the file.
Comment 2 Adam Sotona 2004-10-13 12:44:12 UTC
fixed by adding **/.nbintdb and **/*.mvd into build.classes.excludes
property
Comment 3 Lukas Hasik 2005-04-22 10:48:17 UTC
closing