I redownloaded the master and ran under Java8 to check I had not donwloaded the
wrong jars and I now get this
Kind Regards,
MArk
compile-bridge:
[mkdir] Created dir:
/Users/markee/Downloads/netbeans-master/extide/o.apache.tools.ant.module/build/bridge-classes
[javac] Compiling 7 source files to
/Users/markee/Downloads/netbeans-master/extide/o.apache.tools.ant.module/build/bridge-classes
[repeat] warning: [options] bootstrap class path not set in conjunction with
-source 1.6
[repeat]
/Users/markee/Downloads/netbeans-master/nbbuild/build/public-package-jars/org-netbeans-api-annotations-common.jar(org/netbeans/api/annotations/common/NonNull.class):
warning: Cannot find annotation method 'when()' in type 'Nonnull': class file
for javax.annotation.Nonnull not found
[repeat] warning: unknown enum constant When.ALWAYS
[repeat] reason: class file for javax.annotation.meta.When not found
[repeat]
/Users/markee/Downloads/netbeans-master/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/BridgeImpl.java:149:
error: cannot assign a value to final variable systemClasspath
[repeat] Path.systemClasspath = new Path(null,
AntBridge.getMainClassPath());
[repeat] ^
[repeat]
/Users/markee/Downloads/netbeans-master/extide/o.apache.tools.ant.module/src-bridge/org/apache/tools/ant/module/bridge/impl/NbInputHandler.java:107:
warning: [unchecked] unchecked call to JComboBox(Vector<E>) as a member of the
raw type JComboBox
[repeat] combo = new
JComboBox(((MultipleChoiceInputRequest)request).getChoices());
[repeat] ^
[repeat] where E is a type-variable:
[repeat] E extends Object declared in class JComboBox
[repeat] 1 error
[repeat] 4 warnings
[nbmerge] Failed to build target: all-o.apache.tools.ant.module
BUILD FAILED
/Users/markee/Downloads/netbeans-master/nbbuild/build.xml:512: The following
error occurred while executing this line:
/Users/markee/Downloads/netbeans-master/nbbuild/build.xml:507: The following
error occurred while executing this line:
/Users/markee/Downloads/netbeans-master/nbbuild/build.xml:554: The following
error occurred while executing this line:
/Users/markee/Downloads/netbeans-master/extide/o.apache.tools.ant.module/build.xml:38:
Compile failed; see the compiler error output for details.
Total time: 3 minutes 3 seconds