すすを作ろうとしています。
を使用して JastAddExtensions のソース コードをダウンロードし、使用して Sootsvn co https://svn.sable.mcgill.ca/abc/trunk/JastAddExtensions/
のコードをチェックアウトしました。
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[]
このエラーを修正するにはどうすればよいですか? JastAddExtensions\SootJastAddJ
現在のバージョンの Soot と互換性のあるバージョンの のコードはどこでダウンロードできますか?