> -Original Message-
> > 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
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
> 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 instead ;-)
> to="../../foo/*.java"/>
It
Quoting Jeffrey E Care <[EMAIL PROTECTED]>:
> I don't see you setting @from; that is probably the problem.
>
OK, i added the from, and that fixed my NPE. But now the property seems to be
always set to true, even when it shouldn't. I must say i'm puzzled as to the
format of the uptodate task. It
Quoting Dominique Devienne <[EMAIL PROTECTED]>:
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> >
> >
> >
> > but looking at setFrom, it seems the only possible NPE would be if the
> > parameter (from) was null.
>
> Well, I don't see a 'from' attribute in your mapper above ;-) --DD
Oh,
I don't see you setting @from; that is probably the problem.
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere Build SWAT Team Lead
WebSphere Build Tooling Lead (Project Mantis)
https://w3.opensource.ibm.com/projects/mantis
[EMAIL PROTECTED]
03/03/2005 02:26 PM
Please respond to
"Ant Users Li
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>
>
>
> but looking at setFrom, it seems the only possible NPE would be if the
> parameter (from) was null.
Well, I don't see a 'from' attribute in your mapper above ;-) --DD