I would like to specify the version property for xdoclet builds within gump, but apparently the value I specify is overridden. Any suggestions would be appreciated...

- - -

http://cvs.apache.org/builds/gump/2002-12-18/module_xdoclet.html

    <ant target="docs">
      <property name="version" value="@@DATE@@"/>
    </ant>

- - -

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet/build.xml?rev=1.20&content-type=text/vnd.viewcvs-markup

<project name="XDoclet" default="dist">
    <property name="xdoclet.root.dir" value="${basedir}"/>
    <property file="${xdoclet.root.dir}/build.properties"/>
    <property file="${user.home}/build.properties"/>
    <property environment="env"/>

    <target name="core">
        <ant dir="${core.dir}"/>
    </target>

    <!-- Depends on core because of classes in core. -->
    <target name="modules" depends="core">
        <ant dir="${modules.dir}"/>
    </target>

- - -

http://cvs.apache.org/builds/gump/2002-12-18/xdoclet.html

[builder] [jar] Building jar: /home/rubys/jakarta/xdoclet/target/lib/xdoclet-orion-module-1.2b2.jar


-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to