Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 64579 invoked by uid 500); 11 Oct 2001 15:28:36 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 64567 invoked from network); 11 Oct 2001 15:28:36 -0000 Date: 11 Oct 2001 15:28:38 -0000 Message-ID: <20011011152838.5564.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 4107] New: - runs class twice X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4107 runs class twice Summary: runs class twice Product: Ant Version: 1.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: ant-dev@jakarta.apache.org ReportedBy: andy_bhoy@yahoo.com I have a class com.aw.httpLoadTester.httpLoadTester that runs correctly from the command line with: java -cp classes com.naryx.httpLoadTester.httpLoadTester But when I use ANT to run it with: ant runclass -Dclass=com.naryx.httpLoadTester.httpLoadTester where build.xml is: ... ... the httpLoadTester class runs twice.