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