Afternoon all,

I have several files in my project that need to be updated manually --
UML files and class diagrams generated from XML schemas in hyperModel
(xmlmodeling.com).

What I want to do is check the UML files against the schemas with
uptodate during the build process, and issue a warning for each one
that needs to be rebuilt.

Ideally this would involve something like a fileset that I could
iterate over with the for task from contrib, giving the same message
to each one, but is there a way to add a file to an already-existing
fileset?

Even more ideally, I'd like to defer printing the messages until all
the other targets have completed, so that they won't get swamped by
the output of other tasks.

Anybody got a cunning solution to this sort of thing?

Thanks, and have a good weekend!

Andrew.

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

Reply via email to