Is there a way to attach source to a web app library in eclipse 3.5/3.6? What I have tried:
Till eclipse 3.3, I could attach source to jars inside the web app library, though individually. Now attaching source to jars inside a web app library does not work.
External jars can be included, or even a jar inside the web app library can be included again and source can be attached, and it works.
Adding source paths to classpath.decorations.xml and .classpath files works for jars but not for the web app library.
even tried it this way for a library:
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container" sourcepath="<source path>"/>on the same lines of the jar, does not work, got overwritten when I restarted eclipse, sourcepath removed.
Now how do I assign sources to a web app library? BTW, the workaround is to include the jars externally, instead of web app library, but its tedious and the reason why the web app library is used..! :) help, anyone?