Also, there should be a nice, straight-forward way to pick up my local repository automatically (~/.m2/repository), perhaps even with a standard alias? I can work around it (I think) with some sort of combination of commands, but the docs on the YAML config are pretty light.
--To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/BaLlik-ppeMJ.
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.
Am 13.08.2011 08:21, schrieb GrailsDeveloper:
> or bzr, or hg or svn 1.7, which doesn't stick .svn/.bzr/.hg folders in
> every directory, just the base.
> How ever non of them solve the current problem of Will, I guess.
> I'm personally prefer to have all information in the rep too.
> Specially if you want to work off-line or if a repository isn't
> available. How ever the core-team has a different philosophy. You will
> see the same problems with eclipsify, which result shouldn't put to
> VCS too.
I wouldn't put the dependencies into an VCS, but that's just my point of
view. There is a lot of discussion about this point in our company too.
regards,
Robert
--
Robert Magnus
akquinet tech@spree GmbH
Bülowstraße 66, D-10783 Berlin
Tel. +49 (0)30 235 520 - 44 Fax. +49 (0)30 217 520 - 12
Geschäftsführung: Martin Weber, Dr. Torsten Fink
Amtsgericht Berlin-Charlottenburg HRB 86780 B
USt.-Id. Nr.: DE 225 964 680
On Aug 13, 2011, at 1:59 AM, Will wrote:
> Also, there should be a nice, straight-forward way to pick up my local repository automatically (~/.m2/repository), perhaps even with a standard alias? I can work around it (I think) with some sort of combination of commands, but the docs on the YAML config are pretty light.
Uhm, this happens already, but as the play dependency management is based on apache ivy (not maven based) you will find your cache in ~/.ivy2/cache
--Alexander
Never tried myself but maybe this helps:
http://weblogs.java.net/blog/kohsuke/archive/2007/06/accessing_javan.html