Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] eclipse project import

or across the git repos associated with the project at
http://cia.vc/stats/project/jetty

--
jesse mcconnell
jesse@xxxxxxxxxxx

http://webtide.com / http://intalio.com
(the folks behind jetty and cometd)



On Tue, Jan 10, 2012 at 10:08, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
> Jetty moved to git.eclipse.org many moons ago.
>
> You'll want to delete your SVN checkout and use GIT instead.
>
> $ git
> clone http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git
>
> Note: you can also track jetty changes on github.
> https://github.com/eclipse/jetty.project
>
> --
> Joakim Erdfelt
> joakim@xxxxxxxxxxx
>
> http://webtide.com | http://intalio.com
> (the people behind jetty and cometd)
>
>
>
> On Tue, Jan 10, 2012 at 8:47 AM, S Ahmed <sahmed1020@xxxxxxxxx> wrote:
>>
>> So I pulled down jetty from:
>> http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk/
>>
>> I then imported in eclipse using an the maven project import.
>>
>> There are allot of errors in the project, which I suspect I have to set a
>> classpath or something similiar?
>>
>> Please correct me if I am wrong, but eclipse is used as the IDE and not
>> for building, all builds are done via the command line correct? (or using a
>> maven plugin)
>>
>> (I have IntelliJ but the automatic import in IntelliJ was a mess and that
>> is why I am trying out eclipse.)
>>
>> Also, hopefully when I get this working, where is the main entry point
>> when a request comes into jetty so I can set a breakpoint and trace how a
>> request is eventually processed?
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> jetty-dev mailing list
>> jetty-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>>
>
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top