- Notifications
You must be signed in to change notification settings - Fork 310
Description
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/hankunfang/Downloads/FlowDroid/soot-infoflow/src/soot/jimple/infoflow/AbstractInfoflow.java:[51,25] 程序包soot.javaToJimple不存在
[ERROR] /Users/hankunfang/Downloads/FlowDroid/soot-infoflow/src/soot/jimple/infoflow/AbstractInfoflow.java:[454,57] 找不到符号
符号: 变量 src_prec_java
位置: 类 soot.options.Options
[ERROR] /Users/hankunfang/Downloads/FlowDroid/soot-infoflow/src/soot/jimple/infoflow/AbstractInfoflow.java:[629,41] 找不到符号
符号: 类 DefaultLocalGenerator
位置: 类 soot.jimple.infoflow.AbstractInfoflow
[INFO] 3 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for FlowDroid Parent Module 2.15.0-SNAPSHOT:
[INFO]
[INFO] FlowDroid Parent Module ............................ SUCCESS [ 0.217 s]
[INFO] soot-infoflow ...................................... FAILURE [ 3.694 s]
[INFO] soot-infoflow-android .............................. SKIPPED
[INFO] StubDroid .......................................... SKIPPED
[INFO] FlowDroid Command Line Util ........................ SKIPPED
[INFO] soot-infoflow-integration .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.017 s
[INFO] Finished at: 2025-10-16T16:25:21+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile) on project soot-infoflow: Compilation failure: Compilation failure:
[ERROR] /Users/hankunfang/Downloads/FlowDroid/soot-infoflow/src/soot/jimple/infoflow/AbstractInfoflow.java:[51,25] 程序包soot.javaToJimple不存在
[ERROR] /Users/hankunfang/Downloads/FlowDroid/soot-infoflow/src/soot/jimple/infoflow/AbstractInfoflow.java:[454,57] 找不到符号
[ERROR] 符号: 变量 src_prec_java
[ERROR] 位置: 类 soot.options.Options
[ERROR] /Users/hankunfang/Downloads/FlowDroid/soot-infoflow/src/soot/jimple/infoflow/AbstractInfoflow.java:[629,41] 找不到符号
[ERROR] 符号: 类 DefaultLocalGenerator
[ERROR] 位置: 类 soot.jimple.infoflow.AbstractInfoflow
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :soot-infoflow