论坛首页 入门技术论坛

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

浏览 2386 次
该帖已经被评为新手帖
作者 正文
   发表时间:2007-03-16  
我下载了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行附近,是这样一段代码:
<apt srcdir="@{srcdir}"
                 destdir="@{destdir}"
                 gendir="@{tempdir}"
                 classpathref="_controls.build.classpath"
                 compileByExtension="true"
                 srcExtensions="*.java,*.jcx,*.jcs,*.jws"
                 debug="true"
                 nocompile="@{nocompile}"/>

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

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

请有相关经验的工程师指点一二,谢谢!
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics