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 218971 - Issues with relative path for generated HTML file
Summary: Issues with relative path for generated HTML file
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Web Services Client (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 12:19 UTC by Denis Anisimov
Modified: 2012-10-01 12:03 UTC (History)
0 users

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 Denis Anisimov 2012-09-25 12:19:15 UTC
To reproduce:
- Create HTML 5 client project
- Invoke RESTful JS client wizard.
- Select "Add Backbone.js" checkbox, choose REST service from some web project.
- Go to HTML file page and write target folder somewhere inside "public_html" 
( f.e. "public_html/a" ).
- Finish the wizard.
Generated HTML file contains "null" values for locally stored JS libraries.
It is a consequence of inability to determine relative paths correctly.
Comment 1 Denis Anisimov 2012-09-26 07:29:53 UTC
web-main#9518624a7dfb
Comment 2 Quality Engineering 2012-10-01 12:03:38 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9518624a7dfb
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#218971 - Issues with relative path for generated HTML file