Skip to main content



      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 05:44 Go to next message
Eclipse UserFriend
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 02:53 Go to previous message
Eclipse UserFriend
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: Sun Jul 27 04:33:24 EDT 2025

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

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

Back to the top