Skip to main content

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

FYI:
Added a documentation issue to put that info onto the wiki:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=368305

Jan

On 11 January 2012 03:42, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
> Just answered this on stackoverflow.com this morning in fact.
>
> http://stackoverflow.com/a/8804478/775715
>
> --
> Joakim Erdfelt
> joakim@xxxxxxxxxxx
>
> http://webtide.com | http://intalio.com
> (the people behind jetty and cometd)
>
>
>
> On Tue, Jan 10, 2012 at 9:27 AM, S Ahmed <sahmed1020@xxxxxxxxx> wrote:
>>
>> Thanks.
>>
>> So once I do that, can someone outline the steps to setup the project in
>> Eclipse (or preferrably IntelliJ 9).
>>
>> Please don't assume too much on my end :)
>>
>> I really appreciate this.
>>
>>
>> On Tue, Jan 10, 2012 at 11:10 AM, Jesse McConnell <jesse@xxxxxxxxxxx>
>> wrote:
>>>
>>> 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
>>> >
>>> _______________________________________________
>>> 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
>>
>
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top