You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/03/22 14:56:20 UTC

Build failed in Jenkins: MINA-trunk-jdk1.6-windows » Apache MINA Core 3.0.0-M1-SNAPSHOT #175

See <https://builds.apache.org/job/MINA-trunk-jdk1.6-windows/org.apache.mina$mina-core/175/changes>

Changes:

[elecharny] o The channel is declared in the AbstractIoChannel as a

[elecharny] o Removed some final keyword

[elecharny] o Switched from Channel to SelectableChannel

[elecharny] As the AsbtractIoServer now take a SelectableChannel parameter, fixed

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 3.0.0-M1-SNAPSHOT 3.0.0-M1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] [INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-trunk-jdk1.6-windows\core\target

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ mina-core ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ mina-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\MINA-trunk-jdk1.6-windows\core\src\main\resources
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ mina-core ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ mina-core ---
[INFO] Compiling 73 source files to F:\hudson\hudson-slave\workspace\MINA-trunk-jdk1.6-windows\core\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] \hudson\hudson-slave\workspace\MINA-trunk-jdk1.6-windows\core\src\main\java\org\apache\mina\transport\nio\NioUdpServer.java:[246,31] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.DatagramChannel
[INFO] 1 error
[INFO] -------------------------------------------------------------