dev@grizzly.java.net

Re: getting build error while building grizzly

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 06 Sep 2007 14:03:58 -0400

Harsha Godugu wrote:
> I'm seeing the following error while building after doing a fresh check out.
> Any clue what's missing and how to get that http-utils:jar:1.6-SNAPSHOT?

I don't get that problem. Have you done:

% grizzly/trunk
% mvn clean install ?

Make sure all module are updated as I suspect http-utils is still based
on 1.5

Let us know :-)

-- Jeanfrancois

>
> Thanks,
> Harsha
>
> [INFO] Using default encoding to copy filtered resources.
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) com.sun.grizzly:http-utils:jar:1.6-SNAPSHOT
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=com.sun.grizzly
> -DartifactId=http-utils \
> -Dversion=1.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>
> Path to dependency:
> 1) com.sun.grizzly:framework:jar:1.6-SNAPSHOT
> 2) com.sun.grizzly:http-utils:jar:1.6-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> com.sun.grizzly:framework:jar:1.6-SNAPSHOT
>
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>