Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Compile instructions for version 2.3

Compiled jgit successfully with jdk1.6 and maven3.0.

What are the specific instructions to create the plugin repository aka
--content.jar
-artifacts.jar
-plugins
-features



On Wed, Jul 13, 2016 at 9:47 PM, Raghavendra Sarangapurkar <raghavsarang@xxxxxxxxx> wrote:
Sure will try that.

What are the java and maven versions required for that.

http://wiki.eclipse.org/EGit/Contributor_Guide#JGit   does not mention the version I am trying.

-Raghavendra

On Wed, Jul 13, 2016 at 7:48 PM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
you need to compile JGit yourself as described in the contributor guide,
we don't have this version stored in repo.eclipse.org

On Thu, Jul 14, 2016 at 12:53 AM, Raghavendra Sarangapurkar <raghavsarang@xxxxxxxxx> wrote:
We have an eclipse 3.7 based product so we require the egit plugin for that.

The options in the "Team Repository View" like "pull", "add".... are not working. They dont show the window.
To workaround that we want to disable the menu options in the team and restrict to "Commit", "Show History", "Disconnect" only. To get to this we want remove the actions in the plugin.xml, not sure if there is a direct way override the actions. Second if we trying to compile the JGIT 2.3 repository is not available (https://repo.eclipse.org/content/unzip/snapshots.unzip/org/eclipse/jgit/org.eclipse.jgit.repository/2.4.0-SNAPSHOT/

I did follow the instructions in the links you mentioned.

Your help is appreciated.

Thanks

On Wed, Jul 13, 2016 at 6:19 PM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
On Wed, Jul 13, 2016 at 9:12 PM, Raghavendra Sarangapurkar <raghavsarang@xxxxxxxxx> wrote:
Compile instructions for version 2.3

2.3.1 was released on March 1, 2013 [1]. The corresponding version of the contributor guide
explaining how to build is here [2]. At that time we used Java 6.

Why do you want to compile such an old version ? The latest release is 4.4.0 [1].


-Matthias





Back to the top