Sync and flatten at the same time?

2008-03-11 Thread Howard Lewis Ship
I'm trying to synchronize a fileset into a directory using . However, I also want to flatten the fileset as I synchronize. I can copy it over flattened, no problem. I just want to delete target files that aren't in (the flattened) fileset. accepts a mapper, but doesn't. I don't mind copying

Ivy [2.0-beta-2]: Download Source Jars

2008-06-03 Thread Howard Lewis Ship
I'm just getting started with Ivy, but one thing that is very important for me is to easily download source JARs where available. This runs and places my expected de

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-04 Thread Howard Lewis Ship
ike to do > that as I auto configure my classpath to point to the retrieve location. > > Welcome to ivy. You'll never look to m2 again. > > > -Original Message- > From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2008 7:48 PM > To: A

Re: doubt in property

2008-06-04 Thread Howard Lewis Ship
On Wed, Jun 4, 2008 at 7:22 AM, <[EMAIL PROTECTED]> wrote: > Hi All, > > > > I was trying to analyze following two lines. > > > > location="${log.dir}/db_catcs.log"/> > > > > > > Following are my doubts > > > > 1: is it necessary to write .file in the property name in the first > line?? This is

[2.0-beta-2]: Download Source Jars

2008-06-04 Thread Howard Lewis Ship
I'm just getting started with Ivy, but one thing that is very important for me is to easily download source JARs where available. This runs and places my expected dependencies in lib/

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-05 Thread Howard Lewis Ship
sitories. > > The second way is to add source and javadoc artifacts when you declare the > dependencies. Something like: > > > m:qualifier="sources" /> > m:qualifier="javadoc" /> > > > HTH, > > Xavier > On Wed, Jun 4, 2008 at 4:

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-05 Thread Howard Lewis Ship
AIL PROTECTED]> wrote: > It's a namespace, but the URL doesn't really matter, only nonamespace > elements are validated against ivy schema. > > Internally Ivy generates files with: > http://ant.apache.org/ivy/maven";> > ... > > > Xavier > >

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-05 Thread Howard Lewis Ship
/ You can see that the sources artifact is in place there. On Thu, Jun 5, 2008 at 3:15 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > I've update selected parts of my ivy.xml as follows: > > rev="5.0.12" conf="runtime"> > >

Re: [antlr-interest] Getting started with Antlr: Resolving a conflicting lexer rule

2008-12-04 Thread Howard Lewis Ship
> wrote: > On Wed, 2008-12-03 at 09:49 -0800, Howard Lewis Ship wrote: > > I'm working on an improved property expression language for Tapestry > 5.1. My first step was to recreate what T5.0 accepted in the past > (using an ad-hoc parser based on regular expressions). >

Re: [antlr-interest] Getting started with Antlr: Resolving a conflicting lexer rule

2008-12-04 Thread Howard Lewis Ship
I've taken the liberty of adding my example to the FAQ: http://www.antlr.org/wiki/pages/viewpage.action?pageId=13828121 On Thu, Dec 4, 2008 at 9:44 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > It took a LONG time but I have my grammar working. Thanks for the > pointer. O