logo       

Re: How to supress the *.java.optionCheck files?: msg#00033

java.enhydra.xmlc

Subject: Re: How to supress the *.java.optionCheck files?

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>
Google Custom Search

News | FAQ | advertise