On 2011-03-01, Ludmila Shikhvarg wrote: > Here is my output after build mvnrepo ($ ant jar):
... > INFO: Starting the HTTP client > 2011-02-28 04:31:54.311::INFO: jetty-6.1.5 > 2011-02-28 04:31:54.335::WARN: failed [email protected]:80 > java.net.SocketException: Permission denied Your system doesn't like a user process to grab port 80. You must have configured this port in your workspace definition since its default value is > 8000. Change the mvnRepoProxyPort attribute to a different value (likely >= 1024 if this is a Unix-like system). Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
