can do without xmltask:
2. Add this file:
<target name="read-replace-version">
<buildnumber />
<property name="vers" value="${build.number}" />
<replaceregexp match="version>(.*)<" replace="version>$
{version.num}${build.number}<" byline="true">
<fileset dir="war/_wave/" includes="capabilities.xml"/>
<!-- if necessary
<fileset dir="war/WEB-INF/"
includes="appengine-web.xml"/>
-->
</replaceregexp>
</target>
--
You received this message because you are subscribed to the Google Groups
"Google Wave API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-wave-api?hl=.