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 86836 - avoid adding resources recursivelly
Summary: avoid adding resources recursivelly
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@mobility
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-10 08:13 UTC by batman40
Modified: 2009-10-01 13:28 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 batman40 2006-10-10 08:13:43 UTC
I compiled a J2ME project and got a compiled directory which was recursively 
filled with a new build directory, which was filled with a compiled directory, 
which was recursively filled with a new build directory, which was ....
I ended up with this directory having a size of 4GB.
All I did to get this was to select the Project, select Properties window, 
select 'Libraries and resources', select 'Add Folder' and choose the main 
project directory.
Comment 1 Martin Ryzl 2006-10-11 16:26:56 UTC
well, the IDE just did what was requested. All resources and library classes are
copied into build directory and further processed (preverification, obfuscation,
packaging , etc). I'm not sure if it needs to be fixed.
Comment 2 Adam Sotona 2006-10-11 17:08:02 UTC
Well, even such cases can be arranged by our users and we may avoid them.

Changing to ENHANCEMENT
Comment 3 Petr Dvorak 2008-05-05 17:13:45 UTC
Hi asotona!

Could you please update the information in this issue? The "Target milestone" field is set to an obsolete value... Or
did you already implement this enhancement (could you please close the issue if it is that case)?

Thank you in advance,

Petr Dvorak (joshis)