Git Ant Tasks jars

Ant Ant git git

The JGit project from Eclipse has been working on Eclipse and Git integration. Their user guide mentions an ant task but doesn't show where to download the needed jars. If you knew a little java, you could grab the source and compile a couple from jgit's github account.

COLDFUSION
<taskdef resource="org/eclipse/jgit/ant/ant-tasks.properties">
<classpath>



</classpath>
</taskdef>

I googled around and found them.

Mike Henke

Written by Mike Henke

Mike Henke (pronounced "hang-kee") is a full-stack developer with 25+ years of experience, evolving from ColdFusion to modern frontend frameworks, AI, and cloud technologies. Based in Omaha, he enjoys time with his wife and three children when not coding.