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 245838 - Clean/build/clean&build fails silently if server is missed
Summary: Clean/build/clean&build fails silently if server is missed
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-21 09:44 UTC by Sergey Petrov
Modified: 2014-07-23 02:07 UTC (History)
1 user (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 Sergey Petrov 2014-07-21 09:44:18 UTC
See project attached to the issue 241666
If you have no jboss server registered, this project show nothing about missed project, but show some unresolved dependencies issue.
this issues can't be resolved neither with "resolve" action, nor with clean&build
Comment 1 Sergey Petrov 2014-07-21 09:55:34 UTC
clean/build doesn't  start any process, and I see no exceptions.
Comment 2 Martin Janicek 2014-07-22 08:37:24 UTC
Wow, I have no idea how it is possible that no-one found this issue before. Raising the priority to P2. Basically if you have NetBeans project that was used with some specific server and open it somewhere else where this server is not defined within IDE, all the actions are considered as not supported and thus they don't do anything at all.

It's caused by the code that EE perform to check if the selected server supports Debug/Profile actions.
Comment 3 Martin Janicek 2014-07-22 08:49:56 UTC
Fixed by change-set: web-main #9e2d2fb3d1c8

Thanks Sergey for reporting! I have seen this issue one time on OndraB computer but after that we were never able to reproduce it again.
Comment 4 Quality Engineering 2014-07-23 02:07:50 UTC
Integrated into 'main-silver', will be available in build *201407230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9e2d2fb3d1c8
User: Martin Janicek <mjanicek@netbeans.org>
Log: #245838 - Clean/build/clean&build fails silently if server is missed