Downloaded and attempted to execute mvn...

Failed with...

Running TestSuite
Configuring TestNG with: TestNG652Configurator
java.lang.Exception: Error
at
org.netbeans.html.json.impl.OnReceiveTest.performErrorJSONCallNoHandling(OnReceiveTest.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:715)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:907)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1237)
at
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:51)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:85)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1197)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1122)
at org.testng.TestNG.run(TestNG.java:1030)
at
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:77)
at
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:189)
at
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:105)
at
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:158)
at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)

This is on macOS 10.13

On Sun, Oct 8, 2017 at 7:41 AM, Jaroslav Tulach <jaroslav.tul...@oracle.com>
wrote:

> Hi guys,
> I've set a Jenkins job up which can prepare a release bits of HTML/Java API
> and gives instructions how to build the ZIP file and test it:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-html4j-release/
>
> after a bit of configuration struggling the [build #16](https://
> builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-html4j-
> release/16/) seems to deliver releasable ZIP file:
>
> https://builds.apache.org/view/Incubator%20Projects/job/
> incubator-netbeans-html4j-release/16/artifact/
> incubating-netbeans-html4j-1.5.zip
>
> It's md5sum is a45bda33200c208d0d837b0746a7dcce.
>
> I've done the basic testing on Linux, as well as I tried to use the version
> 1.5 in Bck2Brwsr VM (works fine) and TeaVM which needed a [bit of patching]
> (https://github.com/konsoletyper/teavm/pull/304). In any case the
> HTML/Java
> API seems releasable from my point of view.
>
> This is the first attempt to perform Apache release of NetBeans HTML/Java
> API.
> As such there are almost no new features. Mostly just licensing changes,
> bugfixes and other little tweaks. See Javadoc section about post 1.4
> release
> improvements:
>
> https://builds.apache.org/job/incubator-netbeans-html4j-linux/javadoc/
>
> Please take the ZIP file for a spin and vote to approve the release
> and to request the approval of the Incubator PMC to publish it on
> our site.
>
> Everyone is encouraged to vote, including non-committers.
>
> This vote shall close in the usual 72 hours.
> -jt
>
> PS: I am keeping my fingers crossed, hoping things go well.
>
>

Reply via email to