Marco:
I know this is going to sound strange - but I'm running the same test here and I'm not getting any problems so I dug deeper into you stack trace and noticed that the repository exception stack does not correspond to the avalon-repository code in CVS. In particular ...
org.apache.avalon.repository.util.LOADER.getResource(LOADER.java:347)
LOADER was replaced by LoaderUtils last Friday. To make sure everything is up-to-date the following should clear up any inconsistencies.
cd avalon\util maven avalon:clean avalon:build
cd ..\meta maven avalon:clean avalon:build
cd ..\repository maven avalon:clean avalon:build
The clean and update merlin using the following:
cd ..\merlin maven avalon:clean merlin:update
Cheers, Steve.
Stephen McConnell wrote:
Marco Tedone wrote:
Message: Failed to download artifact to local cache file C:\Documents and Settings\mtedone\.avalon\repository\ ...
Marco:
I think I've spotted the issue (which was also in your earlier message).
If you look at the above cache reference it's pointing to ${avalon.home}/repository when in fact it should be pointing to the maven repository (which is strange because the code is setting merlin's app repository to maven). I.e. this is not a problem your end. I'll do some tests later today and try to figure out what's happening.
Stephen.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
