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 237322 - External Maven build participants: {0}
Summary: External Maven build participants: {0}
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
: 238250 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-18 14:50 UTC by pekarna
Modified: 2015-02-24 13:48 UTC (History)
2 users (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 pekarna 2013-10-18 14:50:03 UTC
NetBeans shows warning about Maven extensions not being followed, but doesn't succeed in showing which ones:

"""
The IDE will not execute any 3rd party extension code during Maven project loading.
These can have significant influence on performance of the Maven model (re)loading or interfere with IDEs own codebase. On the other hand the model loaded can be incomplete without their participation. In this project we have discovered the following external build participants:
{0}
"""

Try e.g. with the JBDS server subproject: https://github.com/jbosstools/jbosstools-server
Comment 1 Milos Kleint 2013-10-21 14:25:32 UTC
http://hg.netbeans.org/core-main/rev/bc6abbe4c67f

when doing i18n work, the single quote was not escaped.

in your case and in most cases the external build participant in question is Tycho.
Comment 2 Tomas Danek 2013-11-08 09:33:39 UTC
verified,
extensions are now shown properly.

Product Version: NetBeans IDE Dev (Build 201311040001)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Mac OS X version 10.9 running on x86_64; UTF-8; en_US (nb)
User directory: /Users/tomas/Library/Application Support/NetBeans/dev
Cache directory: /Users/tomas/Library/Caches/NetBeans/dev
Comment 3 Milos Kleint 2013-11-12 05:25:24 UTC
*** Bug 238250 has been marked as a duplicate of this bug. ***
Comment 4 Jesse Glick 2013-11-12 17:24:45 UTC
BTW using an actual apostrophe (’) not only avoids this kind of mistake, it looks nicer too.
Comment 5 Milos Kleint 2013-11-13 09:49:57 UTC
http://hg.netbeans.org/releases/rev/ba5264927b74
Comment 6 Milos Kleint 2013-11-13 09:50:21 UTC
corrent changeset: http://hg.netbeans.org/releases/rev/18518ded3d5e
Comment 7 Quality Engineering 2013-11-14 14:31:49 UTC
Integrated into 'releases/release74', will be available in build *201311141216* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/18518ded3d5e
User: Milos Kleint <mkleint@netbeans.org>
Log: #237322 when doing i18n single quote was not escaped
Comment 8 Tomas Danek 2013-11-22 13:25:02 UTC
verified in 74 patch 1
Product Version: NetBeans IDE 7.4 (Build 201310111528)
Updates: NetBeans IDE is updated to version NetBeans 7.4 Patch 1
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Mac OS X version 10.9 running on x86_64; UTF-8; en_US (nb)
User directory: /Users/tomas/Library/Application Support/NetBeans/7.4
Cache directory: /Users/tomas/Library/Caches/NetBeans/7.4
Comment 9 Christian Lenz 2015-02-24 13:48:25 UTC
I'm still having the same problem in Netbeans 8.0.2 with egit repository:
https://github.com/eclipse/egit-github

I got this message when I try to resolve project problems:

Custom build participant(s) found

The IDE will not execute any 3rd party extension code during Maven project loading.
These can have significant influence on performance of the Maven model (re)loading or interfere with IDE's own codebase. On the other hand the model loaded can be incomplete without their participation. In this project we have discovered the following external build participants:
org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant

Should I create a new ticket for this?


Regards

Chris