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 247133 - Unable to set project.licensePath for NB module development
Summary: Unable to set project.licensePath for NB module development
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 15:10 UTC by crosati
Modified: 2014-09-24 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (86.32 KB, text/plain)
2014-09-15 15:10 UTC, crosati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crosati 2014-09-15 15:10:39 UTC
Hi,

I'm developing a NB module for a NB RCP application.

I have put the following line into the project.properties

    project.licensePath=../../../licenses/licenseheader.txt

hoping to have new classes created into my module with the given license header, but it doesn't work.

I've tried the same on the suite project.properties file without success.


Claudio Rosati


Product Version = NetBeans IDE 8.0.1 (Build 201408251540)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_20
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.20-b23
Comment 1 crosati 2014-09-15 15:10:46 UTC
Created attachment 149226 [details]
IDE log
Comment 2 Martin Kozeny 2014-09-19 11:44:48 UTC
https://hg.netbeans.org/core-main/rev/91c09af75760
Comment 3 Quality Engineering 2014-09-24 12:51:11 UTC
Integrated into 'main-silver', will be available in build *201409241121* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/91c09af75760
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #247133: Unable to set project.licensePath for NB module development.