google-code-export / ivyidea

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

Can't see source code of resolved library #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create ivy.xml with configurations
2. resolve dependencies with tools->ivyIDEA->resolve
3. typing import org.specs._ (realy doesn't matter)
4. using some class from org.specs._ package (Specification for example)
5. CTRL+left_mouse_click on "Specification" in working window 
6. new window opens and I see only decompiled class (no source)

5a. In project explorer's window navigate to "IvyIDEA-resolved" -> specs 
library, double click on "Specification"
6a. new window opens and I see source code of "Specification"

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jerihofr...@gmail.com on 31 Aug 2010 at 11:12

GoogleCodeExporter commented 9 years ago
I cannot reproduce this issue. My guess is that you have that library twice in 
your classpath and that the first occurrence comes before the IvyIDEA)resolved 
library and doesn't has sources attached.

Original comment by maarten....@gmail.com on 14 Aug 2011 at 8:49