Jeanfrancois Arcand wrote:
> Salut,
>
> Paul Sandoz wrote:
>> Hi,
>>
>> The Hudson build is fine:
>>
>> http://hudson.glassfish.org/job/Jersey/
>>
>> I could clean/compile OK.
>>
>> Perhaps a fresh check out will help?
>
> Strange...still get the same exception with svn rev At revision 2165.
> Will debug more as it is probably the machine itself...
>
> A+
>
> -- jeanfrancois
>
For what it's worth, I do not see this problem with r2165, on either Mac
or Linux. But, I had this artifact in my ~/.m2/repository directory
already due to something else having needed it.
However, I do notice something strange in the error messages below.
It's only looking in the "standard" java.net Maven repositories, not the
"glassfish" one. Maybe there's a missing <repository> declaration in
the Jersey test framework pom?
Craig
PS: On my Mac, I do get an error compiling the Scala Helloworld App
("command line returned non-zero value: 139") but that is not related to
JF's problem ... and the build does complete successfully for me on Linux.
>
>>
>> Paul.
>>
>> On Mar 30, 2009, at 7:43 PM, Jeanfrancois Arcand wrote:
>>
>>> Salut,
>>>
>>>> Downloading:
>>>> http://download.java.net/maven/2/org/glassfish/embedded/glassfish-embedded-all/3.0-Prelude-Embedded-b10/glassfish-embedded-all-3.0-Prelude-Embedded-b10.jar
>>>>
>>>> Downloading:
>>>> http://repo1.maven.org/maven2/org/glassfish/embedded/glassfish-embedded-all/3.0-Prelude-Embedded-b10/glassfish-embedded-all-3.0-Prelude-Embedded-b10.jar
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [ERROR] BUILD ERROR
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] Failed to resolve artifact.
>>>> Missing:
>>>> ----------
>>>> 1)
>>>> org.glassfish.embedded:glassfish-embedded-all:jar:3.0-Prelude-Embedded-b10
>>>>
>>>> Try downloading the file manually from the project website.
>>>> Then, install it using the command: mvn install:install-file
>>>> -DgroupId=org.glassfish.embedded
>>>> -DartifactId=glassfish-embedded-all
>>>> -Dversion=3.0-Prelude-Embedded-b10 -Dpackaging=jar
>>>> -Dfile=/path/to/file
>>>> Alternatively, if you host your own repository you can deploy the
>>>> file there: mvn deploy:deploy-file
>>>> -DgroupId=org.glassfish.embedded
>>>> -DartifactId=glassfish-embedded-all
>>>> -Dversion=3.0-Prelude-Embedded-b10 -Dpackaging=jar
>>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>> Path to dependency: 1)
>>>> com.sun.jersey.test.framework:jersey-test-framework:jar:1.0.3-SNAPSHOT
>>>> 2)
>>>> org.glassfish.embedded:glassfish-embedded-all:jar:3.0-Prelude-Embedded-b10
>>>>
>>>> ----------
>>>> 1 required artifact is missing.
>>>> for artifact:
>>>> com.sun.jersey.test.framework:jersey-test-framework:jar:1.0.3-SNAPSHOT
>>>> from the specified remote repositories:
>>>> m1.dev.java.net (http://download.java.net/maven/1),
>>>> m2.dev.java.net (http://download.java.net/maven/2),
>>>> central (http://repo1.maven.org/maven2)
>>>
>>> Is it my local build or other are seeing that failure as well?
>>>
>>> Thanks
>>>
>>> -- Jeanfrancois
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_jersey.dev.java.net
>>> For additional commands, e-mail: dev-help_at_jersey.dev.java.net
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_jersey.dev.java.net
>> For additional commands, e-mail: dev-help_at_jersey.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: dev-help_at_jersey.dev.java.net
>