Am 23.09.2011 um 16:18 schrieb Paolo Castagna: >> >> - <classpathentry kind="var" >> path="M2_REPO/com/hp/hpl/jena/iri/0.8/iri-0.8.jar" >> sourcepath="M2_REPO/com/hp/hpl/jena/iri/0.8/iri-0.8-sources.jar"> >> - <attributes> >> - <attribute >> value="jar:file:/home/castagna/.m2/repository/com/hp/hpl/jena/iri/0.8/iri-0.8-javadoc.jar!/" >> name="javadoc_location"/> >> - </attributes> >> - </classpathentry> > > If someone knows how to avoid that (i.e. absolute paths in the .classpath > file) I'd love to find out.
Well, there is almost no need to attach the javadoc jar if the source jar is attached these days. Since you use Eclipse, Eclipse provides on-the-fly rendering JavaDoc like views from the sources. Try Eclipse' Javadoc view; similar for tooltips. You might also want to turn off this for the Eclipse Maven plugin [1]. Thorsten [1] http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#downloadJavadocs
