|
Re: How to supress the *.java.optionCheck files?: msg#00033java.enhydra.xmlc
Boris Klug <boris.klug@xxxxxxxxxx> wrote: > No really a problem - but after running the xmlc ant task, the > *.java.optionCheck files laying around. Would be good to have them > deleted automatically. Since you are already in an Ant environment it is no work to add an additional task: <delete> <fileset dir="${dir}" includes="**/*.optionCheck"/> </delete> Thorsten
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Unneeded hashtable in LazyHTMLDocument, Mark Leverentz |
|---|---|
| Next by Date: | Re: Unneeded hashtable in LazyHTMLDocument, Jacob Kjome |
| Previous by Thread: | Re: Re: How to supress the *.java.optionCheck files?, David Li |
| Next by Thread: | Unneeded hashtable in LazyHTMLDocument, Mark Leverentz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |