Re: Windows nightlies

2019-07-12 Thread Laszlo Kishalmi

Use the binaries built on linux!

Well I know it is strange, but we build the windows binaries (exe-s) on 
Linux (with mingw) from the source. On Windows they are using the 9.0 
version (AFAIK). We had a number of fixes since that.


On 7/12/19 7:57 AM, Jake Ochs wrote:

I see the Linux nightly binaries are available as binaries from Jenkins. How 
can I get the Windows nightly binaries?



-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: [URGENT] Java EE 8 support fixes / beta4?

2019-07-12 Thread Josh Juneau
+1, that is a great idea to have Travis fail sooner.

On Fri, Jul 12, 2019 at 12:15 PM Neil C Smith  wrote:

> On Fri, 12 Jul 2019 at 18:05, Neil C Smith  wrote:
> > One thing from this that might be good to look at in future is having
> > our Travis tests fail fast.
>
> Maybe a "|| travis_terminate 1" on a few things like rat?
>
>
> https://medium.com/@manjula.cse/how-to-stop-the-execution-of-travis-pipeline-if-script-exits-with-an-error-f0e5a43206bf
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
> --
Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau



Re: [URGENT] Java EE 8 support fixes / beta4?

2019-07-12 Thread Neil C Smith
On Fri, 12 Jul 2019 at 18:05, Neil C Smith  wrote:
> One thing from this that might be good to look at in future is having
> our Travis tests fail fast.

Maybe a "|| travis_terminate 1" on a few things like rat?

https://medium.com/@manjula.cse/how-to-stop-the-execution-of-travis-pipeline-if-script-exits-with-an-error-f0e5a43206bf

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: [URGENT] Java EE 8 support fixes / beta4?

2019-07-12 Thread Josh Juneau
Thanks Neil for your patience with the PR.  Took a few tries and lots of
time...I appreciate it.

Best wishes

On Fri, Jul 12, 2019 at 11:43 AM Neil C Smith  wrote:

> On Fri, 12 Jul 2019 at 16:31, Geertjan Wielenga 
> wrote:
> >
> > Thanks for your resilience and calm control of everything. :-)
>
> There is a famous phrase about a swan! ;-)
>
> After a couple more failed attempts, we got all green lights, and it's
> merged to master.  Assuming the PR to release branch also goes green
> I'll merge and do beta4 at some point tomorrow now.
>
> Thanks and best wishes,
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
> --
Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau



Re: [URGENT] Java EE 8 support fixes / beta4?

2019-07-12 Thread Neil C Smith
On Fri, 12 Jul 2019 at 16:31, Geertjan Wielenga  wrote:
>
> Thanks for your resilience and calm control of everything. :-)

There is a famous phrase about a swan! ;-)

After a couple more failed attempts, we got all green lights, and it's
merged to master.  Assuming the PR to release branch also goes green
I'll merge and do beta4 at some point tomorrow now.

Thanks and best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: [URGENT] Java EE 8 support fixes / beta4?

2019-07-12 Thread Neil C Smith
On Fri, 12 Jul 2019 at 16:05, Alessandro  wrote:
>
> Hi Neil,
>   could the reason be this instead:
>
> BUILD FAILED
> /home/travis/build/apache/netbeans/scratch/nbbuild/build.xml:2167:
> Failed Rat test(s):
> Unapproved license in 1 file(s)
> https://github.com/apache/netbeans/tree/master/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_4_0.mdd
>
> At the top of Travis log?
> Just guessing honestly.
>

Thanks!  Josh is working on a fix for that.  Fingers X'd.  Think we
can stand down the cavalry, for now. :-)

I have read through so many Travis logs in the last few weeks ...

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: [URGENT] Java EE 8 support fixes / beta4?

2019-07-12 Thread Alessandro
Hi Neil,
  could the reason be this instead:

BUILD FAILED
/home/travis/build/apache/netbeans/scratch/nbbuild/build.xml:2167:
Failed Rat test(s):
Unapproved license in 1 file(s)
https://github.com/apache/netbeans/tree/master/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_4_0.mdd

