You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by David Bolsover <da...@Bolsover.com> on 2017/11/28 15:54:04 UTC

Build fails

Build of master branch is currently failing on my system

....
compile:
[nb-javac] Compiling 31 source files to D:\incubator-netbeans\openide.util.lookup\build\classes
   [repeat] warning: [options] bootstrap class path not set in conjunction with -source 1.7
   [repeat] 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
  [nbmerge] Failed to build target: all-openide.util.lookup

BUILD FAILED
D:\incubator-netbeans\nbbuild\build.xml:436: The following error occurred while executing this line:
D:\incubator-netbeans\nbbuild\build.xml:431: The following error occurred while executing this line:
D:\incubator-netbeans\nbbuild\build.xml:466: The following error occurred while executing this line:
D:\incubator-netbeans\nbbuild\build.xml:449: The following error occurred while executing this line:
D:\incubator-netbeans\nbbuild\build.xml:431: The following error occurred while executing this line:
D:\incubator-netbeans\nbbuild\build.xml:466: The following error occurred while executing this line:
D:\incubator-netbeans\nbbuild\build.xml:449: The following error occurred while executing this line:
D:\incubator-netbeans\nbbuild\build.xml:431: The following error occurred while executing this line:
D:\incubator-netbeans\nbbuild\build.xml:478: The following error occurred while executing this line:
....

System is Windows 10 x64

Not sure how to debug this but org.netbeans.modules.openide.util.ServiceProviderProcessor is not present in the openide.util module.

Please let me know if I can be of further help.

David Bolsover

RE: Build fails

Posted by David Bolsover <da...@Bolsover.com>.
Thanks Geetjan

That worked splendidly.

db

-----Original Message-----
From: Geertjan Wielenga [mailto:geertjan.wielenga@googlemail.com] 
Sent: 28 November 2017 15:55
To: dev@netbeans.incubator.apache.org
Subject: Re: Build fails

Do an 'ant clean'. Then 'ant'.

Gj

On Tue, Nov 28, 2017 at 4:54 PM, David Bolsover <da...@bolsover.com> wrote:

> Build of master branch is currently failing on my system
>
> ....
> compile:
> [nb-javac] Compiling 31 source files to D:\incubator-netbeans\openide.
> util.lookup\build\classes
>    [repeat] warning: [options] bootstrap class path not set in 
> conjunction with -source 1.7
>    [repeat] 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
>   [nbmerge] Failed to build target: all-openide.util.lookup
>
> BUILD FAILED
> D:\incubator-netbeans\nbbuild\build.xml:436: The following error 
> occurred while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:431: The following error 
> occurred while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:466: The following error 
> occurred while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:449: The following error 
> occurred while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:431: The following error 
> occurred while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:466: The following error 
> occurred while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:449: The following error 
> occurred while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:431: The following error 
> occurred while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:478: The following error 
> occurred while executing this line:
> ....
>
> System is Windows 10 x64
>
> Not sure how to debug this but 
> org.netbeans.modules.openide.util.ServiceProviderProcessor
> is not present in the openide.util module.
>
> Please let me know if I can be of further help.
>
> David Bolsover
>

Re: Build fails

Posted by Geertjan Wielenga <ge...@googlemail.com>.
Do an 'ant clean'. Then 'ant'.

Gj

On Tue, Nov 28, 2017 at 4:54 PM, David Bolsover <da...@bolsover.com> wrote:

> Build of master branch is currently failing on my system
>
> ....
> compile:
> [nb-javac] Compiling 31 source files to D:\incubator-netbeans\openide.
> util.lookup\build\classes
>    [repeat] warning: [options] bootstrap class path not set in conjunction
> with -source 1.7
>    [repeat] 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
>   [nbmerge] Failed to build target: all-openide.util.lookup
>
> BUILD FAILED
> D:\incubator-netbeans\nbbuild\build.xml:436: The following error occurred
> while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:431: The following error occurred
> while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:466: The following error occurred
> while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:449: The following error occurred
> while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:431: The following error occurred
> while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:466: The following error occurred
> while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:449: The following error occurred
> while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:431: The following error occurred
> while executing this line:
> D:\incubator-netbeans\nbbuild\build.xml:478: The following error occurred
> while executing this line:
> ....
>
> System is Windows 10 x64
>
> Not sure how to debug this but org.netbeans.modules.openide.util.ServiceProviderProcessor
> is not present in the openide.util module.
>
> Please let me know if I can be of further help.
>
> David Bolsover
>