Grape Questions

View: New views
1 Messages — Rating Filter:   Alert me  

Grape Questions

by Mark Fortner-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've been experimenting with Grape in Groovy 1.6.4 recently and I was wondering if there are any plans to enhance Grape to do the following:
  • Find all versions of a module in all currently available repositories.  Currently the "resolve" option seems to do something like this, but it presumes that you know the group/artifact id of the module you're looking for.  This is not always the case.
  • List all modules on a single repository (or all registered repositories).
  • Install a JAR file to my local repository.  I'd like to be able to type "grape install my.jar" and have it install the JAR in the appropriate grape subdirectory.  I'd also like to be able to type "grape install http://whereever.com/my.jar" and have it download and install the JAR.
  • Is there a way of using an existing local Maven repository?  There doesn't seem to be an example of this in the grapeConfig.xml example shown in the documentation.
If there's some way of being able to do these things now, please let me know.

Thanks in advance,


--
Mark Fortner