lewismc commented on PR #862:
URL: https://github.com/apache/nutch/pull/862#issuecomment-3264006059

   OK I found an issue. I'm not sure if it is the sole issue but it needs fixed.
   Several `plugin` tests are failing with 
   
   ```java.lang.NoClassDefFoundError`
   ...
   Caused by: java.lang.ClassNotFoundException
   ...
   ```
   Clearly this is a classpath issue. 
   JUnit 3 & 4 relied on the `<junit>` ant task which scanned Java source files 
(`.java`).
   JUnit 5 scans for compiled class files. I suspect this is the issue.
   I'm working on a solution and will update ASAP.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to