arosien commented on code in PR #253:
URL: https://github.com/apache/daffodil-vscode/pull/253#discussion_r955334206


##########
build.sbt:
##########
@@ -46,7 +47,8 @@ lazy val commonSettings =
     // remove the -Xcheckinit option added by the sbt tpoletcat plugin. This
     // option leads to non-reproducible builds
     scalacOptions --= Seq("-Xcheckinit"),
-    startYear := Some(2021)
+    startYear := Some(2021),
+    Compile / managedResourceDirectories += baseDirectory.value / "server" / 
"sbtXjc" / "target" / "scala-2.12" / "src_managed_cxf" / "org" / "apache" / 
"daffodil" / "tdml"

Review Comment:
   ```suggestion
   ```
   
   This line isn't needed; the generated sources are automatically added.



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