Ibator will not build from trunk with Ant > 1.6
-----------------------------------------------
Key: IBATIS-542
URL: https://issues.apache.org/jira/browse/IBATIS-542
Project: iBatis for Java
Issue Type: Bug
Components: Tools
Affects Versions: 2.3.4
Environment: Windows XP SP3
Ant 1.7.1
Reporter: Dan Turkenkopf
Attachments: ant_version.patch
Ibator includes an ant.jar in the /core/devlib directory that is directly
referenced by the build.xml file.
This ant.jar is version 1.6, which causes conflicts when ANT_HOME is version
1.7 or 1.7.1. (cannot find the method Resources.dieOnCircularReference).
I've attached a patch that loads the ant.jar from ANT_HOME/lib instead of
/core/devlib.
Also, the ant.jar should be removed from /core/devlib so as to avoid any
possible conflicts or warnings.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.