Dave Brosius created THRIFT-1951:
------------------------------------

             Summary: libthrift.jar has source files in it
                 Key: THRIFT-1951
                 URL: https://issues.apache.org/jira/browse/THRIFT-1951
             Project: Thrift
          Issue Type: Improvement
          Components: Java - Library
    Affects Versions: 0.9
            Reporter: Dave Brosius
            Priority: Trivial
             Fix For: 1.0


libthrift.jar has both .class and .java files in it.

When i run <javadoc> task on my project and libthrift is on the classpath, 
javadoc attempts to build javadoc for the libthrift classes. This means i need 
to pull more dependencies into my projects (for all of libthrifts dependences) 
to run javadoc, even if my product doesn't use that part of the libthrift code. 
It would be nice if the jar was just execution artifacts, and a separate 
libthrift-sources.jar made available. Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to