Re: Error building NetBenas

Martin Entlicher <[email protected]> Tue, 22 Nov 2016 12:36:38 +0100
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <[email protected]>
The ServiceProviderProcessor source file is at
openide.util.lookup/src/org/netbeans/modules/openide/util/ServiceProviderProcessor.java
You need to compile openide.util.lookup first.

Martin

On 22.11.2016 11:31, Peter Nabbefeld wrote:
> Hello,
>
> when trying to build NetBeans, I'm getting the following error:
>
> error: Bad service configuration file, or exception thrown while 
> constructing Processor object: javax.annotation.processing.Processor: 
> Provider org.netbeans.modules.openide.util.ServiceProviderProcessor 
> not found
> /home/peter/NetBeansSources/main-golden/nbbuild/build.xml:198: The 
> following error occurred while executing this line:
> /home/peter/NetBeansSources/main-golden/nbbuild/templates/common.xml:225: 
> Compile failed; see the compiler error output for details.
> BUILD FAILED (total time: 3 minutes 30 seconds)
>
> Seems, I cannot compile openide.util without having the compiled 
> classes of the annotation processors.
>
> Kind regards
> Peter
>