Re: Attach source in Eclipse

2010-02-22 Thread Hågen P. Hasle
Hi! Could you explain to me how you do this with 2 separate retrieves? I'm still struggling with the same problem. I haven't configured IvyDE to retrieve the jars at all, it refers to the jars directly in the ivy cache. But the sources are never copied into the cache.. regards, Haagen

Re: Attach source in Eclipse

2010-02-14 Thread John
Is it possible to get get jars as "name"-"version".jar and sources as "name"-"version"-source.jar within 1 retrieve statement? If yes, how? How to do it in 2 separate retrieves is clear to me. 2010/2/13 : > Thank you for your answer. > > I have tried to put the sources in the same directory as th

Re: Attach source in Eclipse

2010-02-13 Thread hph
Thank you for your answer. I have tried to put the sources in the same directory as the lib in the maven repo, and named them with "name"-"version"-source.jar. That didn't help. What I don't understand is how I can set the type of the artifact in the maven repo? In my ivy.xml files I've a

Re: Attach source in Eclipse

2010-02-13 Thread Nicolas Lalevée
Le 10 févr. 2010 à 14:13, Hågen P. Hasle a écrit : > > Can nobody help me with this? Am I asking the wrong question, or not giving > enough information? > Or maybe I'm giving too much information. All I want is to attach source to > a library in Eclipse that IvyDE resolves for me from a loc

Re: Attach source in Eclipse

2010-02-10 Thread Hågen P. Hasle
Can nobody help me with this? Am I asking the wrong question, or not giving enough information? Or maybe I'm giving too much information. All I want is to attach source to a library in Eclipse that IvyDE resolves for me from a local filebased Maven repository. I'm sure there must be a way