there is a task, and i'm looking into adding timestamping into it.

> -----Original Message-----
> From: Dominique Devienne [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 05, 2004 9:53 AM
> To: Ant Users List
> Subject: RE: uptodate usage
> 
> 
> > From: Mark Lybarger [mailto:[EMAIL PROTECTED]
> > 
> > i'm trying to determine if a set of target files are 
> current compared
> to a
> > source xsd file.  can i use uptodate to accomplish this?  i have an
> xml
> > schema, myschema.xsd, which is used by castor to generate some
> classes.  i
> > only want to run the generation if the schema has changed.
> > 
> > uptodate seems to be something like what i'm after, but i'm not sure
> how
> > to map the source (one .xsd file) to a target package, or just a
> folder (
> > generated code goes into a src/gen folder).
> 
> <uptodate> can help, but Ant-Contrib's <outofdate> is much better. And
> is any case, it would be much better is the castor Ant task did
> timestamp checking itself, assuming there's such a task. --DD
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to