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

   **[Dennis 
Lundberg](https://issues.apache.org/jira/secure/[email protected])**
 commented
   
   I've had a look at your log-file and it seems that your problem occurs when 
the javadocs are generated. See the snippet below.
   I suggest that we move this issue to the maven-javadoc-plugin instead. Do 
you agree?
   
   ```
   [DEBUG] Generating 
C:\ExpressContact\StandAlone\RandomizationEngine\target\site\apidocs\index.html
   [INFO] Generate "JavaDocs" report.
   [DEBUG] Javadoc executable=[C:\j2sdk1.4.2_10\jre\..\bin\javadoc.exe]
   [DEBUG] C:\j2sdk1.4.2_10\jre\..\bin\javadoc.exe @options @files
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/App.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/dao/CaseUnitDao.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/dao/jdbc/JdbcBaseTemplateDao.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/dao/jdbc/JdbcCaseUnitDao.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/dao/jdbc/JdbcRandomizerDao.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/dao/RandomizerDao.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/domain/Arm.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/domain/CaseType.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/domain/CaseUnit.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/domain/Client.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/domain/RandomizationMethod.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/domain/Study.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/RandomizeEngine.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/service/BaseCaseUnitRandomizer.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/service/CaseUnitRandomizer.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/service/ClientCaseUnitRandomizer.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/service/MemberCaseUnitRandomizer.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/service/RandomizerFactory.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/service/RandomizerFactoryImpl.java...
   Loading source file 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/Startup.java...
   2 errors
   1 warning
   [INFO] 
------------------------------------------------------------------------
   [ERROR] BUILD ERROR
   [INFO] 
------------------------------------------------------------------------
   [INFO] Error during page generation
   
   Embedded error: Error rendering Maven report: Exit code: 1 - 
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/domain/Client.java:21:
 warning: as of release 1.4, assert
   is a keyword, and may not be used as an identifier
       assert (planTypeId == null) || (bplId == null) : "A Client (from a 
Randomization Standpoint) should not have both a PLAN TYPE ID and BPL ID";
       ^
   
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/domain/Client.java:21:
 not a statement
       assert (planTypeId == null) || (bplId == null) : "A Client (from a 
Randomization Standpoint) should not have both a PLAN TYPE ID and BPL ID";
                                   ^
   
C:/ExpressContact/StandAlone/RandomizationEngine/src/main/java/com/express_scripts/imms/randeng/domain/Client.java:21:
 ';' expected
       assert (planTypeId == null) || (bplId == null) : "A Client (from a 
Randomization Standpoint) should not have both a PLAN TYPE ID and BPL ID";
                                                      ^
   ```
   
   


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