Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 87062 invoked from network); 9 Jul 2008 12:43:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2008 12:43:13 -0000 Received: (qmail 34497 invoked by uid 500); 9 Jul 2008 12:43:11 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 34466 invoked by uid 500); 9 Jul 2008 12:43:11 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 34454 invoked by uid 99); 9 Jul 2008 12:43:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 05:43:11 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of insomniacpenguin@googlemail.com designates 66.249.82.233 as permitted sender) Received: from [66.249.82.233] (HELO wx-out-0506.google.com) (66.249.82.233) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 12:42:16 +0000 Received: by wx-out-0506.google.com with SMTP id i28so1323378wxd.10 for ; Wed, 09 Jul 2008 05:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=aH2hXRk5H5LBEPrMIrrZpQTsFgG1xKF+t/Q3uQpgFic=; b=BTQdmfSwpzOusJa2MU6qL2E2W3rX/c7QLXbhZYE4hqNmSwmKzhRe7MsiYJ/Qpw9CTm eqSXg1EJ+ZdqkcgxjfmqIsDTURlzl64x6CyyihOzCRC+2eh62d/jWUOZ5Qe+qdnbprLB aIUZZ/y9W04s89qmWdP1qDY+AXpXyxVsfYgE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ozZquElUojG73PMYLmfUysL2hTpimZN2006Xk2UhofhI88b+vwEqqkriXRbBGkAyiM ndTlCIRunWDJTwfKUSJ4vDNOBXCEAyjO8KzraXY40ggfVlpnL4O+6WxbV2gyaPIyl0zv vEShZfXxJmdttZEipAExMxuUhS8TJ8i28xYr0= Received: by 10.70.18.11 with SMTP id 11mr9972711wxr.73.1215607358220; Wed, 09 Jul 2008 05:42:38 -0700 (PDT) Received: by 10.70.38.20 with HTTP; Wed, 9 Jul 2008 05:42:38 -0700 (PDT) Message-ID: Date: Wed, 9 Jul 2008 13:42:38 +0100 From: "Andy Stevens" To: "Ant Users List" Subject: Re: Changing port number of a server(selenium-server.jar) through ant? In-Reply-To: <18359971.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18359971.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org 2008/7/9 rahulrocks : > > I have changed the port number of selenium server in command line like this > java -jar selenium-server.jar -port 4445 > > How to change the port number of a server(selenium-server.jar) through ant > script? > > > > > > > > Please help. I've not used Selenium myself, but based on your java command, have you tried simply adding a second arg element ? Andy. -- http://pseudoq.sourceforge.net/ Open source Sudoku application --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org