On 17/08/10 11:20 PM, pledbrook wrote:

Marko Bauhardt-3 wrote:
hi,
support gradle a task to "install" the lib of a project, for example
the archive_jar, to the gradle cache "~/.gradle/cache"?
i can not find the task in the user guide.

Is the equivalent of 'mvn install' available now?

It isn't. It should be possible to code up something in your build script to do this, if you needed to.

We certainly want to make it easier to work on multiple separate projects at the same time on the same machine, and share artifacts between them. Adding an 'install' task might be part of that solution. Or perhaps not. Personally, I'd like some way to compose multiple separate builds into a single build, so that everything is just built on demand and I don't have to manually install anything.


--
Adam Murdoch
Gradle Developer
http://www.gradle.org
CTO, Gradle Inc. - Gradle Training, Support, Consulting
http://www.gradle.biz


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to