Spark is not building due to Smack org.jivesoftware.smackx.debugger

Spark has stopped being built since yesterday. I tried building Spark 3.0.0 (beta) from April 2021 and it gave me this error too.And a couple of days ago everything was fine.

[INFO] 3 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.179 s
[INFO] Finished at: 2021-07-14T16:34:39+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project spark-core: Compilation failure: Compilation failure:
[ERROR] /C:/Users/Plyha/Downloads/Spark-3.0.0-beta/Spark-3.0.0-beta/core/src/main/java/org/jivesoftware/spark/Workspace.java:[46,40] package org.jivesoftware.smackx.debugger does not exist
[ERROR] /C:/Users/Plyha/Downloads/Spark-3.0.0-beta/Spark-3.0.0-beta/core/src/main/java/org/jivesoftware/spark/Workspace.java:[192,17] cannot find symbol
[ERROR]   symbol: class EnhancedDebuggerWindow
[ERROR] /C:/Users/Plyha/Downloads/Spark-3.0.0-beta/Spark-3.0.0-beta/core/src/main/java/org/jivesoftware/spark/Workspace.java:[192,49] cannot find symbol
[ERROR]   symbol: variable EnhancedDebuggerWindow
[ERROR] -> [Help 1]

Exactly what commit of the Spark repository are you trying to build?

Master, I also downloaded the beta source code.

Seems to work fine for me. Did you make some local modifications when you were working on the debugger issue in Smack 4.3? Maybe clean your local copy of the Maven repository, and try again?

1 Like

I removed the Maven cache, thanks!

C:\Users\Plyha\ .m2\

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:00 min
[INFO] Finished at: 2021-07-14T19:46:10+03:00
[INFO] ------------------------------------------------------------------------

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.