[t4 patch] delete the damn file. :-)

2001-06-22 Thread Jon Stevens
Untested... If there is an exception thrown during the processing, the file won't get deleted because it isn't in a try/finally statement... -jon cvs diff StandardManager.java Index: StandardManager.java === RCS file:

Re: [t4 patch] delete the damn file. :-)

2001-06-22 Thread Remy Maucherat
Quoting Jon Stevens [EMAIL PROTECTED]: Untested... If there is an exception thrown during the processing, the file won't get deleted because it isn't in a try/finally statement... That looks like a good idea (more robust). I would add the finally block to the second try (the one in the