You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/21 19:01:33 UTC

[GitHub] [netbeans] sdedic opened a new pull request #3829: Avoid spurious errors when loading projects.

sdedic opened a new pull request #3829:
URL: https://github.com/apache/netbeans/pull/3829


   When loading more complex projects like [`micronaut-test`](https://github.com/micronaut-projects/micronaut-test), NetBeans IDE reports a number of 'unresolvable artifact' errors:
   ![unresolvable-artifact](https://user-images.githubusercontent.com/26788611/159344511-34aac50e-611f-41b7-9e0f-47fbcff0e5a5.jpg)
   
   Indeed, even the commandline gradle produces them:
   ```
   testCodeCoverageReportExecutionData - Supplies JaCoCo coverage data to the testCodeCoverageReport.  External library dependencies may appear as resolution failures, but this is expected behavior.
   +--- project :test-core
   |    +--- io.micronaut:micronaut-inject FAILED
   |    +--- io.micronaut:micronaut-runtime FAILED
   |    +--- io.micronaut:micronaut-bom:3.3.4
   ```
   ... but note the comment at the top of the configuration.
   
   We can exclude configurations from loading entirely, but it seems that the 'unresolvable' problems appear in either hidden (not visible) or otherwise poorly usable (!canBeConsumed) configurations. So I've disabled unresolvable artifact reporting in this case. 
   
   In addition, in the project `test-kotest`, the IDE complained that a property `getFreeCompilerArgs` is not present at `JvmKotlinOptions` - that's caused by using the getter method name instead of property name in the call to `getProperty`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] sdedic commented on pull request #3829: Avoid spurious errors when loading projects.

Posted by GitBox <gi...@apache.org>.
sdedic commented on pull request #3829:
URL: https://github.com/apache/netbeans/pull/3829#issuecomment-1075662099


   @lkishalmi Thanks ... I've just wanted to give 72h grace period for Matthias to comment, he committed into the NB Tooling code as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi merged pull request #3829: Avoid spurious errors when loading projects.

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #3829:
URL: https://github.com/apache/netbeans/pull/3829


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists