> -----Original Message-----
> From: Niclas Hedhman [mailto:[EMAIL PROTECTED]
> 
> On Tuesday 20 January 2004 02:58, J Aaron Farr wrote:
> > Hello,
> >
> > I'm finishing a set of examples and PowerPoint presentation on IoC
> > frameworks.  A _very_ early release is on my website at:
> >
> > http://www.jadetower.org/spire/mutuals
> 
> I get
> Error retrieving artifact from
> [http://www.ibiblio.org/maven/avalon-logkit/jars/avalon-logkit-1.2.jar]:
> java.lang.Exception: Can't get avalon-logkit-1.2.jar to
> /home/niclas/.maven/repository/avalon-logkit/jars/avalon-logkit-1.2.jar
> WARNING: Failed to download avalon-logkit-1.2.jar.
> The build cannot continue because of the following unsatisfied dependency:
> 


I have a copy on my site, so you could add "http://jadetower.org/dist/"; to
you list of remote repositories.  Or, you could change the dependency
section to:

   <dependency>
      <id>logkit</id>
      <version>1.2</version>
   </dependency>

Yeah, I should change that in the project.xml's.  Thanks for noticing it.

J. Aaron Farr
  SONY ELECTRONICS
  DDP-CIM
  (724) 696-7653

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

Reply via email to