which module to dig for dependency resolving?

2007-10-25 Thread aldana

hi,

i am having problem with transitive dependency resolving, in one of our
projects it did not work correctly. in both m2eclipse plugin (for
development time) and maven assembly plugin (for release time). i filed this
already under issue http://jira.codehaus.org/browse/MASSEMBLY-242). since
short weird thing is that it occurs in m2eclipse plugin too, so i guess
something is wrong with maven 2.1 transitive dependency resolving.
to dig a bit deeper and to maybe provide a unit test instead of a black box
pom.xml test, i would like to see the code which potentially raises
transitive resolving issue.

so my questions are:
1) error occurs in m2eclipse, is it correct that m2eclipse is using maven
2.1 behind the wall? that means, is the maven 2.1 trunk the right way to
look for?
2) transitive resolving issue occurs in maven-assembly plugin (see bug
report), does this plugin completely delegate the transitive resolving to
maven core or is it doing some bits itself? this information would influence
my approach to find the bug (main maven vs. assembly plugin sources).
3) which module/package of maven 2.1 is responsible for transitive
dependency resolving? i had a rough look under several modules and packages
but wasn't successfull to find the correct class or subsystem.

thanks for information.
-- 
View this message in context: 
http://www.nabble.com/which-module-to-dig-for-dependency-resolving--tf4694001s177.html#a13417195
Sent from the Maven Developers mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



how to build release from trunk?

2007-10-24 Thread aldana

hi, 

i am living with severe bugs (see http://jira.codehaus.org/browse/MNG-3252)
+ transitive resolving which not only comes from assembly plugin (as stated
in http://jira.codehaus.org/browse/MASSEMBLY-242) merely in maven core
transitive resolving too.

i would like to help to fix and to integrate the fixes in our current maven
installation for it is critical in our development. how do i integrate the
development from svn to my maven installation (haven't found docs about
this)? 

for checking possible cleaned bugs, i first would like to build a release
from the latest development: how do i build a release (maven distribution)?
is there a script for this? i doubt a mvn deploy would do all... 

if the bugs are not resolved following questions:
1) is there a developer guide, so i can look at what places the bugs occur
(in my case: transitive dependency management, snapshot download handling)
2) is it possible that i can commit bugfixes?

thanks a lot!

-- 
View this message in context: 
http://www.nabble.com/how-to-build-release-from-trunk--tf4683863s177.html#a13384222
Sent from the Maven Developers mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]