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 70075 - CopyLibs task should be able to rename duplicated archive file
Summary: CopyLibs task should be able to rename duplicated archive file
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-08 11:36 UTC by Tomas Zezula
Modified: 2011-08-31 14:06 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2005-12-08 11:36:20 UTC
When the runtime classpath contains two archives of the same name (different 
location) the CopyLibs task should rename the second one and copy it as well.
Eg. Runtime Classpath:
/tmp/MyLib/dist.jar:/tmp/OtherLib/dist.jar

The CopyLibs should create:
lib/
  -dist.jar
  -dist_2.jar