8
Is 9 required for building too? I guess it would be good to print that out.
I think that build said something about cannot find Java 7 and then it used
8...

On Sat, Jul 7, 2018 at 1:10 AM, Sven Reimers <sven.reim...@gmail.com> wrote:

> What Java version did you use?
>
> -Sven
>
> Zoran Sevarac <seva...@gmail.com> schrieb am Sa., 7. Juli 2018, 00:19:
>
> > Actually, when I tried this under win I got:
> >
> >
> > C:\Users\zoran.zoran-inspiron\Downloads\incubating-netbeans-
> java-9.0-source\core.network\src\org\netbeans\core\network\proxy\pac\impl\
> ClassFilterPacHelpers.java:21:
> > error: cannot find symbol
> > import jdk.nashorn.api.scripting.ClassFilter;
> >   symbol:   class ClassFilter
> >   location: package jdk.nashorn.api.scripting
> >
> > C:\Users\zoran.zoran-inspiron\Downloads\incubating-netbeans-
> java-9.0-source\core.network\src\org\netbeans\core\network\proxy\pac\impl\
> ClassFilterPacHelpers.java:34:
> > error: cannot find symbol
> > class ClassFilterPacHelpers implements ClassFilter {
> >   symbol: class ClassFilter
> >
> > C:\Users\zoran.zoran-inspiron\Downloads\incubating-netbeans-
> java-9.0-source\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
> > warning: unknown enum constant When.ALWAYS
> >   reason: class file for javax.annotation.meta.When not found
> > 2 errors
> >
> > On Fri, Jul 6, 2018 at 11:10 PM, Laszlo Kishalmi <
> > laszlo.kisha...@gmail.com>
> > wrote:
> >
> > > +1
> > >
> > > (Tested with the Snap package,built from the Git tag)
> > >
> > >
> > >
> > > On 07/06/2018 01:50 AM, Emilian Bold wrote:
> > >
> > >> Hi all,
> > >>
> > >> Please vote on releasing Apache NetBeans 9.0 (incubating)!
> > >>
> > >> If this voting candidate passes, another similar voting will be
> started
> > >> on gene...@incubator.apache.org, and if that passes too, then we can
> > >> release this version. This build will also undergo validation through
> > >> NetCAT.
> > >>
> > >> Apache NetBeans 9.0 (incubating) constitutes all the modules in the
> > >> Apache NetBeans Git repo, which together provide the NetBeans Platform
> > >> (i.e., the underlying application framework), as well as all the
> modules
> > >> that provide the Java SE-related features of Apache NetBeans.
> > >>
> > >> In short, Apache NetBeans 9.0 (incubating) is a full IDE for Java SE
> > >> development.
> > >>
> > >> Build artifacts available here:
> > >>
> > >> https://dist.apache.org/repos/dist/dev/incubator/netbeans/in
> > >> cubating-netbeans-java/incubating-9.0-vc2
> > >>
> > >> The specific artifact to be voted on:
> > >>
> > >> https://dist.apache.org/repos/dist/dev/incubator/netbeans/in
> > >> cubating-netbeans-java/incubating-9.0-vc2/incubating-netbean
> > >> s-java-9.0-source.zip
> > >>
> > >> Included in the above are the DEPENDENCIES, DISCLAIMER, LICENSE, and
> > >> NOTICE files, as well as a README file with build instructions, which
> > are
> > >> the same as these:
> > >>
> > >> https://github.com/apache/incubator-netbeans/blob/master/README.md
> > >>
> > >> SHA1: 2a54b34a343fc720c5983d48ef41467163f1a6f0
> > >>
> > >> KEYS file:
> > >>
> > >> https://dist.apache.org/repos/dist/release/incubator/netbeans/KEYS
> > >>
> > >> Apache NetBeans Git Repo tag: 9.0-vc2 :
> > >>
> > >> https://github.com/apache/incubator-netbeans/tree/9.0-vc2
> > >>
> > >> Note: NetBeans license violation checks are managed via the
> > >> rat-exclusions.txt file:
> > >>
> > >> https://github.com/apache/incubator-netbeans/blob/master/
> > >> nbbuild/rat-exclusions.txt
> > >>
> > >> Rat report shows no unknown licenses, except for license files:
> > >>
> > >> https://builds.apache.org/job/incubator-netbeans-release/328
> > >> /artifact/rat-java-temp/nbbuild/build/rat-report.txt
> > >>
> > >> Included as a convenience binary, not relevant for the voting purposes
> > >> (unzip it, run it and you'll see Apache NetBeans):
> > >>
> > >> https://dist.apache.org/repos/dist/dev/incubator/netbeans/in
> > >> cubating-netbeans-java/incubating-9.0-vc2/incubating-netbean
> > >> s-java-9.0-bin.zip
> > >>
> > >> Also included as a convenience binary the NBMs:
> > >>
> > >> https://dist.apache.org/repos/dist/dev/incubator/netbeans/in
> > >> cubating-netbeans-java/incubating-9.0-vc2/nbms
> > >>
> > >> New & Noteworthy features of the 9.0 Release:
> > >>
> > >> https://cwiki.apache.org/confluence/display/NETBEANS/Apache+
> > >> NetBeans+9.0+New+and+Noteworthy
> > >>
> > >> Release specific wiki page:
> > >>
> > >> https://cwiki.apache.org/confluence/display/NETBEANS/Apache+
> > >> NetBeans+9.0+Final+Release
> > >>
> > >> How (and what) to try out the release:
> > >>
> > >> 1. Download the artifact to be voted on and unzip it.
> > >> 2. Verify the cryptographic signatures, the NOTICE and LICENSE file
> > >> 3. Build it using the README provided by the artifact.
> > >> 4. Look in nbbuild/netbeans for the NetBeans installation created by
> the
> > >> build process.
> > >> 5. Run the NetBeans executable and (if you're running on JDK 8) you'll
> > be
> > >> prompted to install nb-javac, after agreeing to its licensing terms,
> and
> > >> (if you're running on JDK 9), you'll be able to use javac directly
> from
> > JDK
> > >> 9 and, optionally, you'll be prompted to install nb-javac, after
> > agreeing
> > >> to its licensing terms.
> > >>
> > >> If the above succeeds, i.e., Apache NetBeans installs and starts up
> vote
> > >> +1 in this thread.
> > >>
> > >> Note that according to http://www.apache.org/legal/re
> > >> lease-policy.html#release-approval :
> > >>
> > >> Before casting +1 binding votes, individuals are REQUIRED to download
> > all
> > >>> signed source code packages onto their own hardware, verify that they
> > >>> meet
> > >>> all requirements of ASF policy on releases as described below,
> validate
> > >>> all
> > >>> cryptographic signatures, compile as provided, and test the result on
> > >>> their
> > >>> own platform.
> > >>>
> > >> Please try out the package, using the instructions above, and vote!
> > >>
> > >> The vote is open for a minimum of 72 hours or until the necessary
> number
> > >> of votes (3 binding +1s) is reached.
> > >>
> > >> [ ] +1 Release this package as Apache NetBeans 9.0 (incubating)
> > >> [ ] 0 I don't feel strongly about it, but I'm okay with the release
> > >> [ ] -1 Do not release this package because...
> > >>
> > >> Please add "(binding)" if your vote is binding, i.e., you are an
> Apache
> > >> NetBeans PPMC member, i.e., your name is on this page:
> > >> http://home.apache.org/committers-by-project.html#netbeans , although
> > >> note the only real binding votes in the incubator are those of the
> IPMC,
> > >> i.e., in the next vote thread, after this one passes.
> > >>
> > >> Emilian Bold
> > >> on behalf of the Apache NetBeans PPMC
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> > >> For additional commands, e-mail: dev-help@netbeans.incubator.
> apache.org
> > >>
> > >> For further information about the NetBeans mailing lists, visit:
> > >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >>
> > >>
> > >>
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> > > For additional commands, e-mail: dev-help@netbeans.incubator.
> apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> > >
> >
> >
> > --
> > Zoran Sevarac, PhD, Assistant Professor
> > Department of Software Engineering
> > University of Belgrade, Faculty of Organisational Sciences
> > <http://www.fon.rs>
> > Neuroph <http://neuroph.sourceforge.net/> founder | Java Champion
> > <https://community.oracle.com/community/java/java-champions> | NetBeans
> > Dream Team <http://wiki.netbeans.org/NetBeansDreamTeam>
> > Homepage: http://www.zoransevarac.com
> >
>



-- 
Zoran Sevarac, PhD, Assistant Professor
Department of Software Engineering
University of Belgrade, Faculty of Organisational Sciences
<http://www.fon.rs>
Neuroph <http://neuroph.sourceforge.net/> founder | Java Champion
<https://community.oracle.com/community/java/java-champions> | NetBeans
Dream Team <http://wiki.netbeans.org/NetBeansDreamTeam>
Homepage: http://www.zoransevarac.com

Reply via email to