Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 5103 invoked from network); 25 Sep 2008 09:13:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2008 09:13:56 -0000 Received: (qmail 24342 invoked by uid 500); 25 Sep 2008 09:13:51 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 23776 invoked by uid 500); 25 Sep 2008 09:13:49 -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 23765 invoked by uid 99); 25 Sep 2008 09:13:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 02:13:49 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.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, 25 Sep 2008 09:12:26 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KimuB-0004uQ-5i for user@ant.apache.org; Thu, 25 Sep 2008 02:12:59 -0700 Message-ID: <19665710.post@talk.nabble.com> Date: Thu, 25 Sep 2008 02:12:59 -0700 (PDT) From: Jan K To: user@ant.apache.org Subject: Re: Include XML file In-Reply-To: <48DB4486.6050609@etf.bg.ac.yu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: janokb@symbiountech.com References: <19664082.post@talk.nabble.com> <19664437.post@talk.nabble.com> <48DB4486.6050609@etf.bg.ac.yu> X-Virus-Checked: Checked by ClamAV on apache.org I am designing a web application For running Automated test.I record the flow of an application (say yahoo.com) using Selenium IDE and exporting the test suite to java.So now i have a file For example login.java.The application i am creating is like i will have a browse button.i will browse for file (say login.java) and click run button.On clicking run button ,i will pass the action through request parameter to jsp. Example: if ( run.equals(request.getParameter(action))) { // Call Build.xml } I need to call Ant Build.xml file.Because this site is more specific for uploading of selenium files only.Selenium server supports Ant to do this.So only i need to call Build.xml.Can you understand and help me to solve the problem. Ognjen Blagojevic wrote: > > Jan K wrote: >> I am developing a project for Testing Automated Test.I am using selenium >> server for running the test.So when i upload a test(say for example >> ,login.java)file and click Run button,through request parameter i get the >> action and need to invoke Ant build.xml file because selenium make use of >> Ant to run the test.So i need to know how to do this? >> >> Jan K wrote: >>> I need to include ant (build.xml) file in JSP.Can anyone help me to do >>> this? > > This is still very unclear... > > Could you explain this a little bit more? How do you use Selenium? Is it > Selenium IDE as browser plugin or something else? > > Where do you upload a test? To Selenium IDE? > > What is the action you get as request parameter?! Is it the name of the > target you need invoke in ant task? > > -Ognjen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > -- View this message in context: http://www.nabble.com/Include-XML-file-tp19664082p19665710.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org