At the top of Travis log?
Just guessing honestly.

Hope this helps.

Greets,
Alex

Il giorno ven 12 lug 2019 alle ore 16:40 Neil C Smith 
ha scritto:

> Hi,
>
> Josh and I could do with someone having a quick look at why the Travis
> test on https://github.com/apache/netbeans/pull/1375 is failing?  It's
> been retriggered a couple of times so it's not a one-off glitch.
>
> It says it's failing on ant verify-libs-and-licenses.  Neither of us
> can replicate that locally.
>
> So, we either do beta4 (and therefore release) without this fix, or
> delay the beta, get a fresh pair of eyes on this, and hopefully
> include it.  I'm going with the latter for now, which means beta4
> won't be today.
>
> Full Travis message below.
>
> Thanks, Neil
>
> travis_time:start:204f886a
>  [0K$ if [ "x$LICENSE" == "xtrue" ]; then ant -quiet
> verify-libs-and-licenses
> -Dverify-libs-and-licenses.haltonfailure=true; fi
>  [echo] Bootstrapping NetBeans-specific Ant extensions...
>  [echo] Downloading external binaries (*/external/ directories)
> for cluster.config=release...
>
> BUILD FAILED
> /home/travis/build/apache/netbeans/nbbuild/build.xml:1584: Failed
> VerifyLibsAndLicenses test(s):
> Some binaries were found outside of /external/ directories
> (edit nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binaries as
> needed)
> scratch/nb/ide.launcher/external/launchers-10.0.zip
> scratch/nbbuild/installer/jnlp/external/jnlp-definitions-7.0.jar
>
> scratch/nbbuild/installer/jnlp/external/webstart-jnlp-servlet-1.0-beta-7.jar
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


[URGENT] Java EE 8 support fixes / beta4?

2019-07-12 Thread Neil C Smith
Hi,

Josh and I could do with someone having a quick look at why the Travis
test on https://github.com/apache/netbeans/pull/1375 is failing?  It's
been retriggered a couple of times so it's not a one-off glitch.

It says it's failing on ant verify-libs-and-licenses.  Neither of us
can replicate that locally.

So, we either do beta4 (and therefore release) without this fix, or
delay the beta, get a fresh pair of eyes on this, and hopefully
include it.  I'm going with the latter for now, which means beta4
won't be today.

Full Travis message below.

Thanks, Neil

travis_time:start:204f886a
 [0K$ if [ "x$LICENSE" == "xtrue" ]; then ant -quiet
verify-libs-and-licenses
-Dverify-libs-and-licenses.haltonfailure=true; fi
 [echo] Bootstrapping NetBeans-specific Ant extensions...
 [echo] Downloading external binaries (*/external/ directories)
for cluster.config=release...

BUILD FAILED
/home/travis/build/apache/netbeans/nbbuild/build.xml:1584: Failed
VerifyLibsAndLicenses test(s):
Some binaries were found outside of /external/ directories
(edit nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binaries as
needed)
scratch/nb/ide.launcher/external/launchers-10.0.zip
scratch/nbbuild/installer/jnlp/external/jnlp-definitions-7.0.jar
scratch/nbbuild/installer/jnlp/external/webstart-jnlp-servlet-1.0-beta-7.jar

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





NetBeans fails to validate web.xml - bug or missing feature?

2019-07-12 Thread Shammat
NetBeans 11.1-vc1 fails to alidate a valid web.xml

When I open my web.xml from my project and click on the "Validate XML" button 
(the two down arrows), it shows the following error message:

XML validation started.
Checking file:/C:/**/src/main/webapp/WEB-INF/web.xml...
schema_reference.4: Failed to read schema document 
'nbres:/org/netbeans/modules/j2ee/ddloaders/catalog/resources/web-app_2_4.xsd', 
because 1) could not find the document; 2) the document could not be read; 3) 
the root element of the document is not . [2]
cvc-elt.1.a: Cannot find the declaration of element 'web-app'. [2]

However, the file "web-app_2_4.xsd" is contained in several jar files.

