> > I am stuck with another issue, and I can't figure out what's wrong here. So > I want to invoke Git using AntBuilder.exec, but it consistently refuses to > pass back any program output or even result code to my script.
Use Gradle's own Exec task instead, it's way better :-) LT
