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 271328 - AssertionError at org.netbeans.modules.maven.api.PluginPropertyUtils.createEvaluator
Summary: AssertionError at org.netbeans.modules.maven.api.PluginPropertyUtils.createEv...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-19 05:08 UTC by Peter Nabbefeld
Modified: 2017-08-19 06:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230069


Attachments
stacktrace (1.21 KB, text/plain)
2017-08-19 05:08 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2017-08-19 05:08:21 UTC
This issue was reported manually by epdv.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 201708170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Linux

User Comments:
epdv: When building Nuclos. Maybe related to module paths.

While there might be a problem, a more specific exception is needed: the path or whatever causes the failure should be mentioned in the error message.

epdv: Building Maven project (Nuclos / Open Source ERP)




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.maven.api.PluginPropertyUtils.createEvaluator(PluginPropertyUtils.java:533)
   at org.netbeans.modules.maven.output.TestOutputListenerProvider.processLine(TestOutputListenerProvider.java:150)
   at org.netbeans.modules.maven.execute.AbstractOutputHandler.processLine(AbstractOutputHandler.java:316)
   at org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output.run(CommandLineOutputHandler.java:353)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 Peter Nabbefeld 2017-08-19 05:08:25 UTC
Created attachment 164975 [details]
stacktrace
Comment 2 Peter Nabbefeld 2017-08-19 06:30:58 UTC
Last lines in output window are:

--- maven-resources-plugin:2.6:testResources (default-testResources) @ nuclos-webclient ---
Using 'UTF-8' encoding to copy filtered resources.
skip non existing resourceDirectory /home/peter/nuclos/nuclos-webclient/src/test/resources

--- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ nuclos-webclient ---
No sources to compile

Probably the project isn't provided because there is nothing to compile?