It is contained in "org-netbeans-modules-j2ee-dd.jar", but inside that jar file 
it's in the package/directory:

   org/netbeans/modules/j2ee/dd/impl/resources

rather than "org/netbeans/modules/j2ee/ddloaders/catalog/resources" where the 
editor seems to expect it.

And it's also part of servlet3.1-jsp2.3-api.jar, but there it's in the 
package/directory "resources/schemas"

Thomas

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: Where do "Third Party Libraries" point to?

2019-07-12 Thread Neil C Smith
On Fri, 12 Jul 2019 at 13:38, Emilian Bold  wrote:
> The URLs for the other update centers are normal URLs that an user can
> download and look what the XML contains.
>
> The "Third Party Libraries" update center seems more special as it has
> the URL 
> nbresloc:/org/netbeans/modules/updatecenters/resources/3rdparty-catalog.xml
> . Clicking it does nothing and obviously it doesn't work outside
> NetBeans. Seems very opaque.

Check out -

https://github.com/apache/netbeans/pull/917
https://github.com/apache/netbeans/pull/1159

for a bit of background.

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Where do "Third Party Libraries" point to?

2019-07-12 Thread Emilian Bold
Hello,

The URLs for the other update centers are normal URLs that an user can
download and look what the XML contains.

The "Third Party Libraries" update center seems more special as it has
the URL 
nbresloc:/org/netbeans/modules/updatecenters/resources/3rdparty-catalog.xml
. Clicking it does nothing and obviously it doesn't work outside
NetBeans. Seems very opaque.

We used to have an internal web browser which I *think* might have
been able to open such an URL, being internal, but I don't see how to
open it anymore.

--emi

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Why does NetBeans still have to download post-install the Oracle JSParser?

2019-07-12 Thread Emilian Bold
Hello,

Last I looked into this the Oracle JSParser was under a BSD license so
the only problem was the nobody is re-packaging it as a proper JAR we
can use. Has this changed recently?

It seems like a bad experience that for both Jave SE and Java EE (and
JS/PHP actually) you have to wait for a 3rd party NBM to download
before using NetBeans.

--emi

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: [CANCELLED] [VOTE] Release Apache NetBeans 11.1 [vote candidate 1]

2019-07-12 Thread Josh Juneau
I am working on the repaired PR now...will be in touch soon.  Thanks

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

> On Jul 12, 2019, at 5:09 AM, Neil C Smith  wrote:
> 
> On Fri, 12 Jul 2019 at 10:26, Geertjan Wielenga  wrote:
>> 
>> Excellent, great, thank you!
>> 
> 
> Just waiting to hear if Josh can look at fixing the J2EE PR.  Have
> opened a sync PR to the release branch.  Let me know if anything else
> looks missing.
> 
> https://github.com/apache/netbeans/pull/1374
> 
> As an aside, the experiment with syncing via PR does seem to be useful
> for tracking changes and triggering Travis checks.  Something to add
> into the wiki notes on releases if we decide to stick with the master
> freeze plan in future.
> 
> Thanks,
> 
> Neil
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
> 
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> 
> 
> 


Re: [CANCELLED] [VOTE] Release Apache NetBeans 11.1 [vote candidate 1]

2019-07-12 Thread Neil C Smith
On Fri, 12 Jul 2019 at 11:32, Geertjan Wielenga  wrote:
>
> I think the following should go in to beta-4:
>
> - Gaurav's fix for the Payara Micro issue that triggered the need for beta-4
> - Laszlo's license fixes
> - Josh's PR, if he can get to it in time,
> - Toni's PR about the DukeScript suppoprt and JDK 11
>
> That's all, I think.

Plus fix to NOTICES date.  Thanks.  Yes, all in there except for Josh's, so far.

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: [CANCELLED] [VOTE] Release Apache NetBeans 11.1 [vote candidate 1]

2019-07-12 Thread Geertjan Wielenga
I think the following should go in to beta-4:

