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 45156

Summary: [freeform] Web Wizard panel stores absolute paths to project.xml
Product: projects Reporter: David Konecny <dkonecny>
Component: AntAssignee: Martin Grebac <mgrebac>
Status: RESOLVED FIXED    
Severity: blocker CC: pbuzek
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 42682    

Description David Konecny 2004-06-18 12:05:33 UTC
Please check my today's change in
SourceFoldersPanel and do something similar in
your panel. Search for
"FreeformProjectGenerator.relativizeLocation" -
you should use it to relativize paths. Easy to fix.
Comment 1 Jesse Glick 2004-06-18 15:07:37 UTC
Dupe, I think.
Comment 2 Jesse Glick 2004-06-18 15:08:04 UTC
Sorry, missed the "web" part, presumably not a dupe.
Comment 3 Martin Grebac 2004-08-04 14:40:35 UTC
will look at it, I think I submitted something like this against web
some time ago, too
Comment 4 Martin Grebac 2004-08-04 15:22:05 UTC
Fixed in trunk - used the relativizeLocation() method in web panel, too.