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 91116

Summary: Content of folder is not copied to lib
Product: java Reporter: Jiri Prox <jiriprox>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Prox 2006-12-15 12:19:12 UTC
NetBeans IDE Dev (Build 200612141900)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b104
Windows XP version 5.1 running on x86
en_US (nb); Cp1252

Content of folder on classpath is not copied to the lib directory when the
project is build.

Steps to reproduce:
1) create project
2) in project properties add folder with class files to the classpath 
3) build project
-> folder is not copied to lib directory, so project cannot be run outside IDE
Comment 1 Tomas Zezula 2007-01-04 09:36:52 UTC
As designed (performance reasons), see the duplicate.

*** This issue has been marked as a duplicate of 70077 ***
Comment 2 Jiri Prox 2007-01-04 09:45:19 UTC
verified