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 269448 - "Profile File" and "Profile Test File" are greyed out for maven web application
Summary: "Profile File" and "Profile Test File" are greyed out for maven web application
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-29 01:47 UTC by asbachb
Modified: 2016-12-29 01:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test project to reproduce problem (3.23 KB, application/zip)
2016-12-29 01:47 UTC, asbachb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description asbachb 2016-12-29 01:47:49 UTC
Created attachment 163305 [details]
test project to reproduce problem

The menu entries: 

* Profile > Profile File
* Profile > Profile Test File

are greyed out for maven web application projects. After changing the "packaging" from "war" to "jar" the menu entries are accessible.

## How to reproduce ##
1) Open my test project
2) Right click on "AnyTest" 
=> "Profile Test File" is inaccessible
3) Change "packaging" in pom.xml to "jar" and save
4) Right click on "AnyTest"
=> "Profile Test File" is accessible