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 240827 - Project option "display browser on run" is ignored if unchecked. It always runs
Summary: Project option "display browser on run" is ignored if unchecked. It always runs
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 15:56 UTC by zmirc
Modified: 2014-01-24 02:39 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 zmirc 2014-01-22 15:56:15 UTC
I have a Java EE web project, which has Project Properties -> Run -> Display browser on Run UNCHECKED.
The annoying part is that the project is anyway launched in browser each time I run/deploy it.
Comment 1 zmirc 2014-01-22 15:57:01 UTC
I forgot to mention.
I am currently using the official 8.0 beta.
Comment 2 Martin Janicek 2014-01-23 09:46:53 UTC
Thanks for the report, I'll take a look at it.
Comment 3 Martin Janicek 2014-01-23 09:52:36 UTC
Most probably caused by revision web-main #e22a5db00c2b
The fix doesn't seem to care about changes from enabled --> disabled and solves only the opposite (disabled --> enabled) case.
Comment 4 Martin Janicek 2014-01-23 10:04:51 UTC
I was wrong with my comment 3, the revision #e22a5db00c2b is correct. I was able to reproduce the issue but only in Maven web project. Zmirc, is your report targeted to Ant or Maven project?
Comment 5 Martin Janicek 2014-01-23 10:12:57 UTC
Fixed by change-set: web-main #987106d2b19b
Comment 6 zmirc 2014-01-23 14:00:35 UTC
Yes, it is a Maven Java EE web project.
Comment 7 Martin Janicek 2014-01-23 14:05:05 UTC
Thanks, it should be fixed already. You can either try it with one daily build [1] (please be aware that the change needs to propagate to the daily build first which might take few days) or you can wait for NetBeans 8.0 final where it should not happened anymore.

[1] http://bits.netbeans.org/dev/nightly/
Comment 8 zmirc 2014-01-23 14:31:47 UTC
Thanks Martin!
Comment 9 Martin Janicek 2014-01-23 15:42:09 UTC
Sure I'm glad I could help ;)
Comment 10 Quality Engineering 2014-01-24 02:39:32 UTC
Integrated into 'main-silver', will be available in build *201401240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/987106d2b19b
User: Martin Janicek <mjanicek@netbeans.org>
Log: #240827 - Project option display browser on run is ignored if unchecked. It always runs