martin-g commented on pull request #18: URL: https://github.com/apache/velocity-engine/pull/18#issuecomment-732118081
I think I figured it out: it seems on TravisCI `File[] directoryListing = dir.listFiles();` returns first "ugly2.vtl" and then `ugly.vtl" and due to this the context for ugly1 is "dirty". I've moved the initialization of VelocityEngine one level/method later and now everything is OK. Please let me know if you want me to squash the commits! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org