Calling the exe doesn’t really make sense. Who/why would one do this.
Calling ‘ant tryme’ on the compiled sources is possible, though even there
the question is ‘why’? Agree that this should be clarified in the README.

Gj

On Tue, 14 Nov 2017 at 16:45, Christian Lenz <[email protected]> wrote:

> Thx John, but I couldn’t. I’m on Windows and I only downliaded the bin
> part where we have the Folder netbeans/platform/lib and inside there is the
> exe. When I call one of the exe, I got the FileNotFoundException.
>
> After I downloaded the source AND added the Folder netbeans to nbbuild AND
> calling ‚ant tryme‘ everything was fine. Didn’t try ‚ant‘.
>
>
> Cheers
>
> Chris
>
> Gesendet von Mail für Windows 10
>
> Von: John McDonnell
> Gesendet: Dienstag, 14. November 2017 17:32
> An: [email protected]
> Betreff: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating) -- 2nd
> attempt
>
> @Christian
>
> You can run it, I listed the instructions earlier on in this thread:
>
> From Linux:
> $ cd netbeans/platform/lib/
> $ ./nbexec
>
> Regards
>
> John
>
> On 14 November 2017 at 13:14, Geertjan Wielenga
> <[email protected]> wrote:
> > I think a key point is that the NetBeans Platform isn't really meant to
> be
> > run. It's meant to be built on top of and so running it as-is isn't so
> > useful.
> >
> > However, from the convenience build, I can it from the terminal by going
> to
> > platform/lib and then running ./nbexec.
> >
> > From the sources, after I build them, I can run 'ant tryme'.
> >
> > Gj
> >
> > On Tue, Nov 14, 2017 at 1:11 PM, Christian Lenz <[email protected]>
> > wrote:
> >
> >> Got it, but I had to copy over the netbeans folder from the bin, into
> the
> >> nbbuild Folder, didn’t get that. But now everything is fine.
> >>
> >> +1 again.
> >>
> >> Gesendet von Mail für Windows 10
> >>
> >> Von: Geertjan Wielenga
> >> Gesendet: Dienstag, 14. November 2017 14:09
> >> An: [email protected]
> >> Betreff: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating) --
> 2nd
> >> attempt
> >>
> >> Unzip it and run 'ant tryme' in the root: https://github.com/
> >> apache/incubator-netbeans/pull/265
> >>
> >> Gj
> >>
> >> On Tue, Nov 14, 2017 at 1:04 PM, Geertjan Wielenga <
> >> [email protected]> wrote:
> >>
> >> > No launchers anymore: https://github.com/apache/incubator-netbeans/
> >> > pull/265
> >> >
> >> > Gj
> >> >
> >> > On Tue, Nov 14, 2017 at 1:02 PM, Christian Lenz <
> [email protected]>
> >> > wrote:
> >> >
> >> >> Your words:
> >> >>
> >> >> -------
> >> >> Included as a convenience is a binary, unzip it and run it and you'll
> >> see
> >> >> the NetBeans Platform:
> >> >>
> >> >> https://builds.apache.org/view/Incubator%20Projects/job/incu
> >> >> bator-netbeans-release/79/artifact/dist/netbeans-platform-
> >> >> bin-platform-9.0-alpha.zip
> >> >>
> >> >>
> >> >> So I downloaded the bin and yes it should work, but no. Yes I can
> build
> >> >> it from the source, but the bin should also work which doesn‘t
> >> >>
> >> >>
> >> >> Gesendet von Mail für Windows 10
> >> >>
> >> >> Von: Geertjan Wielenga
> >> >> Gesendet: Dienstag, 14. November 2017 13:59
> >> >> An: [email protected]
> >> >> Betreff: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating) --
> >> 2nd
> >> >> attempt
> >> >>
> >> >> Nope. Without building, no running.
> >> >>
> >> >> Gj
> >> >>
> >> >> On Tue, Nov 14, 2017 at 12:59 PM, Christian Lenz <
> >> [email protected]>
> >> >> wrote:
> >> >>
> >> >> > But the prebuild should also work, or not?
> >> >> >
> >> >> > Gesendet von Mail für Windows 10
> >> >> >
> >> >> > Von: Geertjan Wielenga
> >> >> > Gesendet: Dienstag, 14. November 2017 13:58
> >> >> > An: [email protected]
> >> >> > Betreff: Re: [VOTE] Release Apache NetBeans 9.0 Alpha (incubating)
> --
> >> >> 2nd
> >> >> > attempt
> >> >> >
> >> >> > Build it via ant. Run it via 'ant tryme' in the root directory,
> i.e.,
> >> >> where
> >> >> > you ran ant.
> >> >> >
> >> >> > Gj
> >> >> >
> >> >> > On Tue, Nov 14, 2017 at 12:56 PM, Christian Lenz <
> >> >> [email protected]>
> >> >> > wrote:
> >> >> >
> >> >> > > Have to revise my +1, when I extract it and go to platform/lib
> and
> >> >> call
> >> >> > > nbexec64 from the CLI, I got this exception:
> >> >> > >
> >> >> > > ..\Downloads\netbeans\platform\lib\nbexec64.exe
> >> >> > > java.io.FileNotFoundException: \lock (Zugriff verweigert)
> >> >> > >         at java.io.RandomAccessFile.open0(Native Method)
> >> >> > >         at
> java.io.RandomAccessFile.open(RandomAccessFile.java:316)
> >> >> > >         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:
> >> 243)
> >> >> > >         at
> org.netbeans.CLIHandler.initialize(CLIHandler.java:555)
> >> >> > >         at
> org.netbeans.CLIHandler.initialize(CLIHandler.java:359)
> >> >> > >         at org.netbeans.MainImpl.execute(MainImpl.java:168)
> >> >> > >         at org.netbeans.MainImpl.main(MainImpl.java:60)
> >> >> > >         at org.netbeans.Main.main(Main.java:58)
> >> >> > > Exception in thread "main" java.lang.NullPointerException
> >> >> > >         at
> org.netbeans.CLIHandler.initialize(CLIHandler.java:684)
> >> >> > >         at
> org.netbeans.CLIHandler.initialize(CLIHandler.java:359)
> >> >> > >         at org.netbeans.MainImpl.execute(MainImpl.java:168)
> >> >> > >         at org.netbeans.MainImpl.main(MainImpl.java:60)
> >> >> > >         at org.netbeans.Main.main(Main.java:58)
> >> >> > >
> >> >> > > Same for nbexec.exe
> >> >> > >
> >> >> > > When I call it via admin CLI, I got this message:
> >> >> > >
> >> >> > > nbexec64.exe
> >> >> > > Your user directory (C:\Users\UserName\Downloads\n
> >> >> etbeans\platform\lib)
> >> >> > > cannot reside inside your NetBeans installation directory
> >> >> > > (C:\Users\UserName\Downloads\netbeans).
> >> >> > >
> >> >> > >
> >> >> > > Cheers
> >> >> > >
> >> >> > > Chris
> >> >> > >
> >> >> > >
> >> >> > > Von: Josh Juneau
> >> >> > > Gesendet: Dienstag, 14. November 2017 13:09
> >> >> > > An: [email protected]
> >> >> > > Betreff: Re: [VOTE] Release Apache NetBeans 9.0 Alpha
> (incubating)
> >> --
> >> >> 2nd
> >> >> > > attempt
> >> >> > >
> >> >> > > +1
> >> >> > >
> >> >> > > Josh Juneau
> >> >> > > [email protected]
> >> >> > > http://jj-blogger.blogspot.com
> >> >> > > https://www.apress.com/index.php/author/author/view/id/1866
> >> >> > >
> >> >> > >
> >> >> > > On Mon, Nov 13, 2017 at 4:01 PM, Geertjan Wielenga <
> >> >> > > [email protected]> wrote:
> >> >> > >
> >> >> > > > Hi all,
> >> >> > > >
> >> >> > > > Please vote on releasing Apache NetBeans 9.0 Alpha
> (incubating)!
> >> If
> >> >> > this
> >> >> > > > voting passes, another similar voting will be started on
> >> >> > > > [email protected], and if that passes too, then we
> can
> >> >> > > release
> >> >> > > > this version.
> >> >> > > >
> >> >> > > > Apache NetBeans 9.0 Alpha (incubating) constitutes the modules
> of
> >> >> > Apache
> >> >> > > > NetBeans that provide the application framework of NetBeans,
> that
> >> >> is,
> >> >> > the
> >> >> > > > NetBeans Platform.
> >> >> > > >
> >> >> > > > Build artifacts available here:
> >> >> > > >
> >> >> > > > https://builds.apache.org/view/Incubator%20Projects/job/
> >> >> > > > incubator-netbeans-release/
> >> >> > > >
> >> >> > > > The artifact to be voted on:
> >> >> > > >
> >> >> > > > https://builds.apache.org/view/Incubator%20Projects/job/
> >> >> > > > incubator-netbeans-release/79/artifact/dist/netbeans-
> >> >> > > > platform-source-platform-9.0-alpha.zip
> >> >> > > >
> >> >> > > > MD5: 85891881d48ffd9037ad731594488227
> >> >> > > >
> >> >> > > > Rat report shows no unknown licenses:
> >> >> > > >
> >> >> > > > https://builds.apache.org/view/Incubator%20Projects/job/
> >> >> > > > incubator-netbeans-release/lastSuccessfulBuild/artifact/
> >> >> > > > rat-temp/nbbuild/build/rat-report.txt
> >> >> > > >
> >> >> > > > Included as a convenience is a binary, unzip it and run it and
> >> >> you'll
> >> >> > see
> >> >> > > > the NetBeans Platform:
> >> >> > > >
> >> >> > > > https://builds.apache.org/view/Incubator%20Projects/job/
> >> >> > > > incubator-netbeans-release/79/artifact/dist/netbeans-
> >> >> > > > platform-bin-platform-9.0-alpha.zip
> >> >> > > >
> >> >> > > > MD5: cd73c738a321dd3c55fcfef49429e0e2
> >> >> > > >
> >> >> > > > Included in the above are the DEPENDENCIES, DISCLAIMER,
> LICENSE,
> >> and
> >> >> > > NOTICE
> >> >> > > > files.
> >> >> > > >
> >> >> > > > Notable changes based on comments in the previous vote thread:
> >> >> > > > -no IDE launchers (bin/netbeans), this is only the platform
> >> >> > > > -jsearch.jar (GPLv2-CPE) removed from the binary (and the
> source
> >> >> > > > dependency)
> >> >> > > > -tests enhanced to fail on
> non-optional/non-compile-time/non-CPE
> >> >> GPL
> >> >> > > > dependency
> >> >> > > > -basic readmes on both source and binary builds
> >> >> > > > -for CDDL+GPL dual licensed libraries, changed the licenses to
> >> CDDL
> >> >> > > > -source builds have the cluster.config set to the value used to
> >> >> produce
> >> >> > > the
> >> >> > > > zip, so that there is no need to provide command line
> parameters,
> >> >> i.e.,
> >> >> > > > simply run 'ant'
> >> >> > > >
> >> >> > > > Please try out the package 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 Alpha
> >> >> (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 committer, i.e., your name is on this page:
> >> >> > > > https://wiki.apache.org/incubator/NetBeansProposal
> >> >> > > >
> >> >> > > > Geertjan
> >> >> > > > on behalf of the Apache NetBeans team
> >> >> > > >
> >> >> > >
> >> >> > >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >
> >>
> >>
>
>

Reply via email to