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 217662 - Generation location problems in the REST JavaScript Client wizard
Summary: Generation location problems in the REST JavaScript Client wizard
Status: RESOLVED DUPLICATE of bug 216797
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 08:11 UTC by Petr Jiricka
Modified: 2012-08-31 08:54 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 Petr Jiricka 2012-08-31 08:11:01 UTC
1. Create a Java web project with a REST service usable by the JavaScript client wizard
2. Create a HTML5 Application
3. Go to New RESTful JavaScript Client wizard
4. In Folder, choose public_html (bug 216789 already requests that this should be the default)
5. Choose Tablesorter UI and Check the "Add backbone.js" checkbox, press Next

Problem 1: The Folder field in the HTML File Name and Location panel should be prepopulated with the folder I selected in the previous step
Problem 2: There should be a Browse... button for this folder
Problem 3: This step does is missing the caption ("HTML File Name and Location"), it should be above the horizontal line at the top
Problem 4: After finishing the wizard, the JavaScript files are added under $project_root/js/libs, ignoring the folder selection in steps 2 and 3.
Comment 1 Denis Anisimov 2012-08-31 08:42:11 UTC
There is a related issue #216797 .

It is really hard to track and fix issues with a number of different sub-issues.
I think it is not a good practice. 
Could you please file four separate issues instead of one ?
I see a number of problems to track the issue :
- first issue depends on issue #216789. So I need to wait it's fix.
- the second issue is a duplicate if #216797 and there are a reason why it 
is done in the chosen way. It requires detailed description which will be lost in the number of comments .
- the third issue is purely UI wizard issue and is not connected to the functionality.
- the last one is the issue about the result of wizard generation. 

So there are 4 different issue.
Comment 2 Petr Jiricka 2012-08-31 08:54:31 UTC
Ok, I agree most of the problems here are a duplicate of bug 216797, or depend on bug 216789. I filed a separate bug 217665 for problem 3, and closing this as a duplicate of 216797.

*** This bug has been marked as a duplicate of bug 216797 ***