Re: globmapper question

2007-06-11 Thread Dave Brosius
ers List" Sent: Monday, June 11, 2007 10:45 PM Subject: Re: globmapper question Ok, i found the problem. My source path had a .. in it due to ${qproxy.src.dir}/${cls} ${qproxy.src.dir} ended with .. This then failed the mapper source file test as UptoDate resolves the filename, and st

Re: globmapper question

2007-06-11 Thread Dave Brosius
the .. in filenames consistently. --dave - Original Message - From: "Dave Brosius" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Saturday, June 09, 2007 8:11 PM Subject: globmapper question I'm trying to use a globmapper with uptodate task. suc

globmapper question

2007-06-10 Thread Dave Brosius
I'm trying to use a globmapper with uptodate task. such as to="${qproxy.src.dir}/qproxy/*.java"/> unless="proxy.uptodate" description="build a qproxy class from a regular class using the QProxyParser"> Used like: value="AsyncJobSvcHdlr.java"/>