I got the following problem when building Jelly via Maven: It looks like Maven beta-6 gets confused when some jars have already been downloaded and generates weird exception(java.net.SocketException) when you re-try the "dist" goal. If, you however clean the repository manually, chances are it will work.
Thanks Hristo --------------------------- C:\java\jelly>maven dist __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-6 C:\java\jelly [ERROR] java.net.SocketException: Unexpected end of file from server [ERROR] at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:8 02) [ERROR] at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:702) [ERROR] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Ht tpURLConnection.java:583) [ERROR] at java.net.HttpURLConnection.getResponseCode(HttpURLConnection. java:238) [ERROR] at org.apache.maven.util.HttpUtils.getFile(HttpUtils.java:201) [ERROR] at org.apache.maven.app.ProjectVerifier.getRemoteFile(ProjectVer ifier.java:528) [ERROR] at org.apache.maven.app.ProjectVerifier.verifyDependencies(Proje ctVerifier.java:483) [ERROR] at org.apache.maven.app.ProjectVerifier.doExecute(ProjectVerifie r.java:357) [ERROR] at org.apache.maven.app.Maven.verifyProject(Maven.java:825) [ERROR] at org.apache.maven.app.App.doMain(App.java:337) [ERROR] at org.apache.maven.app.App.main(App.java:841) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces sorImpl.java:39) [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet hodAccessorImpl.java:25) [ERROR] at java.lang.reflect.Method.invoke(Method.java:324) [ERROR] at com.werken.forehead.Forehead.run(Forehead.java:543) [ERROR] at com.werken.forehead.Forehead.main(Forehead.java:573) Error getting http://www.ibiblio.org/maven/commons-discovery/jars/commons-discov ery-SNAPSHOT.jar to c:\java\maven\repository\commons-discovery\jars\commons-disc overy-SNAPSHOT.jar ------------------------------------------------- W A R N I N G ------------------------------------------------ Failed to download dependent file commons-discovery-SNAPSHOT.jar __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
