Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 1015 invoked from network); 20 Dec 2004 20:42:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Dec 2004 20:42:14 -0000 Received: (qmail 66893 invoked by uid 500); 20 Dec 2004 20:41:50 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 66845 invoked by uid 500); 20 Dec 2004 20:41:50 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 66825 invoked by uid 99); 20 Dec 2004 20:41:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of bnkuhn@gmail.com designates 64.233.170.196 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.196) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Dec 2004 12:41:47 -0800 Received: by rproxy.gmail.com with SMTP id g11so367033rne for ; Mon, 20 Dec 2004 12:41:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=JFmceaIpAdaA7fM1uwk6heZ2YGfitopDrMfnhIXa56advDn/uNjbr0fZCM8jiRbt9i4WCQOI0Sf/bhwyZ3XrCVA1P+jBqPIiBhCnF/II7irQgEjGGNTUnbwEN5V6ck1fKS45g6nAD8y2IWg8CpgTxuTZwwhFrbqTWt7lQ50nBNc= Received: by 10.38.102.8 with SMTP id z8mr165079rnb; Mon, 20 Dec 2004 12:41:43 -0800 (PST) Received: by 10.38.81.70 with HTTP; Mon, 20 Dec 2004 12:41:43 -0800 (PST) Message-ID: <335a812d0412201241567bb63e@mail.gmail.com> Date: Mon, 20 Dec 2004 12:41:43 -0800 From: Brian Kuhn Reply-To: Brian Kuhn To: Ant Users List Subject: cvs task behind a firewall Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Does anyone know if it's possible to get Ant's cvs task to use a proxy? I'm behind a corporate firewall. I've gotten Maven to use my proxy to download dependencies, but for some reason it doesn't pass the proxy configuration on to Ant's cvs task. I assume this is because it's not possible. Can I get Maven to use CvsGrab instead? Thanks, Brian Kuhn ps - Sorry this is a little off topic. I'm trying to avoid subscribing to Maven's mailing list... Here's my command line: maven scm:checkout-project -Dmaven.scm.method=cvs -Dmaven.scm.cvs.module=acegisecurity -Dmaven.scm.cvs.root=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity -Dmaven.scm.checkout.dir=acegisecurity -Dmaven.proxy.host=my.proxyhost.com -Dmaven.proxy.port=80 This is the response I'm getting: scm:cvs-checkout-project: [echo] Checking out acegisecurity; from CVSROOT: :pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity [mkdir] Created dir: C:\Documents and Settings\00a3068\Desktop\acegisecurity\acegisecurity\acegisecurity [cvs] Unknown host cvs.sourceforge.net. BUILD FAILED File...... C:\Documents and Settings\00a3068\.maven\cache\maven-scm-plugin-1.4.1\plugin.jelly Element... ant:cvs Line...... 245 Column.... 9 cvs exited with error code 1 Command line was [Executing 'cvs' with arguments: '-d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity' '-q' 'checkout' '-P' 'acegisecurity' The ' characters around the executable and arguments are not part of the command. ] Total time: 44 seconds Finished at: Mon Dec 20 11:30:24 PST 2004 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org