Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39774 - Ant fails with Invalid Implementation issues
Summary: Ant fails with Invalid Implementation issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 42850
  Show dependency tree
 
Reported: 2004-01-29 08:46 UTC by Greg Bowyer
Modified: 2004-03-11 12:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Bowyer 2004-01-29 08:46:10 UTC
Ant version 1.6 dies on some computers with the following:

Invalid implementation version between Ant core and Ant optional tasks.
 core    : 1.5.1
 optional: 1.6.0

However the optional tasks are from the ebuild ant-optional-1.6 and the ant ebuild used is 1.6

Both builds have been removed from the computers, totally but the issue still persists.

If ant is called directly ie java -jar /usr/share/ant/lib/ant-launcher.jar it runs fine 

..... Unfortunalty this only happens on select computers, on my own machines this is not happening making this a hard bug to find the cause of ....


Reproducible: Sometimes
Steps to Reproduce:
Comment 1 Greg Bowyer 2004-01-29 08:46:47 UTC
A workaround btw is to remove ant-optional, but this will remove any functions that want special tasks such as antlr ....
Comment 2 Lim Swee Tat (RETIRED) gentoo-dev 2004-02-02 11:17:53 UTC
can you submit the following? "emerge info" and "qpkg -I -v ant"
Comment 3 Dylan Carlson (RETIRED) gentoo-dev 2004-02-25 00:42:59 UTC
Please emerge ant-1.5.4 for now.  1.6.0 is moved into package.mask because there are too many problems with it.  Reference bug # 42850
Comment 4 Chris Aniszczyk (RETIRED) gentoo-dev 2004-03-11 12:45:24 UTC
Emerge ant 1.6.1, your problems should be fixed.