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
Post a Comment