Mike Clark wrote:
Hi all,

I am interested in setting up a development environment for HttpComponents

4.0.  I spent some time looking for a developer setup guide on hc.apache.org

and the HttpComponents Wiki, but I haven't found anything that's at the

level I'm looking for: what to checkout, where to check it out to, what

targets to run, etc.

Is there a guide available for new developers wishing to get going with

HttpComponents 4.0?

Hi Mike

There is no developer guide at the moment. HC uses Maven2 as its build tool. Fundamentally, the setup process is no different than that of any other Maven project.

If you are using Eclipse the easiest way to get set everything up is by using m2eclipse plugin

http://m2eclipse.sonatype.org/

You can get the latest HttpCore and HttpClient snapshots from the following locations

http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/
http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/

Rudimentary building instructions can be found here

http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/BUILDING.txt
http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/BUILDING.txt

 If not, is it OK for me to ask questions here?


Very much so.

Cheers

Oleg



thanks kindly,

Mike

[EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to