Description of problem: When I build the kawa SRPM, I need to add antlr to the classpath in order for gjdoc to run. Isn't there some other way to force antlr in there so users don't have to add it manually? Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1.install the kawa SRPM from devel 2.remove antlr from the classpath 3.build it Actual results: Expected results: Additional info:
antlr.jar *is* on the gjdoc classpath. It's not a Requirement of it, though. I've fixed this and pushed a build. Hopefully we can get this into FC6 or at least soon afterwards as an update.
antlr.jar is not on the classpath in my test case. See... https://www.redhat.com/archives/fedora-devel-java-list/2006-October/msg00003.html Note that in my case the code is being invoked directly by ant, isn't it?
I'm under the impression that ant execs javadoc, and does not try to invoke it directly. I haven't looked at the code to verify this, however. Still, there's nothing in that stack trace that indicates ant.
Bug 209595 might be related to this.
I *think* this is a dupe. If not, please re-open, Anthony. *** This bug has been marked as a duplicate of 209595 ***