Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Git Fetch Factory

On Thu, May 19, 2011 at 3:33 PM, Andrew Gvozdev <angvoz.dev@xxxxxxxxx> wrote:
How should one install a fetch factory to a base builder properly? I am downloading 2 files from https://hudson.eclipse.org/hudson/job/egit-pde/11/artifact/org.eclipse.egit.pde-updatesite/target/site/plugins/,
  org.eclipse.egit.fetchfactory_0.10.0.201011091645.jar
  org.eclipse.egit.relengtools_0.10.0.201011091645.jar

and copying them into  org.eclipse.releng.basebuilder/plugins/. Is that a correct way?

I asked Andrew N and that's apparently what we did.  We use org.eclipse.releng.basebuilder tagged v20110302, and then just dropped it in plugins/org.eclipse.egit.fetchfactory_0.10.0.201011091645.jar

The git fetchfactory depends on being able to find git in your environment path.  It doesn't use JGit.  But I don't see anything that checks the availability of the executable before it works, and the fetch-factory only depends on PDE build, not any egit or jgit bundles.

Later,
PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top