Re: http request handling

2010-03-24 Thread Robert Kirkpatrick
antlib.html - external antlibs ... incoming: Ant itself is not a HTTP server. But (as Adam has written) you could start one. Jan -Ursprüngliche Nachricht- Von: Robert Kirkpatrick [mailto:rob...@eridan.net] Gesendet: Mittwoch, 24. März 2010 15:06 An: Ant Users List Betreff: Re:

RE: http request handling

2010-03-24 Thread Martin Gainty
à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: Re: http request handling > Fro

Re: http request handling

2010-03-24 Thread Robert Kirkpatrick
"forks a new execution of Ant with the posted values provided as command line properties?" is exactly what I want to avoid and what I expected the jetty-plugin to provide within ant. "Deploy a webapp to jetty that has Ant embedded inside it" is interesting but how should one do that? I see Jet

Re: http request handling

2010-03-24 Thread Robert Kirkpatrick
How do I get html form input values into, say, ant properties? Adam Leggett (UPCO) a écrit : Use the task maybe? [...] On Wed, 2010-03-24 at 14:06 +0100, Robert Kirkpatrick wrote: Is there a task supporting the handling of *http requests *with *ant*, using an embedded http server like *

Re: http request handling

2010-03-24 Thread Adam Leggett (UPCO)
Use the task maybe? [...] On Wed, 2010-03-24 at 14:06 +0100, Robert Kirkpatrick wrote: > Is there a task supporting the handling of *http requests *with *ant*, > using an embedded http server like *jetty*? > Seen the good work of Jakub Pawlowicz on the ant jetty plugin, but no > answer to my