BTW just so I'm not crazy or doing something stupid here's a listing of the jars in the MAVEN repo:
$ ls /cygdrive/c/Documents\ and\ Settings/Administrator/.maven/repository/ldapd-server/jars/ backend-api-SNAPSHOT.jar backend-database-impl-SNAPSHOT.jar backend-database-spi-SNAPSHOT.jar backend-nexus-api-SNAPSHOT.jar backend-nexus-impl-SNAPSHOT.jar bootstrap-matching-rule-manager-SNAPSHOT.jar bootstrap-syntax-manager-SNAPSHOT.jar default-backend-impl-SNAPSHOT.jar jndi-provider-SNAPSHOT.jar schema-api-SNAPSHOT.jar system-backend-impl-SNAPSHOT.jar Also note that I have been using cygwin and the paths w/o problems in the one of the pre RC distros - just in case the /cygdrive/c triggers suspicions. Alex -----Original Message----- From: Stephen McConnell [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2003 12:26 PM To: Avalon framework users Subject: Re: -repository not working like -system anymore Alex Karasulu wrote: >Just a couple quick clarification points on behaviors seen: > >1). When maven plugin goal merlin:simulate is used the >$MAVEN_HOME/repository is used as the repo. Even though the jars for ldapd >are in the merlin system repo they are not picked up. > The only resources that will be access from the merlin system repository are the system jar files. When using merlin:simulate the default user repository is %MAVEN_HOME%/repository (or %MAVEN_HOME_LOCAL%\repository if declared). If the dependencies used by the project are properly declared, then the resources will be included by Maven into the Maven repository - i.e. you don't need to do anything. If the resources are not available then you need to update the maven repository manually. > >2). When merlin is run by hand and no system/repository switch is used then >it all works fine since I copied the jars from the maven repo to the merlin >repo as test and workaround. > > Keep in mind that the system repository (the ${merlin.home}/system directory) is only used during bootstrap. Putting anything in there to do with user dependencies will not help. All user resources should go in ${merlin.home}/repository (if not available from a remote host). Steve. >Hope this clarifies. >Alex > >-----Original Message----- >From: Alex Karasulu [mailto:[EMAIL PROTECTED] >Sent: Sunday, September 14, 2003 12:05 PM >To: 'Avalon framework users' >Subject: RE: -repository not working like -system anymore > >Yeah in fact I blew away the old plugins by hand just in case then added the >new ones. I'll try it once more just to be sure though. > >Alex > >-----Original Message----- >From: Stephen McConnell [mailto:[EMAIL PROTECTED] >Sent: Sunday, September 14, 2003 12:06 PM >To: Avalon framework users >Subject: Re: -repository not working like -system anymore > > >Quick question - did you replace the merlin plugin with the one in RC3? > >Steve. > > > -- Stephen J. McConnell mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
