mbeckerle commented on code in PR #1237:
URL: https://github.com/apache/daffodil/pull/1237#discussion_r1600839323


##########
build.sbt:
##########
@@ -53,6 +54,8 @@ lazy val daffodil = project
     udf
   )
   .settings(commonSettings, nopublish, ratSettings, unidocSettings, 
genCExamplesSettings)
+  .settings(javadocSettings: _*) // for genjavadoc to create javadoc from 
scala code

Review Comment:
   Please take another look. 
   
   This runs, but errors in genjavadoc becuase the filters do not apply to 
runtime1 files until after it fails with a zillion javadoc errors trying to 
convert scaladoc to javadoc for files we do not care about. We need to exclude 
various directories before genjavadoc converts them, but currently genjavadoc 
by way of unidoc, is getting handed whole sub-projects like "runtime1" and 
"japi" to convert. 
   
   If you remove the call to withScalaDocConvertedToJavaDoc from runtime1 in 
build.sbt then this works, it just doesn't create any javadoc for the 
runtime1/api/Metadata.scala or Infoset.scala files. 
   



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