GayaBalan / ivybeans

Automatically exported from code.google.com/p/ivybeans
0 stars 0 forks source link

Allow defining dependencies using maven dependency code snippits #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are several sources of dependency information in maven format.

Examples are Nexus repository browsers and Netbean's "Maven Repository Browser" 
(Window>Other>Maven Repository Browser).

It would be good to use this to create an ivy dependency for inserting into an 
ivy.xml file.

This can be done by enhancing the autocompletion so that if called from a point 
where a <dependency> tag is valid (in an ivy.xml file), and if there is a maven 
dependency spec on the clipboard, then convert the maven dependency to an ivy 
one and provide it as a completion.

Original issue reported on code.google.com by bruce.ch...@gmail.com on 8 Sep 2010 at 3:06

GoogleCodeExporter commented 9 years ago
Attached images show copying maven dependency from netbeans maven repository 
Browser. The clipboard contents are

<dependency>
  <groupId>HTTPClient</groupId>
  <artifactId>HTTPClient</artifactId>
  <version>0.3-3</version>
</dependency>

then 2nd image having this clipboard snippet showing as an autocompletion 
proposal

Original comment by bruce.ch...@gmail.com on 8 Sep 2010 at 3:10

Attachments:

GoogleCodeExporter commented 9 years ago
revision 303

Tue Sep 14 14:02:50 NZST 2010   brucechapman@paradise.net.nz
issue 77, maven dependency element on clipboard can be presented as ivy 
dependency element during auto-completion  

Original comment by bruce.ch...@gmail.com on 14 Sep 2010 at 2:05