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 256474 - Netbeans cannot run any maven project! Nor can it generate itself a proper Maven project!
Summary: Netbeans cannot run any maven project! Nor can it generate itself a proper Ma...
Status: RESOLVED INCOMPLETE
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Windows 8.1
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 22:09 UTC by KhaledBizri
Modified: 2015-11-13 09:59 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 KhaledBizri 2015-11-09 22:09:36 UTC
No Jersey example could be run on Netbeans.

Creating a Maven project, following the Netbeans Tutorial, produces invalid structure and sparse components. It locates them on c:\, away from the Netbeans Projects Directory, and does not show them in the Projects window!!!

Maven projects that are created manually without the help of the Tutorial have serious problems with whitespaces, which do not exist in the first place.

Running any of these projects yields the famous Java hint listing, and when trying 'debug' it complains of the invalidity of the %classpath.

Does Netbeans 8.1 support Maven at all to justify another week trying to fix the plethora of errors, or should one find another development solution?
Comment 1 KhaledBizri 2015-11-09 22:12:13 UTC
In addition, I think there is a bug in Bugzilla. When I submitted the bug in Netbeans handling of Maven, I received this cryptic message in RED:

"It looks like you didn't come from the right page (you have no valid token for the create_bug action while processing the 'post_bug.cgi' script). The reason could be one of:

    You clicked the "Back" button of your web browser after having successfully submitted changes, which is generally not a good idea (but harmless).
    You entered the URL in the address bar of your web browser directly, which should be safe.
    You clicked on a URL which redirected you here without your consent, in which case this action is much more critical.

Are you sure you want to commit these changes anyway? This may result in unexpected and undesired results. "

I have no idea what it means!
Comment 2 Tomas Stupka 2015-11-10 10:00:40 UTC
generally speaking - running maven projects worked for me

> Creating a Maven project, following the Netbeans Tutorial, 
would like to try this out, but need to know which tutorial you have in mind

> In addition, I think there is a bug in Bugzilla. 
in case you encountered problems with the netbeans bugzilla please file an issue against www/bugzilla 
also please note that it helps a lot if you honor the bug reporting guidelines:
http://wiki.netbeans.org/IssuezillaRules
- one problem - one issue
Comment 3 Tomas Stupka 2015-11-13 09:59:00 UTC
any update on this?