Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to attach source code of libraries downloaded with ivy

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?

like image 613
Jens Schauder Avatar asked Jul 05 '09 11:07

Jens Schauder


People also ask

How do I run Ivy XML in Eclipse?

At Window -> Preference -> Ivy -> Settings, check reload the setting on demand, add Ivy setting path ivysettings. xml or your Ivy setting file, Property files build. properties or your Ant properties file. Add new Java project you want to work on, point the path to your project.


1 Answers

Have you tried attaching the source configurations?

<dependencies defaultconfmapping="*->default,sources">
like image 70
Robert Munteanu Avatar answered Oct 06 '22 01:10

Robert Munteanu