关于beehive :beehive-tools.xml:75: Error running apt compiler

我下载了apache-beehive-1.0.2, 打算部署它的netui-blank。
我的环境配置是 jdk1.5.0

但是每次ant build的时候,都遇到同一个问题:
beehive-tools.xml:75: Error running apt compiler

我不知道这个所谓的是APT是个什么东西,查看beehive-tools.xml的75行附近,是这样一段代码:
destdir="@{destdir}"
gendir="@{tempdir}"
classpathref="_controls.build.classpath"
compileByExtension="true"
srcExtensions="*.java,*.jcx,*.jcs,*.jws"
debug="true"
nocompile="@{nocompile}"/>

另外在该文件中,我查到这段代码:
classname="org.apache.beehive.controls.runtime.generator.AptTask"
classpathref="apt.task.classpath"
οnerrοr="fail"/>

我检查了类路径,确认AptTask存在。
我现在相当困惑,不知道如何才能build成功,或者说如果使用beehive

请有相关经验的工程师指点一二,谢谢!

你可能感兴趣的:(关于beehive :beehive-tools.xml:75: Error running apt compiler)