Created
December 19, 2010 14:27
-
-
Save okuryu/747362 to your computer and use it in GitHub Desktop.
Build YUI 3 module error.
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
$ ant -q all | |
[post] Exception in thread "Thread-8" /Users/okuryu/work/builder/componentbuild/shared/macrolib.xml:135: java.net.ConnectException: Connection refused | |
[post] at net.sf.antcontrib.net.PostTask$2.run(PostTask.java:404) | |
[post] Caused by: java.net.ConnectException: Connection refused | |
[post] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
[post] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) | |
[post] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) | |
[post] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) | |
[post] at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1496) | |
[post] at java.security.AccessController.doPrivileged(Native Method) | |
[post] at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1490) | |
[post] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1144) | |
[post] at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379) | |
[post] at net.sf.antcontrib.net.PostTask$2.run(PostTask.java:348) | |
[post] Caused by: java.net.ConnectException: Connection refused | |
[post] at java.net.PlainSocketImpl.socketConnect(Native Method) | |
[post] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) | |
[post] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) | |
[post] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) | |
[post] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432) | |
[post] at java.net.Socket.connect(Socket.java:529) | |
[post] at java.net.Socket.connect(Socket.java:478) | |
[post] at sun.net.NetworkClient.doConnect(NetworkClient.java:163) | |
[post] at sun.net.www.http.HttpClient.openServer(HttpClient.java:394) | |
[post] at sun.net.www.http.HttpClient.openServer(HttpClient.java:529) | |
[post] at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:760) | |
[post] at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:632) | |
[post] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1200) | |
[post] at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(HttpURLConnection.java:2323) | |
[post] at net.sf.antcontrib.net.PostTask$2.run(PostTask.java:333) | |
BUILD FAILED | |
/Users/okuryu/work/builder/componentbuild/shared/targets.xml:99: The following error occurred while executing this line: | |
/Users/okuryu/work/builder/componentbuild/shared/macrolib.xml:146: JSLint failed. To view lint output and continue the build, run ant with -Dlint.failonerror=false. | |
Total time: 2 seconds |
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
$ ant -q -Dlint.failonerror=false all | |
[copy] Warning: /Users/okuryu/work/yui3-gallery/src/gallery-xpath/build_tmp/lang does not exist. | |
BUILD SUCCESSFUL | |
Total time: 2 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment