Re: sbt scaladoc tool failing on java codegen files

2019-10-09 Thread Beckerle, Mike
instead. From: Steve Lawrence Sent: Wednesday, October 9, 2019 2:45 PM To: dev@daffodil.apache.org Subject: Re: sbt scaladoc tool failing on java codegen files Looks like publishing has a dependency on building/publishing the docs. Since that's expected to fail

Re: sbt scaladoc tool failing on java codegen files

2019-10-09 Thread Steve Lawrence
Looks like publishing has a dependency on building/publishing the docs. Since that's expected to fail right now, you can add this to the runtime2 project to disable publishing the docs: .settings(publishArtifact in (Compile, packageDoc) := false) On 10/9/19 2:28 PM, Beckerle, Mike wrote: > >

sbt scaladoc tool failing on java codegen files

2019-10-09 Thread Beckerle, Mike
On my PR branch https://github.com/apache/incubator-daffodil/pull/274 I am struggling because I can't get sbt publishLocal to create a published jar for the new runtime2 module. I think I have modified build.sbt to make runtime2 appear everyplace runtime1 appears. It certainly compiles and run