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 236027 - RESTful JavaScript Client in Maven: wrong default web pages folder
Summary: RESTful JavaScript Client in Maven: wrong default web pages folder
Status: RESOLVED DUPLICATE of bug 236011
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-16 13:15 UTC by Petr Jiricka
Modified: 2014-07-24 10:18 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 2013-09-16 13:15:01 UTC
See also bug 236011.

In a Java EE Maven project, when the RESTful JavaScript Client wizard is used, generated pages folder is set by default to 'public_html'. The correct default location is the web root, i.e. src/main/webapp.

Steps to reproduce:

http://www.youtube.com/watch?v=gIEBo2AUDkA
Comment 1 Milan Kuchtiak 2014-07-24 10:18:01 UTC
See the fix:
http://hg.netbeans.org/web-main/rev/479ac9934a7d

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