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:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to