I have a jar file copied in the lib directory
I’d like to run “play deps –sync” without this jar being deleted..
I’ve already looked at depency file documentation but couldn’t figure out how to do it
any idea?
— edit
I’ve just found the answer: http://groups.google.com/group/play-framework/browse_thread/thread/b54e4e25ae49161b
Gonna google around a bit more before asking here
just like the answer in google groups said, I could achieve it with the following dependencies.yml file
for library /jar/DateHelper-1.0.jar
(You need to create the jar dir and put your jar files in it)
so, according to the ${xxxx} it seems like dependecies.yml file is processed like a template… just like happens with the routes file