Yura Ivanov wrote:

Hello All!

I have a problem with compiling any merlin testcase in offline. It doesn't find avalon-repository:avalon-repository-impl;1.3-SNAPSHOT. I have a 'avalon-repository/avalon-repository-impl-1.3-SNAPSHOT.jar' in my maven repository. Here are current settings in my enviroment:

AVALON_HOME=C:\Programming\maven-1.0-rc1\work
MAVEN_HOME=C:\Programming\maven-1.0-rc1
MAVEN_HOME_LOCAL=C:\Programming\maven-1.0-rc1\work
MERLIN_HOME=C:\Programming\merlin

but it compiles ok, and when I execute hello tutorial with command

merlin -execute target/classes

If the content is in the maven repository there is a convinience command merlinx that switches everything to use maven/repository instead of ${avalon.home}/repository.


Just do:

$ merlinx -execute target/classes

When your ready for "offically deploy you application you need to copy the jar files over the ${avalon.home}/repository directory. The the merlin command will do what you expect.

Steve.



--

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to