Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems compiling twirl-templates #19

Open
andreak opened this issue Apr 30, 2018 · 1 comment
Open

Problems compiling twirl-templates #19

andreak opened this issue Apr 30, 2018 · 1 comment

Comments

@andreak
Copy link

andreak commented Apr 30, 2018

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)

val xmlResult = com.visena.invoice.report.pdf.xml.InvoiceTimesheetGroupedOnInvoiceLinesPDF.render(invoicePrintDto, includePrices)
[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
@Andrei-Pozolotin
Copy link
Contributor

I guess it has to do with phase/goal ordering.
please publish minimal reproducible case project somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants