I get this blow up:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
java.lang.reflect.InvocationTargetException
        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:483)
        at
sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
        at
sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
Caused by: java.lang.RuntimeException: Class java/util/UUID could not be
instrumented.
        at
org.jacoco.agent.rt.internal_6effb9e.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:138)
        at
org.jacoco.agent.rt.internal_6effb9e.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:99)
        at
org.jacoco.agent.rt.internal_6effb9e.PreMain.createRuntime(PreMain.java:55)
        at
org.jacoco.agent.rt.internal_6effb9e.PreMain.premain(PreMain.java:47)
        ... 6 more
Caused by: java.lang.NoSuchFieldException: $jacocoAccess
        at java.lang.Class.getField(Class.java:1690)
        at
org.jacoco.agent.rt.internal_6effb9e.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:136)
        ... 9 more
FATAL ERROR in native method: processing of -javaagent failed
Exception in thread "main"

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:53.933s
[INFO] Finished at: Wed Apr 30 09:21:32 EDT 2014
[INFO] Final Memory: 43M/532M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on
project commons-math3: failed to get report for
org.apache.maven.plugins:maven-surefire-report-plugin: Failed to execute
goal org.apache.ma
ven.plugins:maven-surefire-plugin:2.17:test (default-test) on project
commons-math3: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked
VM terminated without properly saying goodbye. V
M crash or System.exit called?
[ERROR] Command was cmd.exe /X /C ""C:\Program
Files\Java\jdk1.8.0_20\jre\bin\java"
-javaagent:C:\\Users\\ggregory\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.6.4.201312101107\\org.jacoco.agent-0.6.4.201312101107-runtime.jar=destfile
=C:\\temp\\commons-math3-3.3-src\\target\\jacoco.exec -jar
C:\temp\commons-math3-3.3-src\target\surefire\surefirebooter581041168966694422.jar
C:\temp\commons-math3-3.3-src\target\surefire\surefire7171363731698768087tmp
C:\temp\commons-math3
-3.3-src\target\surefire\surefire_04165695272356663290tmp"
[ERROR] -> [Help 1]

with:

Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17
11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.8.0_20-ea, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_20\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"

Gary



On Tue, Apr 29, 2014 at 4:07 PM, Thomas Neidhart
<thomas.neidh...@gmail.com>wrote:

> Hi all,
>
> I would like to call a vote to release Commons Math 3.3 based on RC1.
>
>  Math 3.3 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/math/
>     (svn revision 5199)
>
>  Maven artifacts are here:
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-1025/org/apache/commons/commons-math3/3.3/
>
>  Details of changes since 3.2 are in the release notes:
>     https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt
>
> http://people.apache.org/builds/commons/math/3.3/RC1/changes-report.html
>
>  The tag is here:
>     https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_3_RC1
>     (svn revision 1591059)
>
>  Site:
>     http://people.apache.org/builds/commons/math/3.3/RC1/
>   (note the apidocs for the 3.3 release will be added with the release)
>
>  Clirr Report (compared to 3.2):
>     http://people.apache.org/builds/commons/math/3.3/RC1/clirr-report.html
>    (note that there are 4 false positives where the signature of a
> method has changed such that the parameter type is now the superclass of
> the previous type)
>
>  RAT Report:
>     http://people.apache.org/builds/commons/math/3.3/RC1/rat-report.html
>
>  Findbugs Report:
>     http://people.apache.org/builds/commons/math/3.3/RC1/findbugs.html
>   (the listed error is a false positive, the relevant line has not
> changed since the last release and the floating point comparison should
> be correct in this case).
>
>   KEYS:
>   http://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote.
> This vote will close no sooner that 72 hours from now, i.e. after 1000
> GMT 02-May 2014.
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Best regards,
>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to