Re: AW: http request handling

2010-03-30 Thread Robert Kirkpatrick
a request should start a build, the use of a CI server like Hudson is the better choice. Jan -Ursprüngliche Nachricht- Von: Robert Kirkpatrick [mailto:robert.kirkpatr...@skynet.be] Gesendet: Mittwoch, 24. März 2010 19:17 An: Ant Users List Betreff: Re: http request handling

Re: AW: http request handling

2010-03-28 Thread wolfgang haefelinger
t;>> build and I dont see any reason why. >>>> >>>> So could you please elaborate about your use case? >>>> - who will create the http request >>>> - what kind of request is it >>>> - wha

Re: AW: http request handling

2010-03-28 Thread wolfgang haefelinger
; >> >> Jan >> >> >> >>> >>> -Ursprüngliche Nachricht- >>> Von: Robert Kirkpatrick [mailto:robert.kirkpatr...@skynet.be] Gesendet: >>> Mittwoch, 24. März 2010

Re: AW: http request handling

2010-03-28 Thread Robert Kirkpatrick
Betreff: Re: http request handling I imagined that the ant plugin fulfilled the Jetty slogan "Don't deploy your application in Jetty, deploy Jetty in your application". I still believe this has a potential. Regards, Robert. ---

Re: AW: http request handling

2010-03-28 Thread Robert Kirkpatrick
Betreff: Re: http request handling I imagined that the ant plugin fulfilled the Jetty slogan "Don't deploy your application in Jetty, deploy Jetty in your application". I still believe this has a potential. Regards, Robert. ---

Re: AW: http request handling

2010-03-26 Thread Robert Kirkpatrick
Betreff: Re: http request handling I imagined that the ant plugin fulfilled the Jetty slogan "Don't deploy your application in Jetty, deploy Jetty in your application". I still believe this has a potential. Regards, Robert. ---

AW: AW: http request handling

2010-03-25 Thread Jan.Materne
> you can use to block for data; getting the values > in depends > on the format. Me, I have servlets that push out .properties files > > > http://localhost/myapp/index.html"/> > Ok, so you are not reading the http request 'directly' ... - start the http server: - wait for him unti

Re: AW: http request handling

2010-03-25 Thread Steve Loughran
On 25/03/2010 05:27, jan.mate...@rzf.fin-nrw.de wrote: Ant is a buildtool. Letting the build waiting for incoming HTTP requests will slow down the build and I dont see any reason why. So could you please elaborate about your use case? - who will create the http request - what kind of request is

AW: http request handling

2010-03-24 Thread Jan.Materne
atr...@skynet.be] > Gesendet: Mittwoch, 24. März 2010 19:17 > An: Ant Users List > Betreff: Re: http request handling > > I imagined that the ant plugin fulfilled the Jetty slogan > "Don't deploy > your application in Jetty, deploy Jetty in your application". > I sti

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: AW: http request handling

2010-03-24 Thread Robert Kirkpatrick
t (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: http request handling How do I get html form input values into, say, ant propert

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

AW: http request handling

2010-03-24 Thread Jan.Materne
24. März 2010 15:06 > An: Ant Users List > Betreff: Re: http request handling > > How do I get html form input values into, say, ant properties? > > Adam Leggett (UPCO) a écrit : > > Use the task maybe? > > > > > > [...] > > > > > > On

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

http request handling

2010-03-24 Thread Robert Kirkpatrick
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 basic question... Has anyone tried that? Tx, Robert -