! and a.b.c properties seem to have a clash.
Try:
${not(xmlc.compiled)}
?
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
"James CE Johnson" <[EMAIL PROTECTED]> wrote on 06/12/2002 02:31:48 AM:
> Ok, I've apparently lost my mind...
>
> I have this:
>
> <goal name="xmlc:compile">
> <uptodate property="xmlc.compiled"
> targetfile="${basedir}/target/.xmlcc">
> <srcfiles dir="${xmlc.source.dir}" includes="*.html"/>
> </uptodate>
> <echo message="xmlc.compiled = ${xmlc.compiled}"/>
> <j:if test="${!xmlc.compiled}">
> <echo message="Compiling xmlc..."/>
> <echo message="" file="${basedir}/target/.xmlcc"/>
> </j:if>
> </goal>
>
> The j:if test alwasy fails. Even when the preceeding <echo> spews out
> "true". What stupid thing am I doing?
>
> Thanks,
> J
>
>
>
>
> --
> To unsubscribe, e-mail: <mailto:turbine-maven-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:turbine-maven-user-
> [EMAIL PROTECTED]>
>
> ForwardSourceID:NT00096146
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>