我正在尝试制造烟灰。

我已经使用svn co https://svn.sable.mcgill.ca/abc/trunk/JastAddExtensions/下载了JastAddExtensions的源代码,并使用签出了Soot的代码。


git remote add soot https://github.com/Sable/soot.git
git pull soot develop


然后,我尝试使用Ant构建Soot,并收到以下错误消息:

D:\dev\ro-01\soot\build.xml:102: The following error occurred while executing this line:
D:\dev\ro-01\JastAddExtensions\SootJastAddJ\build.xml:18: taskdef class JFlex.anttask.JFlexTask cannot be found
 using the classloader AntClassLoader[]


如何解决此错误?在哪里可以下载与当前Soot版本兼容的JastAddExtensions\SootJastAddJ代码版本?

最佳答案

在Soot邮件列表中,您会更快地获得帮助。您不需要构建Soot的JastAdd部分。它已预先构建在“生成”目录中。

08-06 16:49