GayaBalan / ivybeans

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

Ivy Lib classes are not in "Go to Type"-Dialog #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Environment : ivybeans 1.1.1 netbeans 6.7.1 , OS Linux, jdk 1.6.0_15 

Description :

- New Project -> Java Web -> Web Application -> Next 
 - Enter Project Name 
 - "Use Dedicated Folder  for Storing Libraries" = NO 
 - Select Project > Properties -> Ivy -> Enable Ivy = YES 
 - Add Ivy Library  -> commons-lang -> commons-lang -> 2.4 -> Okay 
 - Source and Javadoc are present 

- Pressing "Ctrl + O" (opens Dialog "Goto Type") and Enter 
 "StringUtils" 

Expected behavior: 
 StringUtils from org.apache.commons.lang in the List 

Actual Situation: 
 StringUtils from org.apache.commons.lang is NOT in the List 

Can I do something to get StringUtils in the List? If I use a 
 "standard" Java Application with a dedicated folder for the libs or a 
 global lib then I can find the added libs in the dialog. 

Regards
Oliver

Original issue reported on code.google.com by oliver.n...@gmail.com on 15 Sep 2009 at 6:50

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 23 Sep 2009 at 12:51

GoogleCodeExporter commented 9 years ago
Here is the patch :) 

Thanks to mkleint at #netbeans (freenode)

Original comment by oliver.n...@gmail.com on 25 Sep 2009 at 1:49

Attachments:

GoogleCodeExporter commented 9 years ago
Patch applied thanks.

What would we be if Milos (Kleint) was not ;).

Original comment by laurent....@gmail.com on 25 Sep 2009 at 2:27