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 119884

Summary: [60cat] Reference all JAR files in one directory
Product: platform Reporter: tboerkel <tboerkel>
Component: -- Other --Assignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:

Description tboerkel 2007-10-24 11:07:31 UTC
[ BUILD # : 200710212201 ]
[ JDK VERSION : 1.6.0_03 ]

Assuming I have all JAR files for my project in directory "lib" (as
usual), I would like to just add the directory "lib" to the compile
class path. And it should not create seperate class path entries for
the JAR files at that moment, instead it should only add "lib\*".
With Ant, this is possible.