Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 38031 invoked from network); 3 Nov 2004 22:36:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Nov 2004 22:36:02 -0000 Received: (qmail 94584 invoked by uid 500); 3 Nov 2004 22:35:53 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 94402 invoked by uid 500); 3 Nov 2004 22:35:52 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 94386 invoked by uid 99); 3 Nov 2004 22:35:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of brett.porter@gmail.com designates 64.233.184.192 as permitted sender) Received: from [64.233.184.192] (HELO wproxy.gmail.com) (64.233.184.192) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 03 Nov 2004 14:35:51 -0800 Received: by wproxy.gmail.com with SMTP id 69so387740wri for ; Wed, 03 Nov 2004 14:35:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=sv0+gzJfCWipEs4dGcmwTZ9DuweLoACRTg+oLVFDyz0QD3fHsMQe7bKzFFVKP4uU2RZd68wNrTqvFUUxwkvCDX6OsLpnz4AP004fOAknOTGkEGvN5EHwsiehAwLL86u+Jh4QiArYthnattYDCyo7iPV8FhGCenP8spXihSv38VU= Received: by 10.54.27.26 with SMTP id a26mr26136wra; Wed, 03 Nov 2004 14:35:49 -0800 (PST) Received: by 10.54.42.13 with HTTP; Wed, 3 Nov 2004 14:35:49 -0800 (PST) Message-ID: <9e3862d804110314351a09dd4a@mail.gmail.com> Date: Thu, 4 Nov 2004 09:35:49 +1100 From: Brett Porter Reply-To: Brett Porter To: Maven Users List , Ben Anderson Subject: Re: maven test:test In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <-5551655643172006348@unknownmsgid> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ben, You are more than welcome to take your experiences, improve the documentation and we'll apply it (and even give you the credit!) :) Thanks, Brett On Wed, 3 Nov 2004 07:35:34 -0500, Ben Anderson wrote: > That did it - I didn't have defined - I was > just going off of this: > http://maven.apache.org/reference/user-guide.html#POM_Inheritance > > Once again I will say that it'd be pretty much impossible to use maven > w/out being on this list or else delving into the code for every > little thing as the documentation is so poor. But I'm not complaining > because this list has been very good to me :-) > > Thanks, > Ben > > > > > On Wed, 3 Nov 2004 05:30:09 -0700, Charles Daniels wrote: > > Try adding these within : > > > > ${maven.src.dir} > > ${maven.src.dir} > > > > Notice that /com is not specified. > > > > > > > > > -----Original Message----- > > > From: Ben Anderson [mailto:benanderson.us@gmail.com] > > > Sent: Wednesday, November 03, 2004 5:24 AM > > > To: users@maven.apache.org > > > Subject: maven test:test > > > > > > Hi, > > > I have this in my project.xml > > > > > > ${maven.src.dir}/com > > > > > > > > > ${maven.src.dir} > > > > > > *.xml > > > *.dtd > > > > > > > > > > > > > > > > > > ${maven.src.dir}/**/*Test*.java > > > > > > > > > ${maven.src.dir}/**/TestAll.java > > > ${maven.src.dir}/**/*Abstract*.java > > > > > > > > > > > > > > > my maven.src.dir I define elsewhere, but that's beside the point. I > > > have a Test file right along side the rest of my src code. When I do > > > java:compile, it gets compiled. But when I do test:test I get "no > > > tests to run". I tried taking out the ${maven.src.dir} inside the > > > tags, but that didn't help. Any ideas what I'm doing > > > wrong? > > > Thanks, > > > Ben > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > > For additional commands, e-mail: users-help@maven.apache.org > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org