> It looks like I know a little less than you do on this > matter, but I'm guessing that this has something to do with > the "Sources suffixes:" and "Javadoc suffixes:" entries in > the Ivy preferences of Eclipse. My preferences show these as, > respectively: > -source,-sources,-src > -javadoc,-javadocs,-doc,-docs > > For your Wicket module in your repository, what are the full > names of the files that contain source and Javadoc? Could it > be that somehow these filenames don't conform to the suffix > conventions?
Yes, we use the "standards" which map to our Ivy preferences: wicket-1.3.5.jar wicket-1.3.5-sources.jar wicket-1.3.5-javadoc.jar Don't forget that this is working fine with alpha1, and my team mates are still in alpha1. Gael
