I have written a small post how to combine play and the maven
dependency resolution for your own modules, hopefully without getting in
classloader hell because of clashing versions of packages which
already ship with play.
Please comment, whether this is a useful solution - I am not really a
friend of maven myself, but it just works for transitive dependencies
IMO.
http://www.emplify.de/archives/963-Using-maven-for-dependency-resolution-in-play-modules.html
Regards, Alexander
Thank for your post.
I agree that play miss of a dependencies tracking system. I think
about using ivy to track these dependencies.
But never used it myself. What do you think about it ?
> --
>
> 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.
>
>
>
On Wed, 23 Dec 2009 11:42:54 +0100
Guillaume Bort <guillau...@gmail.com> wrote:
> Thank for your post.
> I agree that play miss of a dependencies tracking system. I think
> about using ivy to track these dependencies.
>
> But never used it myself. What do you think about it ?
I'm also all in for ivy. Ant is already used and play does not need
anything more than pure dependency management.
I'll try to come up with an ivy solution in the next days, if time
permits.
Regards, Alexander
On Wed, 23 Dec 2009 11:42:54 +0100
Guillaume Bort <guillau...@gmail.com> wrote:
> Thank for your post.
> I agree that play miss of a dependencies tracking system. I think
> about using ivy to track these dependencies.
Only resolving dependencies in ivy is pretty quick and additionally
integrates clean with ant- eclipse plugin is also there (I did not
check for other IDEs):
https://www.emplify.de/archives/965-Using-ivy-for-dependency-resolution-in-play-modules.html
Regards, Alexander
I'll probably stick with maven instead of ivy because we use maven for
jclouds and already have maven installed.
-Ivan