Re: Enhydra5.1 and XMLC

Petr Stehlik <[email protected]> Mon, 29 Dec 2003 09:03:45 +0100
Newsgroups gmane.comp.java.enhydra.general
Message-ID <[email protected]>
On Mon, 2003-12-29 at 01:54, Thapa Damar wrote:
> I could not follow the answer there.  I could not find target named 
> makexmlc .  There is only xmlc. 
> 
> Can you please explain a bit on this? 

I believe that the "recompiles-everything" problem is caused by deleting
the cache of recompiled HTML files. So you might want to search for a
line similar to

> >             <delete dir="${basedir}/xmlc_for_compile"/>

or anything else that looks like deleting files previously compiled by
XMLC.

Petr