You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Mike Clark <mc...@apache.org> on 2008/12/01 23:46:25 UTC

HttpComponents 4.0 - developer env

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?  If not, is it OK for me to ask questions here?

 

thanks kindly,

 

Mike

mclark@apache.org


Re: HttpComponents 4.0 - developer env

Posted by Oleg Kalnichevski <ol...@apache.org>.
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
> 
> mclark@apache.org
> 
> 


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