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

Summary: CopyLibs task should be able to rename duplicated archive file
Product: java Reporter: Tomas Zezula <tzezula>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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