You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marc Dugger <md...@austin.rr.com> on 2003/05/06 16:32:08 UTC

setting property

I'm trying to override the property "torque.useClasspath" using the
following in my maven.xml:

<preGoal name="torque:sql-generate">
        <j:set var="torque.useClasspath" value="false" />
        <ant:echo message="torque.useClasspath = ${torque.useClasspath}" />
    </preGoal>

Even though "false" is echoed to the console, torque continues to use the
classpath.  Any ideas why?