Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 39405 invoked from network); 1 Nov 2007 19:00:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 19:00:01 -0000 Received: (qmail 56155 invoked by uid 500); 1 Nov 2007 18:58:16 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 56136 invoked by uid 500); 1 Nov 2007 18:58:16 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 56125 invoked by uid 99); 1 Nov 2007 18:58:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 11:58:16 -0700 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 18:58:36 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1InfEs-0006bd-6V for continuum-users@maven.apache.org; Thu, 01 Nov 2007 11:57:58 -0700 Message-ID: <13535165.post@talk.nabble.com> Date: Thu, 1 Nov 2007 11:57:58 -0700 (PDT) From: chris_ To: continuum-users@maven.apache.org Subject: Windows domain in username MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: myjunkmailb0x@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to add a maven 2.0.x project but have not figured out how to specify a username that must contain the windows domain. Below are the settings that I think should work: Add Maven 2.0+ Project POM Url: http://myserver:8080/svn/my_code/my_project/trunk/pom.xml Username: mydomain\myusername Password: x The message I see in the web browser is: The specified resource cannot be accessed. Please try again later or contact your administrator. And the logs: jvm 1 | 2007-11-01 14:33:44,194 [SocketListener0-1] INFO org.codehaus.plexus.action.Action:create-projects-from-metadata - checking for settings auth setup jvm 1 | 2007-11-01 14:33:44,319 [SocketListener0-1] INFO org.apache.maven.continuum.project.builder.ContinuumProjectBuilder:maven-two-builder - Downloading http://myserver:8080/svn/my_code/my_project/trunk/pom.xml jvm 1 | 2007-11-01 14:33:44,381 [SocketListener0-1] INFO org.apache.maven.continuum.project.builder.ContinuumProjectBuilder:maven-two-builder - Error adding project: Unknown error downloading from http://myserver:8080/svn/my_code/my_project/trunk/pom.xml jvm 1 | java.io.IOException: Server returned HTTP response code: 403 for URL: http://myserver:8080/svn/my_code/my_project/trunk/pom.xml jvm 1 | at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1174) jvm 1 | at org.apache.maven.continuum.project.builder.AbstractContinuumProjectBuilder.createMetadataFile(AbstractContinuumProjectBuilder.java:57) If I go directly to the URL in IE/Firefox I am prompted for my username/password. I enter my username with windows domain (mydomain\myusername) in the prompt and am able to view the pom file. Is there a special format for specifying a windows domain with the username on the Add Maven 2.0+ Project page? Thanks, Chris -- View this message in context: http://www.nabble.com/Windows-domain-in-username-tf4733430.html#a13535165 Sent from the Continuum - Users mailing list archive at Nabble.com.