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 86562 - Normalize path of library in library wrapper
Summary: Normalize path of library in library wrapper
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 12:12 UTC by pzajac
Modified: 2006-11-23 16:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (1.08 KB, text/plain)
2006-10-05 12:13 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2006-10-05 12:12:26 UTC
[200610011800]
I typed library for parent folder. Exception was thrown when was pressed Finish
button :

java.lang.IllegalArgumentException: Parameter file was not normalized. Was
/home/pzajac/lib/../java/jfreechart/jfreechart-0.9.8/lib/jcommon-0.8.0.jar
instead of /home/pzajac/java/jfreechart/jfreechart-0.9.
8/lib/jcommon-0.8.0.jar
        at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:509)
        at
org.netbeans.modules.apisupport.project.NbModuleProjectGenerator$3.run(NbModuleProjectGenerator.java:152)
        at org.openide.util.Mutex.writeAccess(Mutex.java:354)
        at
org.netbeans.modules.apisupport.project.NbModuleProjectGenerator.createSuiteLibraryModule(NbModuleProjectGenerator.java:133)
Comment 1 pzajac 2006-10-05 12:13:24 UTC
Created attachment 34908 [details]
Exception
Comment 2 Jesse Glick 2006-10-05 20:01:21 UTC
Checking in NbModuleProjectGenerator.java;
/shared/data/ccvs/repository/apisupport/project/src/org/netbeans/modules/apisupport/project/NbModuleProjectGenerator.java,v
 <--  NbModuleProjectGenerator.java
new revision: 1.48; previous revision: 1.47
done
Comment 3 pzajac 2006-11-23 16:59:11 UTC
verified