I use ivy with the ivy eclipse plugin to download dependencies. Works great. But how can I attach the source code for those libraries, in order to step into these libraries?
+1
A:
There is an ant task that will modify the .classpath file to reference the source attachments.
Rich Seller
2009-07-07 09:18:22
+4
A:
Have you tried attaching the source configurations?
<dependencies defaultconfmapping="*->default,sources">
Robert Munteanu
2009-07-07 09:31:30
doesn't seem to do anything. Does this actually work for you? Or is it just an idea?
Jens Schauder
2009-07-08 05:06:37
It does work for me.
Robert Munteanu
2009-07-08 06:21:38
Now it works for me as well. I had to do 'resolve' via menu. Strange, I thought it does that whenever one edits the ivy.xml ... anyway. Thanx for the help
Jens Schauder
2009-07-11 04:29:21