Created
March 3, 2016 12:16
-
-
Save tombentley/ebedaf0a2f93cd25866b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12:05 tom@feist ~/.../ceylon-sdk master | |
$ ant clean dist ide-quick | |
Buildfile: /home/tom/ceylon/ceylon-sdk/build.xml | |
clean: | |
[delete] Deleting directory /home/tom/ceylon/ceylon-sdk/modules | |
ceylondefs: | |
compile-jvm: | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/buffer/module.ceylon:40: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] native ("jvm") import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/dbc/module.ceylon:93: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/dbc/module.ceylon:95: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] shared import java.jdbc "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/decimal/module.ceylon:15: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/file/module.ceylon:117: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/interop/java/module.ceylon:34: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] shared import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/io/module.ceylon:13: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/io/module.ceylon:14: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.tls "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/math/module.ceylon:40: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/CeylonWebSocketHandler.ceylon:55: error: could not determine type of method or attribute reference: 'receiveSetter' of 'UtWebSocketChannel': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] channel.receiveSetter.set(frameHandler(endpoint, webSocketChannel)); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.ChannelListener.Setter' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/CeylonWebSocketHandler.ceylon:55: error: could not determine type of method or attribute reference: 'receiveSetter' of 'UtWebSocketChannel': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] channel.receiveSetter.set(frameHandler(endpoint, webSocketChannel)); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.ChannelListener.Setter' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/CeylonWebSocketHandler.ceylon:58: error: ambiguous invocation of overloaded method or class: there must be exactly one overloaded declaration of 'safeClose' that accepts the given argument types 'UtWebSocketChannel' | |
[ceylon-compile] safeClose(channel); | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/CeylonWebSocketFragmentedFrameHandler.ceylon:48: error: could not determine type of method or attribute reference: 'data' of 'BufferedBinaryMessage': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] Pooled<ObjectArray<JByteBuffer>> data = bufferedBinaryMessage.data; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.Pooled' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/WebSocketProtocolHandshakeHandler.ceylon:81: error: type of parameter 'streamConnection' of 'handleUpgrade' declared by 'httpUpgradeListener' is different to type of corresponding parameter 'arg0' of refined member 'handleUpgrade' of 'HttpUpgradeListener': type cannot be determined: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] shared actual void handleUpgrade(StreamConnection? streamConnection, HttpServerExchange? httpServerExchange) { | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.StreamConnection' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/WebSocketProtocolHandshakeHandler.ceylon:82: error: could not determine type of method or attribute reference: 'createChannel' of 'Handshake': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] WebSocketChannel channel = handshaker.createChannel(facade, streamConnection, facade.bufferPool); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.StreamConnection' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/WebSocketProtocolHandshakeHandler.ceylon:82: error: parameter type could not be determined: 'arg1' of 'createChannel' in 'Handshake': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] WebSocketChannel channel = handshaker.createChannel(facade, streamConnection, facade.bufferPool); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.StreamConnection' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/WebSocketProtocolHandshakeHandler.ceylon:90: warning: declaration is deprecated: 'setResponseCode' | |
[ceylon-compile] exchange.setResponseCode(404); | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/CeylonWebSocketAbstractFrameHandler.ceylon:35: error: could not determine type of method or attribute reference: 'data' of 'BufferedBinaryMessage': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] Pooled<ObjectArray<JByteBuffer>> data = message.data; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.Pooled' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/CeylonWebSocketAbstractFrameHandler.ceylon:58: error: ambiguous invocation of overloaded method or class: there must be exactly one overloaded declaration of 'safeClose' that accepts the given argument types 'UtWebSocketChannel' | |
[ceylon-compile] safeClose(channel); | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/websocket/CeylonWebSocketFrameHandler.ceylon:38: error: could not determine type of method or attribute reference: 'data' of 'BufferedBinaryMessage': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] Pooled<ObjectArray<JByteBuffer>> data = message.data; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.Pooled' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/DefaultServer.ceylon:93: warning: import is never used: 'ByteBufferPool' | |
[ceylon-compile] ByteBufferPool | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/DefaultServer.ceylon:145: error: parameter type could not be determined: 'arg0' of 'XnioByteBufferPool': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] XnioByteBufferPool(ByteBufferSlicePool(directByteBufferAllocator, 8192, 8192 * 8192)), | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.Pool' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/DefaultServer.ceylon:146: error: parameter type could not be determined: 'arg1' of 'HttpOpenListener': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] omBuilder().set(utBufferPipelinedData,false).map); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.OptionMap' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/DefaultServer.ceylon:146: error: ambiguous invocation of overloaded method or class: there must be exactly one overloaded declaration of 'set' that accepts the given argument types 'unknown, Boolean' | |
[ceylon-compile] omBuilder().set(utBufferPipelinedData,false).map); | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/DefaultServer.ceylon:146: error: could not determine type of function or value reference: 'utBufferPipelinedData': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] omBuilder().set(utBufferPipelinedData,false).map); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.Option' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/DefaultServer.ceylon:167: error: could not determine type of method or attribute reference: 'instance' of 'NioXnioProvider': Error while loading the org.jboss.xnio.nio/3.3.2.Final module: | |
[ceylon-compile] worker = NioXnioProvider().instance.createWorker(workerOptions); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.Xnio' could not be found in module 'org.jboss.xnio.nio' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/DefaultServer.ceylon:167: error: could not determine type of method or attribute reference: 'instance' of 'NioXnioProvider': Error while loading the org.jboss.xnio.nio/3.3.2.Final module: | |
[ceylon-compile] worker = NioXnioProvider().instance.createWorker(workerOptions); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.Xnio' could not be found in module 'org.jboss.xnio.nio' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/DefaultServer.ceylon:172: error: argument must be assignable to parameter 'arg0' of 'clOpenListenerAdapter': 'HttpOpenListener' is not assignable to 'ChannelListener<in ConnectedChannel>?': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] value acceptListener = clOpenListenerAdapter(openListener); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.ChannelListener' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/DefaultServer.ceylon:176: error: argument must be assignable to parameter 'arg1' of 'createStreamConnectionServer' in 'XnioWorker': 'ChannelListener<AcceptingChannel<ConnectedChannel>>' is not assignable to 'ChannelListener<in AcceptingChannel<StreamConnection>>?' | |
[ceylon-compile] acceptListener, serverOptions) | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/ResponseImpl.ceylon:62: error: could not determine type of method or attribute reference: 'responseChannel' of 'HttpServerExchange': Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] else (lazyResponse=exchange.responseChannel); | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.channels.StreamSinkChannel' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/ResponseImpl.ceylon:189: warning: declaration is deprecated: 'responseCode' | |
[ceylon-compile] shared actual Integer responseStatus => exchange.responseCode; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/ResponseImpl.ceylon:190: warning: declaration is deprecated: 'setResponseCode' | |
[ceylon-compile] assign responseStatus => exchange.setResponseCode(responseStatus); | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/internal/RequestImpl.ceylon:240: warning: declaration is deprecated: 'parameters' | |
[ceylon-compile] value params = parameters(name); | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:70: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.channels.ConnectedChannel' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.ChannelListener' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.channels.StreamSourceChannel' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.channels.StreamSinkChannel' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.ChannelListener' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.ChannelListener' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.ChannelListener' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.OptionMap' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.Pool' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:72: error: Error while loading the io.undertow.core/1.3.5.Final module: | |
[ceylon-compile] import io.undertow.core "1.3.5.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.Option' could not be found in module 'io.undertow.core' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/module.ceylon:75: error: Error while loading the org.jboss.xnio.nio/3.3.2.Final module: | |
[ceylon-compile] import org.jboss.xnio.nio "3.3.2.Final"; | |
[ceylon-compile] ^ | |
[ceylon-compile] Declaration 'org.xnio.XnioProvider' could not be found in module 'org.jboss.xnio.nio' or its imported modules but was found in the non-imported module 'org.jboss.xnio.api' | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/numeric/module.ceylon:8: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] native("jvm") import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/process/module.ceylon:59: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/promise/module.ceylon:186: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] native("jvm") import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/regex/module.ceylon:16: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] native("jvm") import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/module.ceylon:120: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] native("jvm") import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/transaction/module.ceylon:120: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] shared import java.jdbc "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/transaction/module.ceylon:121: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import javax.naming "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/transaction/module.ceylon:122: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/transaction/module.ceylon:3: warning: module does not exist: 'ceylon.dbc' | |
[ceylon-compile] [[module ceylon.dbc]]. | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/transaction/module.ceylon:22: warning: package does not exist: 'ceylon.dbc' | |
[ceylon-compile] [[ceylon.dbc::newConnectionFromXADataSource]] to obtain | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/transaction/module.ceylon:22: warning: declaration does not exist: 'newConnectionFromXADataSource' | |
[ceylon-compile] [[ceylon.dbc::newConnectionFromXADataSource]] to obtain | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/unicode/module.ceylon:17: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] shared import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/whole/module.ceylon:12: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] native("jvm") import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/com/redhat/ceylon/war/module.ceylon:8: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods. | |
[ceylon-compile] import java.base "7"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/com/redhat/ceylon/war/module.ceylon:13: error: compiler bug: com.redhat.ceylon.model.typechecker.model.UnknownType cannot be cast to com.redhat.ceylon.model.typechecker.model.Interface at com.redhat.ceylon.compiler.java.codegen.ClassTransformer.satisfaction(ClassTransformer.java:2402) | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/com/redhat/ceylon/war/module.ceylon:13: error: compiler bug: null at com.redhat.ceylon.model.typechecker.model.ModelUtil.withinClassOrInterface(ModelUtil.java:2962) | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/com/redhat/ceylon/war/module.ceylon:13: error: compiler bug: visitor didn't yield any result at com.redhat.ceylon.compiler.java.codegen.ExpressionTransformer.transformExpression(ExpressionTransformer.java:338) | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/com/redhat/ceylon/war/module.ceylon:13: error: compiler bug: visitor didn't yield any result at unknown | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/com/redhat/ceylon/war/module.ceylon:11: error: compiler bug: com.redhat.ceylon.model.typechecker.model.UnknownType cannot be cast to com.redhat.ceylon.model.typechecker.model.Interface at com.redhat.ceylon.compiler.java.codegen.ClassTransformer.satisfaction(ClassTransformer.java:2402) | |
[ceylon-compile] import javax.servlet "3.1.0"; | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/com/redhat/ceylon/war/module.ceylon:12: error: compiler bug: com.redhat.ceylon.model.typechecker.model.UnknownType cannot be cast to com.redhat.ceylon.model.typechecker.model.Interface at com.redhat.ceylon.compiler.java.codegen.ClassTransformer.satisfaction(ClassTransformer.java:2402) | |
[ceylon-compile] } | |
[ceylon-compile] ^ | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/whole/gcd.ceylon:124: error: cannot find symbol | |
[ceylon-compile] if (first.zero) { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Whole | |
[ceylon-compile] location: package ceylon.whole | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/whole/WholeImpl.ceylon:20: error: cannot find symbol | |
[ceylon-compile] new ofWords(Integer sign, Words words, Integer maxSize = -1) { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Words | |
[ceylon-compile] location: package ceylon.whole | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/transaction/TransactionRecoveryManager.ceylon:5: error: cannot find symbol | |
[ceylon-compile] shared interface TransactionRecoveryManager { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TransactionRecoveryManager | |
[ceylon-compile] location: package ceylon.transaction | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class TransactionManager | |
[ceylon-compile] location: package ceylon.transaction | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/transaction/ConcreteTransactionManager.ceylon:263: error: cannot find symbol | |
[ceylon-compile] shared actual Transaction beginTransaction() { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Transaction | |
[ceylon-compile] location: package ceylon.transaction | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class ReadableDuration | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class ReadablePeriod | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/Time.ceylon:53: error: cannot find symbol | |
[ceylon-compile] "Seconds of the minute (0..59)." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Time | |
[ceylon-compile] location: package ceylon.time | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class Range | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class DateTime | |
[ceylon-compile] location: package ceylon.time | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class ReadableInstant | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/Instant.ceylon:7: error: cannot find symbol | |
[ceylon-compile] shared Instant now(Clock? clock = null) { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Clock | |
[ceylon-compile] location: package ceylon.time | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/Instant.ceylon:53: error: cannot find symbol | |
[ceylon-compile] shared DateTime dateTime( TimeZone timeZone = tz.system ) { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TimeZone | |
[ceylon-compile] location: package ceylon.time.timezone | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/Instant.ceylon:59: error: cannot find symbol | |
[ceylon-compile] return GregorianDate( unixTime.fixedFromTime(millisecondsOfEpoch + timeZone.offset(this)) ); | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Date | |
[ceylon-compile] location: package ceylon.time | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/Instant.ceylon:69: error: cannot find symbol | |
[ceylon-compile] return GregorianZonedDateTime(this, timeZone); | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class ZoneDateTime | |
[ceylon-compile] location: package ceylon.time.timezone | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class UnitOfDate | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class Chronology | |
[ceylon-compile] location: package ceylon.time.chronology | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/base/constants.ceylon:17: error: cannot find symbol | |
[ceylon-compile] shared object years satisfies UnitOfYear { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class UnitOfYear | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/base/constants.ceylon:29: error: cannot find symbol | |
[ceylon-compile] shared object months satisfies UnitOfMonth { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class UnitOfMonth | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/base/constants.ceylon:40: error: cannot find symbol | |
[ceylon-compile] shared object days satisfies UnitOfDay { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class UnitOfDay | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/base/constants.ceylon:77: error: cannot find symbol | |
[ceylon-compile] shared object hours satisfies UnitOfHour { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class UnitOfHour | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/base/constants.ceylon:85: error: cannot find symbol | |
[ceylon-compile] shared object minutes satisfies UnitOfMinute { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class UnitOfMinute | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/base/constants.ceylon:95: error: cannot find symbol | |
[ceylon-compile] shared object seconds satisfies UnitOfSecond { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class UnitOfSecond | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/time/base/constants.ceylon:108: error: cannot find symbol | |
[ceylon-compile] shared object milliseconds satisfies UnitOfMillisecond { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class UnitOfMillisecond | |
[ceylon-compile] location: package ceylon.time.base | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class TestVariantProvider | |
[ceylon-compile] location: package ceylon.test.engine.spi | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/engine/spi/TestExecutionContext.ceylon:44: error: cannot find symbol | |
[ceylon-compile] shared new root(TestRunner runner, TestRunResult result, TestExtensionResolver extensionResolver, Boolean async = false) { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TestRunner | |
[ceylon-compile] location: package ceylon.test | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/engine/spi/TestExecutionContext.ceylon:74: error: cannot find symbol | |
[ceylon-compile] shared TestListener fire() | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TestListener | |
[ceylon-compile] location: package ceylon.test | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/engine/spi/TestCondition.ceylon:1: error: cannot find symbol | |
[ceylon-compile] "Represents a contract for annotation, which serves as condition, that has to be | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TestCondition | |
[ceylon-compile] location: package ceylon.test.engine.spi | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class TestExecutor | |
[ceylon-compile] location: package ceylon.test.engine.spi | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class TestInstanceProvider | |
[ceylon-compile] location: package ceylon.test.engine.spi | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class ArgumentListResolver | |
[ceylon-compile] location: package ceylon.test.engine.spi | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/engine/DefaultArgumentListResolver.ceylon:70: error: cannot find symbol | |
[ceylon-compile] return argProvider; | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class ArgumentProvider | |
[ceylon-compile] location: package ceylon.test.engine.spi | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/engine/DefaultArgumentListResolver.ceylon:84: error: cannot find symbol | |
[ceylon-compile] throw Exception("function ``f.qualifiedName`` has multiple ArgumentListProviders: ``argListProviderNames``"); | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class ArgumentListProvider | |
[ceylon-compile] location: package ceylon.test.engine.spi | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/engine/internal/socket.ceylon:16: error: cannot find symbol | |
[ceylon-compile] native("jvm") | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class SocketFacade | |
[ceylon-compile] location: package ceylon.test.engine.internal | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/annotation/annotations.ceylon:24: error: cannot find symbol | |
[ceylon-compile] "Annotation class for [[ceylon.test::testSuite]]" | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TestSuiteAnnotation$annotation$ | |
[ceylon-compile] location: package ceylon.test.annotation | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/annotation/annotations.ceylon:19: error: cannot find symbol | |
[ceylon-compile] "Annotation class for [[ceylon.test::test]]." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TestAnnotation$annotation$ | |
[ceylon-compile] location: package ceylon.test.annotation | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/annotation/annotations.ceylon:31: error: cannot find symbol | |
[ceylon-compile] "Annotation class for [[ceylon.test::testExecutor]]." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TestExecutorAnnotation$annotation$ | |
[ceylon-compile] location: package ceylon.test.annotation | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/annotation/annotations.ceylon:38: error: cannot find symbol | |
[ceylon-compile] "Annotation class for [[ceylon.test::testExtension]]." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TestExtensionAnnotation$annotation$ | |
[ceylon-compile] location: package ceylon.test.annotation | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/annotation/annotations.ceylon:45: error: cannot find symbol | |
[ceylon-compile] "Annotation class for [[ceylon.test::beforeTest]]." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class BeforeTestAnnotation$annotation$ | |
[ceylon-compile] location: package ceylon.test.annotation | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/annotation/annotations.ceylon:50: error: cannot find symbol | |
[ceylon-compile] "Annotation class for [[ceylon.test::afterTest]]." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class AfterTestAnnotation$annotation$ | |
[ceylon-compile] location: package ceylon.test.annotation | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/annotation/annotations.ceylon:55: error: cannot find symbol | |
[ceylon-compile] "Annotation class for [[ceylon.test::ignore]]." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class IgnoreAnnotation$annotation$ | |
[ceylon-compile] location: package ceylon.test.annotation | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/annotation/annotations.ceylon:66: error: cannot find symbol | |
[ceylon-compile] "Annotation class for [[ceylon.test::tag]]." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class TagAnnotation$annotation$ | |
[ceylon-compile] location: package ceylon.test.annotation | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/annotation/annotations.ceylon:73: error: cannot find symbol | |
[ceylon-compile] "Annotation class for [[ceylon.test::parameters]]." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class ParametersAnnotation$annotation$ | |
[ceylon-compile] location: package ceylon.test.annotation | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/reporter/HtmlReporter.ceylon:66: error: cannot find symbol | |
[ceylon-compile] fw.write("</head>"); | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class HtmlReporter$FileWriter | |
[ceylon-compile] location: package ceylon.test.reporter | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/reporter/HtmlReporter.ceylon:75: error: cannot find symbol | |
[ceylon-compile] fw.write("</style>"); | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class HtmlReporter$FileWriter | |
[ceylon-compile] location: package ceylon.test.reporter | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/reporter/HtmlReporter.ceylon:79: error: cannot find symbol | |
[ceylon-compile] if( result.isSuccess ) { | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class HtmlReporter$FileWriter | |
[ceylon-compile] location: package ceylon.test.reporter | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/reporter/HtmlReporter.ceylon:87: error: cannot find symbol | |
[ceylon-compile] fw.write(" | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class HtmlReporter$FileWriter | |
[ceylon-compile] location: package ceylon.test.reporter | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/reporter/HtmlReporter.ceylon:146: error: cannot find symbol | |
[ceylon-compile] fw.write(" | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class HtmlReporter$FileWriter | |
[ceylon-compile] location: package ceylon.test.reporter | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/reporter/HtmlReporter.ceylon:210: error: cannot find symbol | |
[ceylon-compile] fw.write(operatingSystem.newline); | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class HtmlReporter$FileWriter | |
[ceylon-compile] location: package ceylon.test.reporter | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/reporter/HtmlReporter.ceylon:214: error: cannot find symbol | |
[ceylon-compile] fw.write( | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class HtmlReporter$FileWriter | |
[ceylon-compile] location: package ceylon.test.reporter | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/test/reporter/HtmlReporter.ceylon:314: error: cannot find symbol | |
[ceylon-compile] native("jvm") | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class HtmlReporter$FileWriter | |
[ceylon-compile] location: package ceylon.test.reporter | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/random/Random.ceylon:1: error: cannot find symbol | |
[ceylon-compile] "An interface for random number generators. Satisfying classes must implement | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Random | |
[ceylon-compile] location: package ceylon.random | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/random/stream.ceylon:1: error: cannot find symbol | |
[ceylon-compile] "Produces the [[stream|ceylon.language::Iterable]] that results from repeated | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class InfiniteStream | |
[ceylon-compile] location: package ceylon.random | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class Completable | |
[ceylon-compile] location: package ceylon.promise | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/promise/Deferred.ceylon:14: error: cannot find symbol | |
[ceylon-compile] shared class Deferred<Value>(context = globalExecutionContext) | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class ExecutionContext | |
[ceylon-compile] location: package ceylon.promise | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class Completion | |
[ceylon-compile] location: package ceylon.promise | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/promise/addGlobalExecutionListener.ceylon:36: error: cannot find symbol | |
[ceylon-compile] return remove; | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class ExecutionListener | |
[ceylon-compile] location: package ceylon.promise | |
[ceylon-compile] error: cannot find symbol | |
[ceylon-compile] symbol: class Process | |
[ceylon-compile] location: package ceylon.process | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/process/internal/ConcreteProcess.ceylon:27: error: cannot find symbol | |
[ceylon-compile] Input? inputOrNone, | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Input | |
[ceylon-compile] location: package ceylon.process | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/process/internal/ConcreteProcess.ceylon:28: error: cannot find symbol | |
[ceylon-compile] Output? outputOrNone, | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Output | |
[ceylon-compile] location: package ceylon.process | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/process/internal/ConcreteProcess.ceylon:29: error: cannot find symbol | |
[ceylon-compile] Error? errorOrNone, | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Error | |
[ceylon-compile] location: package ceylon.process | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/client/Request.ceylon:36: error: cannot find symbol | |
[ceylon-compile] data = null, | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Method | |
[ceylon-compile] location: package ceylon.net.http | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/Server.ceylon:11: error: cannot find symbol | |
[ceylon-compile] "A HTTP server." | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Server | |
[ceylon-compile] location: package ceylon.net.http.server | |
[ceylon-compile] /home/tom/ceylon/ceylon-sdk/source/ceylon/net/http/server/Request.ceylon:8: error: cannot find symbol | |
[ceylon-compile] "Defines an object to provide client request information | |
[ceylon-compile] ^ | |
[ceylon-compile] symbol: class Request | |
[ceylon-compile] location: package ceylon.net.http.server | |
[ceylon-compile] Note: Created module ceylon.whole/1.2.2 | |
[ceylon-compile] Note: Created module ceylon.test/1.2.2 | |
[ceylon-compile] Note: Created module ceylon.locale/1.2.2 | |
[ceylon-compile] ceylon compile: There were 100 errors | |
BUILD FAILED | |
/home/tom/ceylon/ceylon-sdk/build.xml:188: While executing command | |
/home/tom/ceylon/ceylon-sdk/../ceylon/dist/dist/bin/ceylon | |
--cwd=/home/tom/ceylon/ceylon-sdk | |
--define=ant.file.type.Ceylon SDK=file | |
--define=ant.file.type=file | |
--define=ant.file=/home/tom/ceylon/ceylon-sdk/build.xml | |
--define=ant.file.Ceylon SDK=/home/tom/ceylon/ceylon-sdk/build.xml | |
--define=ant.project.name=Ceylon SDK | |
--define=ant.project.default-target=test | |
--define=ant.project.invoked-targets=clean,dist,ide-quick | |
compile | |
--out | |
/home/tom/ceylon/ceylon-sdk/modules | |
--encoding | |
UTF-8 | |
--source | |
/home/tom/ceylon/ceylon-sdk/source | |
--resource | |
/home/tom/ceylon/ceylon-sdk/resource | |
--pack200 | |
ceylon.buffer | |
ceylon.collection | |
ceylon.dbc | |
ceylon.decimal | |
ceylon.file | |
ceylon.html | |
ceylon.interop.java | |
ceylon.io | |
ceylon.json | |
ceylon.locale | |
ceylon.logging | |
ceylon.math | |
ceylon.net | |
ceylon.numeric | |
ceylon.process | |
ceylon.promise | |
ceylon.random | |
ceylon.regex | |
ceylon.test | |
ceylon.time | |
ceylon.transaction | |
ceylon.unicode | |
ceylon.whole | |
com.redhat.ceylon.war | |
Compile failed; see the compiler error output for details. | |
Total time: 32 seconds | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment