Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Push to Gerrit enhancement

2012/12/6 Kamil Soboń <iso.poczta@xxxxxxxxx>
I have some problems with setting-up environment (I was following guides from: http://wiki.eclipse.org/EGit/Contributor_Guide).

1. First of all I was really surprised that I cannot develop my feature In Eclipse Indigo (3.7.2) - egit/jgit master branch.

why ? This should work.
 
2. I have change my target platform to egit-4.2 and after that i still have some compilation errors, e.g. in Archive class (org.eclipse.jgit.pgm.Archive):
The import org.apache cannot be resolved    Archive.java /org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm    line 54    Java Problem

yeah, this is a problem which was introduced recently, see [1]. Jonathan's change was accepted as soon as the CQ for the new dependency to apache commons compress was approved but it seems this library isn't yet available in Orbit. We need to fix this before releasing 2.2. As long as you don't work on pgm you can ignore this for now.
 
3. There are a lot of "Missing @since tag" errors

see [2,3]

how did you set the API baseline ?


Back to the top