Hi all,I have a problem with a dependency.I want the jug library, so i define the require dependency in the yml file:- org.safehaus.jug -> jug 2.0.0But there is an error 404, because the file to download is not jug-2.0.0.jar, but jug-2.0.0-lgpl.jar.
There is a way to force the name of the jar? Else the path to the pom file is good.Thanks.M.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
--
I had the same problem when I tried to add the lite version of the
jasypt library to our project.
See here: http://www.jasypt.org/maven.html
It would be nice if the dependencies.yml would support classifiers.
I created a ticket for this:
http://play.lighthouseapp.com/projects/57987/tickets/986-support-for-classifier-in-dependenciesyml
Matthias
On 31/05/11 23:42, Martien Verbruggen wrote:
> You could use maven to manage dependencies with external jars. Play has
> a maven plugin which works well.
>