Hi I was building my local branch fine yesterday morning but then realised that it was out of date. Since updating: $ git fetch upstream $ git merge upstream/master
I am getting a build error: compile: [nb-javac] Compiling 31 source files to /Users/john/codebase/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 /Users/john/codebase/incubator-netbeans/nbbuild/build.xml:436: The following error occurred while executing this line: /Users/john/codebase/incubator-netbeans/nbbuild/build.xml:431: The following error occurred while executing this line: /Users/john/codebase/incubator-netbeans/nbbuild/build.xml:466: The following error occurred while executing this line: /Users/john/codebase/incubator-netbeans/nbbuild/build.xml:449: The following error occurred while executing this line: /Users/john/codebase/incubator-netbeans/nbbuild/build.xml:431: The following error occurred while executing this line: /Users/john/codebase/incubator-netbeans/nbbuild/build.xml:466: The following error occurred while executing this line: /Users/john/codebase/incubator-netbeans/nbbuild/build.xml:449: The following error occurred while executing this line: /Users/john/codebase/incubator-netbeans/nbbuild/build.xml:431: The following error occurred while executing this line: /Users/john/codebase/incubator-netbeans/nbbuild/build.xml:478: The following error occurred while executing this line: /Users/john/codebase/incubator-netbeans/nbbuild/templates/common.xml:201: Compile failed; see the compiler error output for details. Total time: 17 seconds Johns-MacBook-Pro-2:incubator-netbeans john$ java -version java version "1.8.0_45" Java(TM) SE Runtime Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) Anyone any ideas? or is anyone else having this issue? John
