mvolikas commented on PR #1343:
URL: 
https://github.com/apache/incubator-stormcrawler/pull/1343#issuecomment-2453435316

   > @mvolikas compiling the project generated from the archetype fails with
   > 
   > ```
   > [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) 
on project crawlzob: Compilation failure
   > [ERROR] /tmp/crawl/src/main/java/com/dipe/CrawlTopology.java:[34,8] class 
SolrCrawlTopology is public, should be declared in a file named 
SolrCrawlTopology.java
   > ```
   
   Yes I have not yet tested with the java topologies. One thing to note is 
that after generating the default StormCrawler archetype with
   ```
   mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler 
-DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=3.1.0
   ```
   and then running `mvn clean package` I also get an error:
   ```
   [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?


-- 
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

Reply via email to