Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Workspace setput problem with Indigo / Jetty

Hi Jens and Mathias.

I was hoping to reproduce the issue (and find a solution :) ). But it
does not happen for me.

Sorry this might be turning into the debug of the development setup for jgit.
I unzipped a fresh install of Eclipse-PDE-Indigo from last June.

I followed the steps
http://wiki.eclipse.org/EGit/Contributor_Guide#Development_IDE_Configuration
with one difference: I installed jetty directly from the Indigo
repository: "Jetty Target Components 7.4.2".

Then I imported all the jgit projects. There is no compilation issue.
Well, I did fight with org.hamcrest and ended-up adding
Require-Bundle: org.hamcrest.core
to the org.eclipse.jgit.test's MANIFEST.MF to solve the compilation
errors in org.eclipse.jgit.diff.

I am on IRC at freenode on the #jetty channel if someone wants to debug it live.

Hugues

On Mon, Sep 19, 2011 at 6:23 AM, Matthias Sohn
<matthias.sohn@xxxxxxxxxxxxxx> wrote:
> 2011/9/16 Baumgart, Jens <jens.baumgart@xxxxxxx>
>>
>> I try to set up an Egit workspace with Eclipse Indigo on my Mac.
>>
>> When I install Jetty 7.1.6 from
>> http://download.eclipse.org/jetty/7.1.6.v20100715/repository
>> I also get the 7.4.2 Jetty JARs. This is a problem because the HTTP Tests
>> do not work with Jetty 7.4.2.
>> Any idea why this happens?
>
> With Jetty 7.4.2 I get compile errors due to missing class
> org.eclipse.jetty.util.component.AggregateLifeCycle.
> I found this class in org.eclipse.jetty.util but still Eclipse complains
> it can't compile.
> Can't find out what dependency we miss which would fix this.
> Description Resource Path Location Type
> The project was not built since its build path is incomplete. Cannot find
> the class file for org.eclipse.jetty.util.component.AggregateLifeCycle. Fix
> the build path then try building this project org.eclipse.jgit.http.test
> Unknown Java Problem
>
> --
> Matthias
>
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/egit-dev
>
>


Back to the top