Mytec
Grizzly 2.0 is available on Maven
We started to push Grizzly 2.0 artifacts to the Maven repository [1].
Currently there are two Maven artifacts available: grizzly-framework[2] and grizzly-framework-samples[3]; which contain correspondently Grizzly 2.0 core classes and several samples.
Grizzly 2.0 sources could be retrieved using SVN [4] or online [5].
[1] http://download.java.net/maven/2
[2]
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</artifactId>
<version>2.0.0-SNAPSHOT</version>
[3]
<groupId>org.glassfish.grizzly.samples</groupId>
<artifactId>grizzly-samples</artifactId>
<version>2.0.0-SNAPSHOT</version>
[4] svn checkout https://www.dev.java.net/svn/grizzly/branches/2dot0
[5] https://grizzly.dev.java.net/source/browse/grizzly/branches/2dot0/
Posted at 04:38PM Sep 04, 2008 by oleksiys in Grizzly | Comments[3]
Posted by Jean-Francois Arcand's Blog on September 04, 2008 at 07:09 PM CEST #
Error occurs while building grizzly
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.glassfish.grizzly.FilterChainTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 sec
Running org.glassfish.grizzly.TCPNIOTransportTest
Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.063 sec <<< FAILURE!
Results :
Tests in error:
testSeveralPacketsAsyncReadWriteEcho(org.glassfish.grizzly.TCPNIOTransportTest)
Tests run: 10, Failures: 0, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to D:\Development\grizzly\2dot0\modules\grizzly\target\surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: There are test failures.
Please refer to D:\Development\grizzly\2dot0\modules\grizzly\target\surefire-reports for the individual test results.
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:579)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
$
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
Please refer to D:\Development\grizzly\2dot0\modules\grizzly\target\surefire-reports for the individual test results.
at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:530)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Thu Oct 02 23:11:14 PDT 2008
[INFO] Final Memory: 15M/29M
[INFO] ------------------------------------------------------------------------
Posted by Pramod on October 03, 2008 at 08:21 AM CEST #
the issue was fixed.
Thanks
Posted by oleksiys on December 02, 2008 at 11:06 AM CET #