how to send google query

2007-09-13 Thread tedc
hi : I had no problem to use the wget, but I want to know how to send google query. Do I need modify the codec or other I need to take care. Thanks Ted Chen -- View this message in context: http://www.nabble.com/how-to-send-google-query-tf4434300s16868.html#a12650622 Sent from the Apache MINA Su

Eclipse build trunk example error

2007-09-13 Thread tedc
Hi : I have followed the instrution on the forum, and I had imported the example project. I have four error listed below: Project mina-example is missing required Java project: 'mina-core' mina-example Project mina-example is missing required Java project: 'mina-filter-codec-http'

Re: [IMPORTANT] Please fix the current trunk build breakage ASAP

2007-09-12 Thread tedc
I think it is test error :( at version 575152 svn clean compile is ok but mvn clean install have erro --- T E S T S --- Running org.apache.mina.http.client.ChunkedTest Tests run: 2, Failures

http client error

2007-09-12 Thread tedc
Hi : I build trunk revision: 574806, and I have http client error in Jdk 1.5 and Jadk 6. D:\trunk\mina-protocol-client-http\src\test\java\org\apache\mina\http\client\Fak eIoSession.java:[41,7] org.apache.mina.http.client.FakeIoSession is not abstract and does not override abstract method getSche

Re: Can't build trunk http client wget.java

2007-09-06 Thread tedc
isted in the >> maven >> pom.xml file. I will work on this. >> >> If you use Eclipse, you can add mina-filter-codec-http to the required >> projects for mina-examples >> >> >> On 9/6/07, tedc <[EMAIL PROTECTED]> wrote: >>> >>>

Can't build trunk http client wget.java

2007-09-06 Thread tedc
Hi : I have following the developer guide to build mina trunk, and I want to try wget. But when I mvn install http client, there are error are listed below: D:\trunk\mina-protocol-client-http>mvn install [INFO] Scanning for projects... [INFO] --

Re: Can someone provide http client example

2007-09-05 Thread tedc
tMessage.java for all the cool stuff > you can do with it). But keeping it simple..: > > HttpRequestMessage request = new HttpRequestMessage("/index.html"); > > Then you send the request: > > ahc.sendRequest( request ); > > When you receive a response, your callback should conta

Can some provide http client example

2007-09-03 Thread tedc
Dear all : I had seen someone have http client program of mina, but have some can give a example like http server. I will try to see jgenender program, and don't know how to use it. anyone can give me some advice Thanks Ted Chen -- View this message in context: http://www.nabble.com/Ca