Aaron McCurry created BLUR-109:
----------------------------------

             Summary: Update the genAndReplace script in the distibution 
project to re-author the generated java class file.
                 Key: BLUR-109
                 URL: https://issues.apache.org/jira/browse/BLUR-109
             Project: Apache Blur
          Issue Type: Bug
    Affects Versions: 0.1.5
            Reporter: Aaron McCurry
             Fix For: 0.1.5


Due to the embedding of the thrift library code in the blur-thrift project, the 
generated class files will import the wrong packages.  It will import 
"org.apache.thrift.*" instead of the 
"org.apache.blur.thirdparty.thrift_0_9_0.*" package.  So the the script that 
runs the generation code and places the apache headers on the each of the files 
need to be modified to import the correct package 
(org.apache.blur.thirdparty.thrift_0_9_0).

--
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