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

Summary: avoid adding resources recursivelly
Product: javame Reporter: batman40 <batman40>
Component: -- Other --Assignee: issues@mobility <issues>
Status: NEW ---    
Severity: blocker CC: joshis
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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)