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 - [freeform] Web Wizard panel stores absolute paths to project.xml
Summary: [freeform] Web Wizard panel stores absolute paths to project.xml
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-06-18 12:05 UTC by David Konecny
Modified: 2004-08-13 12:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.