Ive reached an interesting problems writing this p...
# general
m
Ive reached an interesting problems writing this pants plugin to build play projects - the first thing I did was to get it to compile the routes file (a text file that turns into scala). I got play to generate the same routes.scala as sbt does. besides the routes there is a bunch of controllers (as in the C in MVC). the problem is the controllers use the routes.scala, but routes.scala also refers to controllers. in other words, neither can be built without the other, I think sbt compiles it all together. How do I do this in Pants? cc @ancient-stone-50795 @witty-crayon-22786 @rough-minister-58256