You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/05/28 15:03:17 UTC

DO NOT REPLY [Bug 15886] - task

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=15886>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=15886

<get> task





------- Additional Comments From Peter.Kutschera@arcs.ac.at  2004-05-28 13:03 -------
I'm using <get> to update a wiki-page with the Versions of my just build 
program. This looks like

 <get src="http://server/wiki/patch_wiki.pl?
id=VersionList&before=1&marker=1&text=....." />

The Problem: text is "|| 2004/05/28 14:57 || [http://...... and so on for 3 long 
lines"

It's really annoying to do URLEncoding by hand!

Something like <get src="http://server/wiki/patch_wiki.pl"
 querysitring="somthing thats get URLEncoded" >
 and / or some <param name="gets URLEncoded" value="gets URLEncoded" />
 </get>
would be fine!

BTW: Thanks for ANT
 Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org