- Gaurav's fix for the Payara Micro issue that triggered the need for beta-4
- Laszlo's license fixes
- Josh's PR, if he can get to it in time,
- Toni's PR about the DukeScript suppoprt and JDK 11

That's all, I think.

Gj

On Fri, Jul 12, 2019 at 12:09 PM Neil C Smith  wrote:

> On Fri, 12 Jul 2019 at 10:26, Geertjan Wielenga 
> wrote:
> >
> > Excellent, great, thank you!
> >
>
> Just waiting to hear if Josh can look at fixing the J2EE PR.  Have
> opened a sync PR to the release branch.  Let me know if anything else
> looks missing.
>
> https://github.com/apache/netbeans/pull/1374
>
> As an aside, the experiment with syncing via PR does seem to be useful
> for tracking changes and triggering Travis checks.  Something to add
> into the wiki notes on releases if we decide to stick with the master
> freeze plan in future.
>
> Thanks,
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: Java EE 8 Support Repairs - Enhancements to repair [NETBEANS-2800]

2019-07-12 Thread Neil C Smith
Hi,

Copied from PR ...

On Thu, 11 Jul 2019 at 22:35, Josh Juneau  wrote:
> Thanks Neil!  I’ll submit the PR tonight.  I appreciate it.

Unfortunately this PR is broken.  I've tried manually creating a patch
based on your last commit and it also fails to build with the same
error as in Travis

```
... netbeans/enterprise/j2ee.dd/build.xml:341: Replace: source file
...netbeans/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/web/model_4_0_frag/WebFragment.java
doesn't exist
```

It looks like the .gitignore file at
https://github.com/apache/netbeans/blob/master/enterprise/j2ee.dd/.gitignore
needs updating for the newly generated files too.

I think you're going to have to reset your fork (or delete and create
a new fork), keep master clean and in sync, apply these changes in a
PR-specific branch, check it builds, and resubmit the PR.

Let me know if that's feasible today and I'll hold off beta4 build.  Thanks!

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: Is this design weird

2019-07-12 Thread Peter Cheung
Thanks Jan

From: Jan Lahoda 
Sent: Friday, July 12, 2019 3:48 AM
To: dev@netbeans.apache.org
Subject: Re: Is this design weird

FWIW:
https://github.com/apache/netbeans/pull/1369

Jan

On Thu, Jul 11, 2019 at 1:26 PM Christian Lenz 
wrote:

> FYI: https://issues.apache.org/jira/browse/NETBEANS-2343
>
>
> Cheers
>
> Chris
>
>
>
> Von: Peter Cheung
> Gesendet: Donnerstag, 11. Juli 2019 13:13
> An: dev
> Betreff: Re: Is this design weird
>
> is my subject misleading? being offence? or?
>
>
> Thanks
> From Peter
> 
> From: Geertjan Wielenga 
> Sent: Thursday, July 11, 2019 6:42 PM
> To: dev
> Subject: Re: Is this design weird
>
> Sorry, you're going to have to think harder about the subject lines of your
> e-mails. This is not good.
>
> Gj
>
> On Thu, Jul 11, 2019 at 12:37 PM Peter Cheung 
> wrote:
>
> > Hi
> >In mac, when i mouse over any word in editor and press "command" key,
> > even the word in comment, it will show highlight that word and show the
> > "click" cursor, but that word doesn't have "go to source" destination. So
> > even i click on it, it has no effect. If no effect, it shouldn't
> highlight
> > it and change the mouse cursor.
> >
> > Is it a weird design?
> >
> >
> > Thanks
> > From Peter
> >
>
>


Re: [CANCELLED] [VOTE] Release Apache NetBeans 11.1 [vote candidate 1]

2019-07-12 Thread Geertjan Wielenga
Excellent, great, thank you!

Gj

On Fri, Jul 12, 2019 at 10:19 AM Neil C Smith  wrote:

