Sorry, I never claimed the unstable branch was working :) Your test case should be such that you expect it to work when inheritence is working, but doesn't work on RC1. If you have the branch checked out, you can modify the current inheritence tests and try them with RC1.
If you have a test case you think is complete, add it to JIRA and I'll use it. Thanks, Brett > -----Original Message----- > From: Dominik Roblek [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 November 2003 7:54 PM > To: Maven Developers List > Subject: RE: is project inheritance transitive ? > > > I've tried to build MAVEN_RC2_UNSTABLE branch of Maven > buit build failed with: > --- > [exec] [echo] Overriding touchstone-goal-A > [exec] [echo] touchstone-goal-B defined in plugin. > [exec] com.werken.werkz.UnattainableGoalException: > Unable to obtain goal [touchstone-tests] -- > null:68:24: <fail> Goal should be used from the > touchstone plugin. We have an internal > [exec] error processing goals. > [exec] at > com.werken.werkz.Goal.fire(Goal.java:646) > --- > Because of this I couldn't test my case with MAVEN_RC2_UNSTABLE. > > My test case is very simple: > --- > I have project A with POM, which specify depenedency > D1. I have project B with POM which extends project A > and specifies another dependency D2. Project B > correctly sees both dependencies D1 and D2. I have > project C with POM which extends project B and has no > additional dependencies. The problem is, that project C sees > just dependency D2, but does not see dependency D1. Since C > transitively extends project A, it should see dependency D1 > specified in project's A POM. > > I'd like to test it with MAVEN_RC2_UNSTABLE however I > have problem building this branch of maven. > > Dominik > > --- Brett Porter <[EMAIL PROTECTED]> wrote: > > I believe I've addressed this in the CVS branch. > > > > If possible, can you submit a test case you expect > > to work, but which might > > fail under Maven 1.0 RC1? > > > > For examples, see > > > src/test/touchstone-build/src/reactor-build/failProperty > > > > Or enhance > > > src/test/touchstone-build/src/reactor-build/inheritence > > from the > > MAVEN_RC2_UNSTABLE branch which currently tests > > multiple levels of > > project.properties/maven.xml inheritence. > > > > Cheers, > > Brett > > > > > -----Original Message----- > > > From: Michal Maczka [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, 4 November 2003 2:00 AM > > > To: Maven Developers List > > > Subject: Re: is project inheritance transitive ? > > > > > > > > > > > > >If it's not transititve, is there any workaround > > to > > > >reach the same effect? > > > > > > > > > > > Project inheritance is not transitive at the > > moment and I am > > > afraid there is no workaround for this problem. > > AFAIK Brett > > > is preparing some changes in Maven Core. Could be > > that he > > > will address this issue (which was alredy solved > > some time > > > ago in CVS branch of Maven). > > > > > > > > > Michal > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > __________________________________ > Do you Yahoo!? > Protect your identity with Yahoo! Mail AddressGuard > http://antispam.yahoo.com/whatsnewfree > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
