> http://brutus.apache.org:8080/gump/depot/depot-update/index.html > Has a date mismatch for the jar. Does gump pass a timestamp or run id > as a ant property yet?
Gump can pass parameters on request, and this one request DATE_STAMP: http://cvs.apache.org/viewcvs.cgi/gump/project/depot.xml?view=markup <ant basedir="update" buildfile="build.xml" target="gump" vm="1.4"> <property name="ant.home" project="ant" reference="home" /> <property name="DATE_STAMP" value="@@DATE@@"/> </ant> Hmm, looking at the descriptor I see some things passing DSTAMP (wrong) and some passing DATE_STAMP (a name, not sure 'right'). I suspect that the AntWork scripts aren't keying off DATE_STAMP or something. regards Adam
