What version of Ant is installed needs to be checked. Gj
On Mon, 3 Jun 2019 at 18:56, Jose Ch <[email protected]> wrote: > Hi Mark, > > I just compile the sources an hour ago without problems, I use > openJ9-8u212 JDK and *ant -Dcluster.confg=release *to build the sources. > Perhaps there is a newer commit that broke the building. > > Regards > José. > > El lun., 3 jun. 2019 a las 11:35, mark stephens (< > [email protected]>) escribió: > >> 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 >> >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >
