jira-importer commented on issue #702:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/702#issuecomment-2957347023

   **[Anthony 
Whitford](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=awhitford)**
 commented
   
   While I suspect the issue is a side effect of MJAVADOC-398, I don't think it 
is a duplicate of MJAVADOC-407.
   
   When building, I am now getting warnings such as these.  For example:
   
   ```
   [WARNING] Javadoc Warnings
   [WARNING] 
/Users/anthony/Documents/lombok.maven/test-maven-lombok/src/test/java/org/projectlombok/test/AppTest.java:3:
 error: package junit.framework does not exist
   [WARNING] import junit.framework.Test;
   [WARNING] ^
   [WARNING] 
/Users/anthony/Documents/lombok.maven/test-maven-lombok/src/test/java/org/projectlombok/test/AppTest.java:4:
 error: package junit.framework does not exist
   [WARNING] import junit.framework.TestCase;
   [WARNING] ^
   [WARNING] 
/Users/anthony/Documents/lombok.maven/test-maven-lombok/src/test/java/org/projectlombok/test/AppTest.java:5:
 error: package junit.framework does not exist
   [WARNING] import junit.framework.TestSuite;
   [WARNING] ^
   [WARNING] 
/Users/anthony/Documents/lombok.maven/test-maven-lombok/src/test/java/org/projectlombok/test/AppTest.java:10:
 error: cannot find symbol
   [WARNING] public class AppTest extends TestCase
   [WARNING] ^
   [WARNING] symbol: class TestCase
   [WARNING] 
/Users/anthony/Documents/lombok.maven/test-maven-lombok/src/test/java/org/projectlombok/test/AppTest.java:24:
 error: cannot find symbol
   [WARNING] public static Test suite() {
   ```
   
   The above is from the `test-javadoc` goal, and it is complaining that it 
can't find JUnit classes, yet JUnit is `test` dependency.
   


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