On Mon, 2003-06-30 at 09:50, [EMAIL PROTECTED] wrote: > Hi, > > I just moved from beta 8 to beta 9. I have about 20 components that are built with > the reactor. Beta 9 complains that these are unsatisfied dependencies - it does not > understand that they are to be built from source. This worked with Beta 8. What > should I do to get this working?
I haven't tested this but most likely it is the way your dependencies are stated. Are you using <groupId> and <artifactId> for your dependencies? The ordering is determined by the relationship amongst the found dependencies. I haven't tested this but we moved away from simply using <id> for the dependencies and simply using that might be causing the problem. > Thanks, > Mike. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
