rimerosolutions / ant-git-tasks

Ant tasks for Git with JGit
Apache License 2.0
41 stars 39 forks source link

I fixed the compile errors you mentioned with regards to the CurrentBranch task addition #10

Closed kenbarby closed 9 years ago

kenbarby commented 9 years ago

But I'm still seeing compilation issues with the AntTaskDoclet class (which I did not touch)

yveszoundi commented 9 years ago

Hello @kenbarby ,

I had already fixed and published your code (Maven central).

The doclet compilation issues might be related to the JDK version that you're using (JDK 1.6 or 1.8?) and/or environment variables. The program might not be able to find the "tools.jar" file. Do you have JAVA_HOME set as environment variable? If so could you provide more details about your environment and setup (OS name, JDK version, etc.)?

Yves

yveszoundi commented 9 years ago

Closing it. If you still encounter compiler errors feel free to open another ticket.