Right-click project -> Maven -> Download sources You can see for which jar's m2eclipse has downloaded sources via the icon displayed in front of the jar under "Maven dependencies" in the project explorer.
On Mon, 23 Mar 2009 12:23 -0500, "Luther Baker" <[email protected]> wrote: > I am having a slight bit of trouble getting Eclipse to step into the > Wicket > source code while using the m2eclipse plugin. > > The m2eclpse has successfully downloaded the Wicket 1.3.5 distribution. > My > application fires up and works just fine in Eclipse. I have also enabled > the > m2eclipse plugin to download sources - I can see the source jars in the > m2 > repository now as well. > > I am trying to implement a security/authentiation/authorization scheme > and > while debugging, anytime I step out of my workspace source code, I get a > window in Eclipse that says "Source not found" and a button that says > "Edit > Source Lookup Path"... > > If I click that button, I can choose to explicitly add: > > *Archive*: a jar or zip in the workspace containing source files > *External Archive*: a jar or zip in the local file system containing > source > files > *File System Directory*: a directory in the local file system > *Java Classpath Variable*: workspace folder, local directory, or archive > referenced by a variable path > *Java Library*: a collection of binary archives with attached source > *Java Project*: source folders in a Java project > *Project*: a project in the workspace > *Working Set*: > *Workspace*: all projects in the workspace > *Workspace Folder*: a folder in the workspace > > And I can click External Archive and explicitly add every single source > jar > file --- but I was wondering - shouldn't this automatically happen? > > Does anyone have a suggestion? or confirmation that these source jars > must > be manually added to step into Wicket code while using the m2eclipse > plugin > in Eclipse? I think this is probably an m2eclipse question ... but hoping > someone here has dealt with this already. > > Thanks much, > > -Luther --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
