Return-Path: Delivered-To: apmail-maven-surefire-users-archive@www.apache.org Received: (qmail 51770 invoked from network); 12 Dec 2010 20:13:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Dec 2010 20:13:36 -0000 Received: (qmail 86162 invoked by uid 500); 12 Dec 2010 20:13:36 -0000 Delivered-To: apmail-maven-surefire-users-archive@maven.apache.org Received: (qmail 86127 invoked by uid 500); 12 Dec 2010 20:13:36 -0000 Mailing-List: contact surefire-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: surefire-users@maven.apache.org Delivered-To: mailing list surefire-users@maven.apache.org Received: (qmail 86119 invoked by uid 99); 12 Dec 2010 20:13:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Dec 2010 20:13:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of john.kelly@greenelk.co.uk designates 92.48.98.6 as permitted sender) Received: from [92.48.98.6] (HELO islander.theukhost.net) (92.48.98.6) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Dec 2010 20:13:27 +0000 Received: from [78.144.198.129] (port=3854 helo=[192.168.0.8]) by islander.theukhost.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PRsI0-0004nX-1S for surefire-users@maven.apache.org; Sun, 12 Dec 2010 20:13:00 +0000 Message-ID: <4D052CC9.30608@greenelk.co.uk> Date: Sun, 12 Dec 2010 20:12:57 +0000 From: John Kelly User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: surefire-users@maven.apache.org Subject: newbie : using surefire from a command line Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - islander.theukhost.net X-AntiAbuse: Original Domain - maven.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - greenelk.co.uk X-Virus-Checked: Checked by ClamAV on apache.org hi, I'm using "maven ant tasks" so have access to surefire though want to use it outside of maven. Is there a simple guide on how to use org.apache.maven.surefire.booter.SurefireBooter somewhere? It looks like the main() takes a config file, but i can't find a reference to it's format all help gratefully received :-) thanks in advance John