Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 73693 invoked from network); 22 Aug 2007 02:17:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Aug 2007 02:17:05 -0000 Received: (qmail 45103 invoked by uid 500); 22 Aug 2007 02:17:02 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 45080 invoked by uid 500); 22 Aug 2007 02:17:01 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 45069 invoked by uid 99); 22 Aug 2007 02:17:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2007 19:17:01 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of superaladn@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2007 02:16:57 +0000 Received: by nf-out-0910.google.com with SMTP id g16so19578nfd for ; Tue, 21 Aug 2007 19:16:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Dnd9fdCrNlboSrxg0aQhXT08BASiRXRFy/k+2ttHuvWPnfn31vfFF2IAT7Wgod/s53Pg0kYT4/V/SSNT19ZVQllOps2HPbn03BG54Eju/J6eRA9KVVKDtuU3CIPJ0bHZ+wOA9131rjB9lvT8+MnrHJ95t7xa4FN9ZPLScLDYxCo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=MgVErl7SA1BwHkbsTvP0XKWOYONJK9yLssezzkz5a5MmIf/6hPge0k2aGaoET999VUKZiFQ207NP4SNUv0yyQT/VpthSyf9YH/5hNSs7GPmbuD3D5jekO07On1SYBOt5jrZi/2jPeFA+Mz80AmDokZ6mjGRx8OA0dBPVO9PueV4= Received: by 10.78.159.7 with SMTP id h7mr98985hue.1187748995994; Tue, 21 Aug 2007 19:16:35 -0700 (PDT) Received: by 10.78.174.4 with HTTP; Tue, 21 Aug 2007 19:16:35 -0700 (PDT) Message-ID: Date: Wed, 22 Aug 2007 10:16:35 +0800 From: "Cheng-Zi Xu" To: users@directory.apache.org Subject: Re: [Problem in Using] about the goal: surefire-report:report-only In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_224777_25701488.1187748995641" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_224777_25701488.1187748995641 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Now, I have the alternative solution. use the ant's task: junit-report. it works. 2007/8/22, Cheng-Zi Xu : > > > and waiting for the answers provided by the same experience but know the > solutions. > maven+apacheDS > > > 2007/8/21, Cheng-Zi Xu : > > > > > > Thanks for your trying my scirpt. > > After all, I can confirm my environment is not bad. > > > > :) > > > > 2007/8/21, Emmanuel Lecharny : > > > > > > Hi Cheng-Zi, > > > > > > I have no idea why you get no report. I don't think that any of us ha= s > > > > > > already used this maven plugin, and for sure you are the second perso= n > > > on earth who tried to build the project using Harmony ! (I was the > > > first one ;). > > > > > > FYI, I have tested your script, and I got the very same results, with > > > Sun JVM 1.5.0_11 and maven 2.0.7. > > > > > > Sorry if I can't help you ... > > > > > > On 8/21/07, Cheng-Zi Xu < superaladn@gmail.com> wrote: > > > > hi, all: > > > > > > > > Today, I check out the apacheDS release 1.0.2 from the svn, and > > > want run > > > > the unit-test on Harmony[2] using maven 2.0.5. > > > > > > > > the script for test is: > > > > mvn -Djvm=3D"..\java.exe" surefire:test //for unit test > > > > mvn -Djvm=3D"..\java.exe" -Dintegration surefire:test //for > > > integration test > > > > > > > > the process of testing is sucessful, but when I want to execute the > > > > following script I got the problem[3] in the path: . > > > > mvn surefire-report:report-only > > > > after the info was print on the screen, the process is finished. bu= t > > > I could > > > > not get the expected html test report. > > > > > > > > and Could some one give me some suggestion or point out my fault > > > when I want > > > > to get the testreport? > > > > Thanks very much! > > > > > > > > > > > [1]https://svn.apache.org/repos/asf/directory/apacheds/releases/1.0.2 > > > > [2]harmony.apache.org > > > > [3] > > > > [INFO] Preparing surefire-report:report-only > > > > [INFO] No goals needed for project - skipping > > > > [INFO] [surefire-report:report-only] > > > > [WARNING] Unable to locate Test Source XRef to link to - DISABLED > > > > [INFO] > > > > > > > ---------------------------------------------------------------------= ------- > > > > > > > > > > > > > -- > > > Regards, > > > Cordialement, > > > Emmanuel L=E9charny > > > www.iktek.com > > > > > > > > ------=_Part_224777_25701488.1187748995641--