Re: [offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread John Krasnay
I don't use m2eclipse, but I have this in my pom.xml...

  
org.apache.maven.plugins
maven-eclipse-plugin

  true
  true

  

Seems to do the trick. I would look first at the m2eclipse settings first,
though.

jk

On Tue, Sep 29, 2009 at 11:47:23AM +0400, Vladimir Kovalyuk wrote:
> I believe it must be something extremely simple.
> I set up a project in Eclipse Galileo using m2eclipse from Sonatype.
> I'm trying to debug the wicket class. I set breakpoints and the execution
> stops exactly at those points. The wicket sources are actually attached. I
> can see the source code. But when the execution stops at breakpoint eclipse
> says that there is no sources and variables panel does not show local
> variables.
> 
> Could somebody give me a hint how I can debug wicket sources?

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread Martin Grigorov
El mar, 29-09-2009 a las 11:47 +0400, Vladimir Kovalyuk escribió:
> I believe it must be something extremely simple.
> I set up a project in Eclipse Galileo using m2eclipse from Sonatype.
> I'm trying to debug the wicket class. I set breakpoints and the execution
> stops exactly at those points. The wicket sources are actually attached. I
> can see the source code. But when the execution stops at breakpoint eclipse
> says that there is no sources and variables panel does not show local
> variables.
> 
> Could somebody give me a hint how I can debug wicket sources?
In "Debug Configurations" windows ('Run' menu -> Debug
Configurations...) choose the configuration for your project and then in
the "Source" tab add the path to the sources (Add button -> External
Archive)


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread Vladimir Kovalyuk
I believe it must be something extremely simple.
I set up a project in Eclipse Galileo using m2eclipse from Sonatype.
I'm trying to debug the wicket class. I set breakpoints and the execution
stops exactly at those points. The wicket sources are actually attached. I
can see the source code. But when the execution stops at breakpoint eclipse
says that there is no sources and variables panel does not show local
variables.

Could somebody give me a hint how I can debug wicket sources?