Best way to integrate Git with Ant?

后端 未结 7 1060
囚心锁ツ
囚心锁ツ 2020-12-24 00:57

I am looking for the best way to integrate Git with Ant. Is there a widely used Ant task for Git? Does anyone have any experience using Git through Ant (e.g. dedicated task,

7条回答
  •  暖寄归人
    2020-12-24 01:22

    Look at JGit-Ant. Unfortunately jgit-ant tasks project hasn't all main git actions, you can find additional info here.

    For java developers: you can easily write git-ant-commands yourself with using jgit as in this examples.

提交回复
热议问题