At 12:55  5/1/01 -0700, Steve Wilkinson wrote:
>My application generates Java code based on SQL files.  I would like to
>determine if a change was made to one of the SQL files and if there was
>re-generate the Java code.  Can someone give me some direction?

Probably the best way is to write your own task that does the checks
manually. You can steal code from Javac to do it ;)

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*

Reply via email to