Quoting Dominique Devienne <[EMAIL PROTECTED]>: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > I must say i'm puzzled as to the > > format of the uptodate task. > > It doesn't make sense, to my little brain. > > It took me a while to figure it out too. > Actually, I use Ant-Contrib's <outofdate> instead ;-) > > > <mapper type="glob" from="${dir.source.schema}/*.xml" > > to="../../foo/*.java"/> > > It's your mapper the pb I bet. I'm not sure of what you want to achieve > exactly, I'd have to know where the files are to be sure, but try > > from="*.xml" to="../../foo/*.java". >
well that did something. now the property is never set. Hmm perhaps i'll look at <outofdate> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]