Your comments

Hi,
Thank you for your reactivity, in did after chekouting the last version from github the build go smoothlly,but i encontred some kind of issue after lunching the CommunityServerRunner main in intelligIDEA

Error:Abnormal build process termination: Build process started. Classpath: /C:/Program Files/JetBrains/IntelliJ IDEA Community Edition 14.1.3/lib/jps-launcher.jar;C:/Program Files/Java/jdk1.8.0_20/lib/tools.jar;/C:/Program Files/JetBrains/IntelliJ IDEA Community Edition 14.1.3/lib/optimizedFileManager.jar;C:/Program Files/JetBrains/IntelliJ IDEA Community Edition 14.1.3/lib/ecj-4.4.jar
Exception in thread "main" 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 org.jetbrains.jps.cmdline.Launcher.main(Launcher.java:58)
Caused by: java.lang.NoClassDefFoundError: sun/nio/ch/ExtendedSocketOption
at sun.nio.ch.SocketChannelImpl$DefaultOptionsHolder.defaultOptions(SocketChannelImpl.java:240)
at sun.nio.ch.SocketChannelImpl$DefaultOptionsHolder.<clinit>(SocketChannelImpl.java:228)
at sun.nio.ch.SocketChannelImpl.supportedOptions(SocketChannelImpl.java:250)
at sun.nio.ch.SocketChannelImpl.setOption(SocketChannelImpl.java:169)
at sun.nio.ch.SocketAdaptor.setBooleanOption(SocketAdaptor.java:271)
at sun.nio.ch.SocketAdaptor.setTcpNoDelay(SocketAdaptor.java:306)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:132)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:125)
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:119)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:97)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:31)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:77)
at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:50)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:58)


Any help please, have you ever see this kind of probleme in your environement?

Thank you in advence.

Samir