Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 91240 invoked from network); 21 Nov 2000 01:27:20 -0000 Received: from ns2.crosscommerce.com (HELO mis02.crosscommerce.com) (63.202.74.21) by locus.apache.org with SMTP; 21 Nov 2000 01:27:20 -0000 Received: from davidgoudreau ([172.17.64.203]) by mis02.crosscommerce.com (Post.Office MTA v3.5.3 release 223 ID# 0-64010U1000L100S0V35) with SMTP id com for ; Mon, 20 Nov 2000 17:26:47 -0800 Reply-To: From: "David M. Goudreau" To: "Ant User Mailing List" Subject: Running JUnit in Weblogic server from Ant? Date: Mon, 20 Nov 2000 17:26:55 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I have tests set up to run INSIDE the WebLogic server, since many of my objects require various services of the server. Right now, the way I run my JUnit tests is manually through a servlet which outputs the test results to an HTML page while the server is running. Does anyone know if it's possible to run JUnit in the context of a running WebLogic server from Ant? I'd love to build AND test at the same time...TIA. -dmg