On Tue, May 26, 2009 at 12:54 AM, Luke Taylor
<luke.tay...@springsource.com>wrote:

> You can add your local repo, using
>
> repositories {
>    mavenRepo name:'localRepo', urls:'file:///Users/me/.m2/repository'
> //        mavenCentral()
> }
>
> At least, that's what I've been using and it works OK.
>

Added that, it's probably going to work (actually I added
urls:'file:${user.home}/.m2/repository' which I hope will work. Have to test
first though).


> I'm not much cop at groovy, but I'm sure you can write a task which pulls
> down the jython jar and unpacks it without too much hassle.
>
> You can use the ant support, for example:
>
> task getJython << {
>    ant.get(src: '
> http://downloads.sourceforge.net/jython/jython_installer-2.5rc2.jar',
> dest: 'jython-installer.jar')
> }
>
> Luke.



Stellar, that did the trick, loads of thanks.

Daniel

---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to