Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to checkout map file from GIT ?
How to checkout map file from GIT ? [message #903356] Thu, 23 August 2012 09:44 Go to next message
Oliver Lee is currently offline Oliver LeeFriend
Messages: 3
Registered: August 2012
Junior Member
i want do a headless build using pde build.

the repository i use is GIT

the pde headless build allow to config the builder to fetch map file based on the configuration of customTarget.xml ,i found they use the cvs task to fetch like this:

<target name="getMapFiles" depends="checkLocalMaps" unless="skipMaps">

<property name="mapsCheckoutTag" value="HEAD" />
<cvs cvsRoot="${mapsRepo}" package="${mapsRoot}" dest="${buildDirectory}/maps" tag="${mapsCheckoutTag}" />

</target>

i want change the cvs to git,how to do that?thank you very much!
Re: How to checkout map file from GIT ? [message #1097036 is a reply to message #903356] Thu, 29 August 2013 06:53 Go to previous message
Klaus Nuber is currently offline Klaus NuberFriend
Messages: 2
Registered: August 2013
Junior Member
I have the same question. The documentation at http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Ftasks%2Fpde_fetch_phase.htm is not up to date.
Previous Topic:Eclipse plug-in mash-up and prototyping tool
Next Topic:Terminate plugin on startup
Goto Forum:
  


Current Time: Thu Mar 28 12:28:39 GMT 2024

Powered by FUDForum. Page generated in 0.02919 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top