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 05:44
Oliver Lee is currently offline Oliver Lee
Messages: 1
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!
Previous Topic:How to get tests visible to the launcher?
Next Topic:Non p2 compliant plugin not loading in Solaris
Goto Forum:
  


Current Time: Fri May 24 12:52:24 EDT 2013

Powered by FUDForum. Page generated in 0.01584 seconds