Timothy Bennett wrote:

"Stephen McConnell" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]


Small correction - in the above example there are a couple of jar files
that are not available from the default repositories that merlin looks
in (hsqldb.jar and hsqldb-component.jar).  The resources that are
resolved automatically correspond to the resources available in the
repositories listed in the <repository><host> declarations in the
kernel.xml file (e.g. cornerstone content).




So... let me get this straight. I didn't have to go manually download all those cornerstone jars from ibiblio.org? If merlin didn't find the jar resources on the local filesystem, it would automatically search the hosts defined in my kernel.xml


Correct.



  <repository>
    <hosts>
      <host>http://www.ibiblio.org/merlin/</host>
      <host>http://www.ibiblio.org/maven/</host>
    </hosts>
  </repository>

and download them automatically?


Yep.


If so, does it support going through an
HTTP proxy?


You mean something like the following?


  <kernel>
    <repository>
      <proxy>
        <host>proxy.somethere.com</host>
        <port>999</port>
        <credentials>
          <username>test</username>
          <password>test</password>
        </credentials>
      </proxy>
    </repository>
  </kernel>

It's in place but has not been tested yet (don't have a proxy here). The following link includes details for the kernel repository descriptor.

http://avalon.apache.org/sandbox/merlin/meta/kernel/repository/index.html

Steve.

--

Stephen J. McConnell
mailto:[EMAIL PROTECTED]

Sent via James running under Merlin as an NT service.
http://avalon.apache.org/sandbox/merlin




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



Reply via email to