Floodlight编译出错
问题:在ubuntu上编译floodlight源码出错
1.出现 package org.apache.thrift.annotation does not exist错误
问题原因:github项目更新了libthrift.jar,但是源码还是0.9.0版本。而且netty-all也未更新。
解决:下载0.14.1的libthrift.jar,以及netty-all-4.1.50.Final.jar加入项目的lib文件夹中。并且更新build的版本号。然后重新ant编译即可。
