From dev-return-31254-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Sat Jun 05 22:44:23 2010 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 95682 invoked from network); 5 Jun 2010 22:44:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Jun 2010 22:44:22 -0000 Received: (qmail 16142 invoked by uid 500); 5 Jun 2010 22:44:22 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 16093 invoked by uid 500); 5 Jun 2010 22:44:22 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 16086 invoked by uid 99); 5 Jun 2010 22:44:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 22:44:22 +0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=RCVD_IN_BRBL_LASTEXT,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [202.60.90.242] (HELO enterprise.16degrees.com.au) (202.60.90.242) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 22:44:13 +0000 Received: from deltaflyer (CPE-121-215-243-70.static.qld.bigpond.net.au [121.215.243.70]) by enterprise.16degrees.com.au (Postfix) with ESMTPA id 9BA9F19021DD for ; Sun, 6 Jun 2010 08:42:51 +1000 (EST) From: "Gav..." To: References: <20100605135624.262332388999@eris.apache.org> <00f201cb04fc$c3cf6610$4b6e3230$@com.au> <00f501cb04fe$7ead4500$7c07cf00$@com.au> In-Reply-To: <00f501cb04fe$7ead4500$7c07cf00$@com.au> Subject: RE: svn commit: r951719 - /forrest/trunk/plugins/build.xml Date: Sun, 6 Jun 2010 08:42:47 +1000 Message-ID: <00f801cb0500$6c2fec50$448fc4f0$@com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcsE8tYNqYQh3snORiq+FthQD3SyBgACUGTgAACTGyAAAGtIgA== Content-Language: en-au X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Gav... [mailto:gavin@16degrees.com.au] > Sent: Sunday, 6 June 2010 8:29 AM > To: dev@forrest.apache.org > Subject: RE: svn commit: r951719 - /forrest/trunk/plugins/build.xml >=20 >=20 >=20 > > -----Original Message----- > > From: Gav... [mailto:gavin@16degrees.com.au] > > Sent: Sunday, 6 June 2010 8:17 AM > > To: dev@forrest.apache.org > > Subject: RE: svn commit: r951719 - /forrest/trunk/plugins/build.xml > > > > > > > > > -----Original Message----- > > > From: Tim Williams [mailto:williamstw@gmail.com] > > > Sent: Sunday, 6 June 2010 7:05 AM > > > To: Forrest Developers List > > > Subject: Re: svn commit: r951719 - = /forrest/trunk/plugins/build.xml > > > > > > On Sat, Jun 5, 2010 at 9:56 AM, wrote: > > > > Author: crossley > > > > Date: Sat Jun =A05 13:56:23 2010 > > > > New Revision: 951719 > > > > > > > > URL: http://svn.apache.org/viewvc?rev=3D951719&view=3Drev > > > > Log: > > > > Better detection of "java_exists". > > > > Issue: FOR-1137 > > > > > > > > Modified: > > > > =A0 =A0forrest/trunk/plugins/build.xml > > > > > > > > Modified: forrest/trunk/plugins/build.xml > > > > URL: > > > > > > = http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?rev=3D951719= > > > &r1=3D951718&r2=3D951719&view=3Ddiff > > > > > > > > > > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > =3D=3D=3D=3D=3D=3D=3D > > > > --- forrest/trunk/plugins/build.xml (original) > > > > +++ forrest/trunk/plugins/build.xml Sat Jun =A05 13:56:23 2010 > > > > @@ -87,7 +87,8 @@ > > > > =A0 =A0 =A0 > > > > =A0 =A0 =A0 > > > > =A0 =A0 > > > > - =A0 =A0 > > type=3D"dir"/> > > > > + =A0 =A0 > > includes=3D"**/*.java"/> > > > > + =A0 =A0 > > setonempty=3D"false"/> > > > > =A0 > > > > =A0 > > unless=3D"no.echo.init"> > > > > =A0 =A0 > > > > > > I'm pretty sure this is causing our ails at the moment. I don't > have > > > time to figure out what it's all about and update it properly, > should > > > we revert for now? > > > > From what I can tell it should be something like: > > > > > > > > > > > > (the includes=3D seems to include a dir rather than a set of files) > > > > I'll test it shortly. >=20 > I was wrong there, either should be acceptable and makes no difference > to > the output. So, going back to the original form and altering it slightly: seems to work fine, though I haven=92t seen wildcards in any examples, = I'm assuming this will work and set the property accordingly. Gav... >=20 >=20 > > > > Gav... > > > > > > > > > > > > > > --tim > > >=20 >=20