You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by Alan Baldwin <al...@gmail.com> on 2011/12/02 09:48:15 UTC

Missing NUnit 3rd Party Repository

Hi all,
I'm building NPanday for the first time, and I was getting a missing NUnit
artifact exception:

[ERROR] Path to dependency:
[ERROR] 1) org.apache.npanday:NPanday.Project:pom:1.4.1-incubating-SNAPSHOT
[ERROR] 2) NUnit:NUnit.Framework:library:2.2.8.0

Lars mentioned that a repo [http://repo.npanday.org/3rdparty/] was
accidentally removed from the root pom, so I added this locally to the root
pom, and I now get an access denied exception, below:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process
(default) on project NPanday.Project: Failed to resolve dependencies for
one or more projects in the reactor. Reason: Could not transfer artifact
Unit:NUnit.Framework:dll:2.2.8.0 from/to npanday.third.party (
http://repo.npanday.org/3rdparty/): *Access denied to:
http://repo.npanday.org/3rdparty/NUnit/NUnit.Framework/2.2.8.0/NUnit.Framework-2.2.8.0.dll
*

Regards,

-Alan-

Re: Missing NUnit 3rd Party Repository

Posted by Alan Baldwin <al...@gmail.com>.
I'm now suspecting this is due to my company's lovely proxy filtering
mechanism.  It blocks dlls.  This will become an issue unless I somehow
mirror the repo locally.  Does anyone have a creative workaround for
something like this?

For now, I'll download it using a backdoor, and install it manually into my
local repo.

Lars, I'd say you could go ahead and add
http://repo.npanday.org/3rdparty/to the root pom, as that fixed my
initial problem.

Regards,

-Alan-

On Fri, Dec 2, 2011 at 10:48 AM, Alan Baldwin <al...@gmail.com>wrote:

> Hi all,
> I'm building NPanday for the first time, and I was getting a missing NUnit
> artifact exception:
>
> [ERROR] Path to dependency:
> [ERROR] 1) org.apache.npanday:NPanday.Project:pom:1.4.1-incubating-SNAPSHOT
> [ERROR] 2) NUnit:NUnit.Framework:library:2.2.8.0
>
> Lars mentioned that a repo [http://repo.npanday.org/3rdparty/] was
> accidentally removed from the root pom, so I added this locally to the root
> pom, and I now get an access denied exception, below:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process
> (default) on project NPanday.Project: Failed to resolve dependencies for
> one or more projects in the reactor. Reason: Could not transfer artifact
> Unit:NUnit.Framework:dll:2.2.8.0 from/to npanday.third.party (
> http://repo.npanday.org/3rdparty/): *Access denied to:
> http://repo.npanday.org/3rdparty/NUnit/NUnit.Framework/2.2.8.0/NUnit.Framework-2.2.8.0.dll
> *
>
> Regards,
>
> -Alan-
>
>