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 - [60cat] Reference all JAR files in one directory
Summary: [60cat] Reference all JAR files in one directory
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-24 11:07 UTC by tboerkel
Modified: 2009-01-06 14:31 UTC (History)
0 users

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 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.