> Hi,
>
> So, unfortunately a critical issue was picked up in NB 11.1-vc1, and
> voting on that has had to be cancelled.  See
> https://issues.apache.org/jira/browse/NETBEANS-2824  Despite
> downgrading to Critical because there is a (horrible) workaround,
> there's no way we should release NB 11.1 with it in.
>
> I'm now going to merge the fix for this issue, and a few other major
> issue fixes that are now available, and do a beta4 build for testing.
> Once that's ready, please test it to the max and report back (both all
> OK or any other issues).  Assuming no further problems, I'll look to
> do a second voting candidate and vote early next week.  All being
> well, we should be in a position to release towards end of next week.
>
> If you're wondering why beta4 and the difference between beta and vc -
> I changed the naming, but not the process, from NB 11.0 so that only
> builds that can be voted on for release are suffixed with -vc.  The
> betas are much quicker to create because they are not signed and are
> linked directly off of the build server rather than committed via svn
> to Apache dist - but we can't vote on or release them in that state.
>
> In an ideal world, we will only have one vote and -vc per release to
> sanity check Apache release requirements, and all critical/blocking
> functionality or policy issues will be picked up in a beta.  All being
> well, NB 11.1 will be released off of the same git commit as beta4.
>
> Thanks everyone for all your work on testing and fixing!
>
> Best wishes,
>
> Neil
> Volunteer Release Manager for Apache NetBeans 11.1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


[CANCELLED] [VOTE] Release Apache NetBeans 11.1 [vote candidate 1]

2019-07-12 Thread Neil C Smith
Hi,

So, unfortunately a critical issue was picked up in NB 11.1-vc1, and
voting on that has had to be cancelled.  See
https://issues.apache.org/jira/browse/NETBEANS-2824  Despite
downgrading to Critical because there is a (horrible) workaround,
there's no way we should release NB 11.1 with it in.

I'm now going to merge the fix for this issue, and a few other major
issue fixes that are now available, and do a beta4 build for testing.
Once that's ready, please test it to the max and report back (both all
OK or any other issues).  Assuming no further problems, I'll look to
do a second voting candidate and vote early next week.  All being
well, we should be in a position to release towards end of next week.

If you're wondering why beta4 and the difference between beta and vc -
I changed the naming, but not the process, from NB 11.0 so that only
builds that can be voted on for release are suffixed with -vc.  The
betas are much quicker to create because they are not signed and are
linked directly off of the build server rather than committed via svn
to Apache dist - but we can't vote on or release them in that state.

In an ideal world, we will only have one vote and -vc per release to
sanity check Apache release requirements, and all critical/blocking
functionality or policy issues will be picked up in a beta.  All being
well, NB 11.1 will be released off of the same git commit as beta4.

Thanks everyone for all your work on testing and fixing!

Best wishes,

Neil
Volunteer Release Manager for Apache NetBeans 11.1

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: [VOTE] Release Apache NetBeans 11.1 [vote candidate 1]

2019-07-12 Thread Neil C Smith
On Fri, 12 Jul 2019 at 07:52, Alessandro  wrote:
> Neil explained that the NOTICE file in the zip is generated by an Ant task
> that takes nbbuild/notice-stub.txt as a header, the NOTICE file in the root
> of the repo is not going to be distributed.
> Maybe it would be better to delete it?

No, it has a different purpose - we should still have something in the
repository itself.  There is an argument for it being the same as in
the source bundle for every cluster though, so it covers the state of
the repository as a whole.

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: [VOTE] Release Apache NetBeans 11.1 [vote candidate 1]

2019-07-12 Thread Alessandro
Hi Laszlo,
  I already reported the NOTICE inconsistency.

Neil explained that the NOTICE file in the zip is generated by an Ant task
that takes nbbuild/notice-stub.txt as a header, the NOTICE file in the root
of the repo is not going to be distributed.
Maybe it would be better to delete it?

Greets,
Alex

Il giorno ven 12 lug 2019 alle ore 00:54 Laszlo Kishalmi <
laszlo.kisha...@gmail.com> ha scritto:

> Here is it: https://github.com/apache/netbeans/pull/1370
>
> As of the date in the NOTICE file, we need to check the build as both on
> master and on release111 the NOTICE file is different than the one ended
> up in the zip and both has the correct year: 2019.
>