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 216569 - project.properties not created
Summary: project.properties not created
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-08-09 07:25 UTC by Jiri Skrivanek
Modified: 2012-09-03 12:57 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 Jiri Skrivanek 2012-08-09 07:25:03 UTC
project.properties are not created with project and that's why properties like web root, auto refresh, etc. are not set and used. To reproduce:

- open new project wizard
- select "HTML/JavaScript|HTML Application"
- finish wizard with defaults
- look at Files view - there is only nbproject/project.xml
- create new html file in project
- call "Run File" on created html file ("Chrome - No Netbeans Integration")
- file is opened at http://localhost:8383/newhtml.html but it should be 
http://localhost:8383/ClientSideProject/newhtml.html

Product Version: NetBeans IDE Dev (Build EaselCSS-463-on-20120809)
Java: 1.7.0_06; Java HotSpot(TM) 64-Bit Server VM 23.2-b09
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 David Konecny 2012-08-10 02:25:23 UTC
45ca706ed971

I fixed it differently - properties does not have to be created or contain default values. But running project must follow these defaults. After this fix thing should be in synch.
Comment 2 Quality Engineering 2012-09-03 12:57:17 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/45ca706ed971
User: David Konecny <dkonecny@netbeans.org>
Log: #216569 - project.properties not created