|
[
Permalink
| « Hide
]
Tim Barlotta added a comment - 14/Apr/07 01:16 PM
Just did an update from subversion and noticed that I no longer needed to make any changes to successfully build JRuby. Thanks!
I have this problem also, on Mac OS X. The ant.jar in lib is really old. Removing it (or presumably, upgrading to a later version) fixes the issue for me.
I made the suggested change to build.xml, to exclude the ant.jar and got through most of the tests, but failure occurred much later:
I use win xp, Java 1.6, Ant 1.7, JRuby1.0RC2 run-junit-compiled: BUILD FAILED Total time: 29 seconds Any followup appreciated. G. Bays I saw the same issue today with RC2 on OS X. I removed ant.jar from /lib and it now builds fine with Ant 1.7
Just to update my experiences, my earlier update was false. I only had the issue not happen one time. Every subsequent update from svn still has the original problem mentioned in the description of this bug.
@Geoffrey Bays: I am getting the same error and (as you have already noticed, but just for others) there is a bug report on this:
http://jira.codehaus.org/browse/JRUBY-947 Please take another look at this issue, it seems that a few people are still experiencing this issue.
It seems we can just delete ant.jar permanently and everything works fine. So maybe that's a good approach for now? I think we're probably going to ditch the serialization stuff anyway, which will make this moot, but in case we don't this seems like a good approach.
We've resolved this in an extremely creative and innovative way: we deleted ant.jar. Yay! There's some additional cleanup needed to remove the taskdef we needed ant.jar for, but it's on the way (we voted that particular taskdef out just today).
|
|||||||||||||||||||||||||||||||||||||||||||||||