You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Mondain <mo...@gmail.com> on 2015/11/06 17:08:45 UTC

Building Mina 2.0.10-SNAPSHOT

I'm unable to build the latest snapshot for the 2.0 branch today, the build
"hangs" with this last line on the console:

Running org.apache.mina.example.echoserver.ConnectorTest

I've tried with and without "-Pserial"; ex. mvn clean install -Pserial
If anyone has any idea why this happens, please reply; in the interim, I'll
just kip the tests (which is not ideal).

Environment:
Ubuntu 14.04 x64
Java 1.8.0_66 (64-bit)
Maven 3.2.1

Regards,
Paul

Re: Building Mina 2.0.10-SNAPSHOT

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 06/11/15 17:08, Mondain a écrit :
> I'm unable to build the latest snapshot for the 2.0 branch today, the build
> "hangs" with this last line on the console:
>
> Running org.apache.mina.example.echoserver.ConnectorTest
>
> I've tried with and without "-Pserial"; ex. mvn clean install -Pserial
> If anyone has any idea why this happens, please reply; in the interim, I'll
> just kip the tests (which is not ideal).

Just tested it on my env, works like a charm :

...
[INFO] Reactor Summary:
[INFO]
[INFO] Apache MINA ........................................ SUCCESS [ 
1.680 s]
[INFO] Apache MINA Legal .................................. SUCCESS [ 
2.118 s]
[INFO] Apache MINA Core ................................... SUCCESS
[01:28 min]
[INFO] Apache MINA APR Transport .......................... SUCCESS [ 
0.736 s]
[INFO] Apache MINA Compression Filter ..................... SUCCESS [ 
0.982 s]
[INFO] Apache MINA State Machine .......................... SUCCESS [ 
1.847 s]
[INFO] Apache MINA JavaBeans Integration .................. SUCCESS [ 
1.305 s]
[INFO] Apache MINA XBean Integration ...................... SUCCESS [ 
2.082 s]
[INFO] Apache MINA OGNL Integration ....................... SUCCESS [ 
0.588 s]
[INFO] Apache MINA JMX Integration ........................ SUCCESS [ 
0.667 s]
[INFO] Apache MINA Examples ............................... SUCCESS [ 
4.225 s]
[INFO] Apache MINA HTTP client and server codec ........... SUCCESS [ 
1.008 s]
[INFO] Apache MINA Serial Communication support ........... SUCCESS [ 
0.524 s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 01:47 min
[INFO] Finished at: 2015-11-06T17:34:27+01:00
[INFO] Final Memory: 46M/247M
[INFO]
------------------------------------------------------------------------
localhost:mina-2.0 elecharny$ mvn --version
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=256M; support was removed in 8.0
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T18:29:23+01:00)
Maven home: /opt/apache-maven-3.2.5
Java version: 1.8.0_60, vendor: Oracle Corporation
Java home:
/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"

Let me try that on an Ubuntu VM