On Wed, 2003-07-16 at 02:37, Andy Jefferson wrote: > Thanks Jason, > > I've set ~/build.properties and it finds the shared repository and > downloads into that. The next problem I have is that I have 2 > dependencies > > <dependency> > <groupId>xdoclet</groupId> > <artifactId>xdoclet-ejb-module</artifactId> > <version>1.2b4</version> > <url>http://xdoclet.sourceforge.net/</url> > </dependency> > <dependency> > <groupId>xdoclet</groupId> > <artifactId>xjavadoc</artifactId> > <version>1.0</version> > <url>http://xdoclet.sourceforge.net/</url> > </dependency> > > In beta9 this went to the repository and found > xdoclet/jars/xdoclet-web-module-1.2b4.jar > xdoclet/jars/xjavadoc-1.0.jar > > In beta10 this finds the > xdoclet/jars/xdoclet-web-module-1.2b4.jar > > BUT complains about the second one and seems to be looking for > xdoclet/jars/xdoclet-xjavadoc-1.0.jar
That's most definitely a bug. It shouldn't be doing that. > > Is this correct behaviour ? Why is it putting the groupId as a prefix > for the second one yet didn't add it on for the first one ? No, that's not correct behaviour. Put that example in JIRA and I'll track it from there. I'm currently finishing off a little testing framework which I will start using for the rc series to catch changes in plugins and some the repository behaviour which seems to have been whacked between the releases. > > TIA -- 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]
