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).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]