Hi there, I am new to Merlin. I have been running the tutorials without any issue and wrote a service of my own.
I am having issues with the System/Runtime repositories. When I run the tutorials (hello component) with maven, I get: [DEBUG ] (kernel.context): setting runtime repository to: C:\Documents and Settings\David Le Strat\.maven\repository [DEBUG ] (kernel.context): repository established: C:\Documents and Settings\David Le Strat\.maven\repository System Repository: C:\tools\maven-1.0-rc1\repository Runtime Repository: C:\Documents and Settings\David Le Strat\.maven\repository Note how the System repository is %MAVEN_HOME%\repository and how the Runtime repository is overwriten to %MAVEN_REPO%. When I run my own service, I do not have the same behavior: [DEBUG ] (kernel.context): setting runtime repository to: C:\tools\maven-1.0-rc1\repository [DEBUG ] (kernel.context): repository established: cache:C:\tools\maven-1.0-rc1\repository System Repository: cache:C:\tools\maven-1.0-rc1\repository Runtime Repository: cache:C:\tools\maven-1.0-rc1\repository The System and runtime repositories are both set to %MAVEN_HOME%\repository. For my test to work, I should really have the same behavior as the tutorial and I cannot figure out what drives that behavior in the tutorial that I am not reproducing with my own service. Any help would be much appreciated. Best regards, David Le Strat. __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
