Re: Elemento, maven config to force template implementation class regen

2018-03-28 Thread Rob Newton
Thankyou Thomas, that is good to know. On Tuesday, March 27, 2018 at 8:36:22 PM UTC+11, Thomas Broyer wrote: > > > > On Monday, March 26, 2018 at 10:19:26 AM UTC+2, Rob Newton wrote: >> >> Hi, >> >> When I edit an Elemento template HTML file and do a mvn compile it won't >> regenerate the templat

Re: Elemento, maven config to force template implementation class regen

2018-03-27 Thread Thomas Broyer
On Monday, March 26, 2018 at 10:19:26 AM UTC+2, Rob Newton wrote: > > Hi, > > When I edit an Elemento template HTML file and do a mvn compile it won't > regenerate the template implementation class source file. Is there some > maven pom config and/or command I can use to say rerun the element

Re: Elemento, maven config to force template implementation class regen

2018-03-26 Thread Rob Newton
Trying mvn process-sources or mvn generate-sources does not help. On Monday, March 26, 2018 at 8:25:18 PM UTC+11, Ahmad Bawaneh wrote: > > try *mvn process-sources* > > On Monday, March 26, 2018 at 10:19:26 AM UTC+2, Rob Newton wrote: >> >> Hi, >> >> When I edit an Elemento template HTML file an

Re: Elemento, maven config to force template implementation class regen

2018-03-26 Thread Ahmad Bawaneh
try *mvn process-sources* On Monday, March 26, 2018 at 10:19:26 AM UTC+2, Rob Newton wrote: > > Hi, > > When I edit an Elemento template HTML file and do a mvn compile it won't > regenerate the template implementation class source file. Is there some > maven pom config and/or command I can use

Elemento, maven config to force template implementation class regen

2018-03-26 Thread Rob Newton
Hi, When I edit an Elemento template HTML file and do a mvn compile it won't regenerate the template implementation class source file. Is there some maven pom config and/or command I can use to say rerun the elemento annotation processor without doing a mvn clean or touching the template abs