Geir Magnusson Jr. wrote: > > This is no fun. I did a complete clean checkout before the 1.2 branch/tag > and it built and tested cleanly. > > Is there something missing from Sam's gump configuration for veltest? > > Sam, I assume this is under ant 1.4? (I am using ant 1.3) Jason, you use > ant 1.4?
The 2001-09-26 version of velocity worked with the 2001-09-26 version of ant. The 2001-09-27 version of velocity failed with the 2001-09-27 version of ant. The only Ant changes between 2001-09-26 and 2001-09-27 were in the docs and xdocs directory. You can tell that by looking at http://www.apache.org/dist/jakarta/gump/2001-09-27/cvs_jakarta-ant.html . By doing a binary search over the date range, I have determined that the jakarta-velocity change that causes this failure was introduced between 14:40 and 14:41 PDT on 2001-09-26. The change made at this time was: http://cvs.apache.org/viewcvs/jakarta-velocity/src/java/org/apache/velocity/texen/ant/TexenTask.java I hope this helps. - Sam Ruby
