Menu

problem for ant jar

ElsLiu
2013-09-27
2013-12-26
  • ElsLiu

    ElsLiu - 2013-09-27

    i already have the libthrift.jar, but when i ant jar under the jnomic dir, it has the 100 errors about cannot find symbol such as :

    [javac]   symbol:   class AsyncProcessFunction
    [javac]   location: package org.apache.thrift
    [javac] /root/jnomics-code/src/manager/edu/cshl/schatz/jnomics/manager/api/JnomicsCompute.java:1519: error: cannot find symbol
    [javac]         final org.apache.thrift.AsyncProcessFunction fcall = this;
    

    how do i solve these errors??

     
  • Jitendra

    Jitendra - 2013-12-24

    Hi ElsLiu,

    Did you manage to resolve the issue? If yes, please let me know the steps.I am also facing the same issue? Thanks.

     
  • Jitendra

    Jitendra - 2013-12-26

    The issue was that my thrift.exe was not of 0.8.0 version. Once I updated it, it works fine.

     

Log in to post a comment.