rzo1 commented on PR #1343: URL: https://github.com/apache/incubator-stormcrawler/pull/1343#issuecomment-2453444795
> > ``` > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] /home/markos/apache/test/src/main/java/test/CrawlTopology.java:[35,36] cannot find symbol > symbol: class ConfigurableTopology > [INFO] 1 error > [INFO] ------------------------------------------------------------- > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 15.617 s > [INFO] Finished at: 2024-11-03T15:46:48+02:00 > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project test: Compilation failure > [ERROR] /home/markos/apache/test/src/main/java/test/CrawlTopology.java:[35,36] cannot find symbol > [ERROR] symbol: class ConfigurableTopology > [ERROR] > [ERROR] -> [Help 1] > ``` > > Can you confirm that? ```bash [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33.148 s [INFO] Finished at: 2024-11-03T15:16:00+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project bla: Compilation failure [ERROR] /home/rz/tmp/bla/src/main/java/bla/CrawlTopology.java:[35,36] cannot find symbol [ERROR] symbol: class ConfigurableTopology [ERROR] [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 ``` The actually issue is, that the template misses an import for `import org.apache.stormcrawler.ConfigurableTopology;` -> https://github.com/apache/incubator-stormcrawler/issues/1389 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org