dev@grizzly.java.net

Re: getting build error while building grizzly

From: Harsha Godugu <Harsha.Godugu_at_Sun.COM>
Date: Thu, 06 Sep 2007 11:11:08 -0700

Jeanfrancois Arcand wrote On 09/06/07 11:03,:

>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
>
>
The above... I did not.

I'm doing a fresh checkout. In fact, the checkout was smooth.
I used the exact instructions as said:
       |svn checkout https://grizzly.dev.java.net/svn/grizzly/trunk
grizzly --username username


and then mvn install.

then i see the error.

What does |

grizzly/trunk do? is that a command?

thanks..

>% 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
>>
>>
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
>For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>
>
>