You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the twirl-maven-plugin (v.1.1) to generate Scala-sources from Twirl-templates. These sources are generated in target/generated-sources/twirl/ and it seems the Scalor-maven-plugin is unable to find these sources and I'm getting the following error compiling this line (InvoicePdfHelper.scala:38)
[ERROR] [compile-main] [FAIL] [Error] /home/andreak/dev/origo-branches/scalor-maven-plugin/core/src/main/scala/no/officenet/origo/core/domain/model/invoice/InvoicePdfHelper.scala:38: object visena is not a member of package com
The text was updated successfully, but these errors were encountered:
I use the twirl-maven-plugin (v.1.1) to generate Scala-sources from Twirl-templates. These sources are generated in target/generated-sources/twirl/ and it seems the Scalor-maven-plugin is unable to find these sources and I'm getting the following error compiling this line (InvoicePdfHelper.scala:38)
The text was updated successfully, but these errors were encountered: