java - Used Tapestry template, reverted, but now not referencing actual index.tml file -


i royally messed trying push changes github repository , did weird in intellij. automatically reverted me original tapestry framework boilerplate index.tml page.

after reverting older versions, got files original state. so, now, if access app in command line run

mvn jetty:run 

however keep getting error below, not represent file accessing (totally different).

how mvn access right file, or intellij/tapestry issue go away.

:(

thanks!

william

the solution has been found nice colleague of mine. resolve issue:

mvn clean compile jetty:run 

this solved issues.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -