Thanks! I had tried adding "source" to the end of the Accepted Types, which didn't seem to have any effect.
I didn't think to try adding a second ivyde lib container with *only* source -- that worked! On Wed, Oct 6, 2010 at 7:58 PM, Tim Brown wrote: > I haven't tried getting source artifacts on my classpath in the past, but > gave it a test just now. > > Normally, I have to IvyDE library entries -- runtime & test (test includes > compile) configurations. > > I added a third IvyDE library entry (used 'compile' configuration), and on > the advanced Tab enabled project specific, and changed accepted types to > _only_ be source. > > A resolve on the project shows three entries: > - The original two contain jars of classes > - The new entry contains a jar of sources. > > Appears to be on the classpath now. Have you tried anything like this? > Could probably add 'source' as an accepted type in my original IvyDE lib > references...