can do without xmltask:
2. Add this file:
        <target name="read-replace-version">
                <buildnumber />
                <property name="vers" value="${build.number}" />
                <replaceregexp match="version&gt;(.*)&lt;" replace="version&gt;$
{version.num}${build.number}&lt;" 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 google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.


Reply via email to