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 217815 - AngularJS template is unpackaged into site root rather than project root
Summary: AngularJS template is unpackaged into site root rather than project root
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 13:58 UTC by Petr Jiricka
Modified: 2012-09-06 02:10 UTC (History)
2 users (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 Petr Jiricka 2012-09-04 13:58:34 UTC
1. Create a HTML5 project using Angular template
2. The source structure under Files tab is:

config
nbproject
public_html
   angular-angular-seed
      app
      config
      logs
      scripts
      test
test

Obviously the site root should be the "app" directory from Angular, and test root should be the "test" directory from Angular.
Comment 1 Vladimir Riha 2012-09-04 14:11:38 UTC
the same problem is with all Boilerplate templates
Comment 2 David Konecny 2012-09-04 20:06:57 UTC
I did test all the templates that they expand into right folder and this worked fine on Ubuntu two days ago. I will look into it again.
Comment 3 David Konecny 2012-09-05 04:21:03 UTC
I regressed this myself after all the testing I did. 
f70331372981
Comment 4 Petr Jiricka 2012-09-05 20:27:58 UTC
Thanks, works great!
Comment 5 Quality Engineering 2012-09-06 02:10:12 UTC
Integrated into 'main-golden', will be available in build *201209060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f70331372981
User: David Konecny <dkonecny@netbeans.org>
Log: #217815 - AngularJS template is unpackaged into site root rather than project root