Re: How to debug/download dependency source code using mvn ...

2008-11-23 Thread nicolas de loof
you can also vote for https://issues.apache.org/jira/browse/COMMONSSITE-24to get this fix ... in future ;) 2008/11/23 nicolas de loof [EMAIL PROTECTED] I suggested on commons-dev to add sources-jars for all commons-* releases that didn't had one, but discution went to licencing and Apache

Re: How to debug/download dependency source code using mvn ...

2008-11-22 Thread David C. Hicks
If the sources got downloaded, they would be in your repository - usually alongside the binary jar file with a source label in the name. You do still have to put that jar on your classpath in order to debug into it - or somehow tell NetBeans where the source is located. (I'm an Eclipse user,

Re: How to debug/download dependency source code using mvn ...

2008-11-22 Thread KedarMhaswade
from the commons project and get it into your classpath through some other mechanism. Yeah, that's the tough part. How do you achieve this with Eclipse? In NetBeans 6.5, it was not evident. -Kedar -- View this message in context: http://www.nabble.com/How-to-debug-download-dependency-source