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.
On Tue, Dec 22, 2009 at 9:00 PM, Alexander Reelsen <a...@emplify.de> wrote: > Hi all,
> 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.
> You received this message because you are subscribed to the Google Groups "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
I've been hugely impressed with gemcutter, so this is intriguing with me. To me it's far more appealing than maven/ivy. If you're familiar with ruby gem publishing it should be fairly familiar, too.
-glen.
On Wed, Dec 23, 2009 at 8:42 PM, Guillaume Bort <guillaume.b...@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 ?
> On Tue, Dec 22, 2009 at 9:00 PM, Alexander Reelsen <a...@emplify.de> wrote: > > Hi all,
> > 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.
> > You received this message because you are subscribed to the Google Groups > "play-framework" group. > > To post to this group, send email to play-framework@googlegroups.com. > > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com<play-framework%2Bunsubscribe@go oglegroups.com> > . > > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
> --
> You received this message because you are subscribed to the Google Groups > "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com<play-framework%2Bunsubscribe@go oglegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
Guillaume Bort <guillaume.b...@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.
Guillaume Bort <guillaume.b...@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):
On Thu, Dec 24, 2009 at 5:28 AM, Alexander Reelsen <a...@emplify.de> wrote: > Hi
> On Wed, 23 Dec 2009 11:42:54 +0100 > Guillaume Bort <guillaume.b...@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):
> You received this message because you are subscribed to the Google Groups "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.