dev@jersey.java.net

Build failed in Hudson: Jersey #2016

From: Hudson <kohsuke.kawaguchi_at_sun.com>
Date: Mon, 1 Jun 2009 10:13:01 -0700 (PDT)

See http://hudson.sfbay/job/Jersey/2016/changes

Changes:

[jstrachan] Added support for Lift templates within Jersey using either embedded templates within scala resource beans or using implicit views with separate templates

------------------------------------------
[...truncated 5759 lines...]
381/561K
383/561K
384/561K
385/561K
388/561K
389/561K
391/561K
393/561K
394/561K
396/561K
398/561K
399/561K
401/561K
403/561K
404/561K
406/561K
408/561K
409/561K
411/561K
412/561K
413/561K
414/561K
416/561K
417/561K
419/561K
421/561K
423/561K
424/561K
426/561K
428/561K
429/561K
431/561K
433/561K
434/561K
436/561K
438/561K
439/561K
441/561K
443/561K
444/561K
446/561K
448/561K
449/561K
450/561K
452/561K
453/561K
454/561K
456/561K
458/561K
459/561K
461/561K
463/561K
464/561K
466/561K
468/561K
469/561K
471/561K
473/561K
474/561K
476/561K
478/561K
479/561K
480/561K
481/561K
482/561K
484/561K
486/561K
488/561K
489/561K
491/561K
493/561K
494/561K
496/561K
498/561K
499/561K
501/561K
503/561K
504/561K
506/561K
508/561K
509/561K
512/561K
513/561K
516/561K
517/561K
519/561K
521/561K
523/561K
524/561K
526/561K
528/561K
529/561K
531/561K
533/561K
534/561K
536/561K
538/561K
539/561K
542/561K
543/561K
544/561K
545/561K
548/561K
549/561K
552/561K
553/561K
554/561K
556/561K
558/561K
559/561K
561/561K
561K downloaded
Downloading: http://scala-tools.org/repo-snapshots//net/liftweb/lift-actor/1.1-SNAPSHOT/lift-actor-1.1-SNAPSHOT.jar
1/36K
3/36K
5/36K
7/36K
11/36K
11/36K
14/36K
15/36K
19/36K
23/36K
27/36K
27/36K
29/36K
33/36K
36/36K
36K downloaded
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.scala-lang:scala-library:jar:2.7.4

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.scala-lang -DartifactId=scala-library -Dversion=2.7.4 -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.scala-lang -DartifactId=scala-library -Dversion=2.7.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
          1) com.sun.jersey.contribs:jersey-lift:jar:1.1.1-ea-SNAPSHOT
          2) org.scala-lang:scala-library:jar:2.7.4

----------
1 required artifact is missing.

for artifact:
  com.sun.jersey.contribs:jersey-lift:jar:1.1.1-ea-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  m2.dev.java.net (http://download.java.net/maven/2),
  scala-tools.snapshots (http://scala-tools.org/repo-snapshots/),
  m1.dev.java.net (http://download.java.net/maven/1)


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.scala-lang:scala-library:jar:2.7.4

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.scala-lang -DartifactId=scala-library -Dversion=2.7.4 -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.scala-lang -DartifactId=scala-library -Dversion=2.7.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
          1) com.sun.jersey.contribs:jersey-lift:jar:1.1.1-ea-SNAPSHOT
          2) org.scala-lang:scala-library:jar:2.7.4

----------
1 required artifact is missing.

for artifact:
  com.sun.jersey.contribs:jersey-lift:jar:1.1.1-ea-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  m2.dev.java.net (http://download.java.net/maven/2),
  scala-tools.snapshots (http://scala-tools.org/repo-snapshots/),
  m1.dev.java.net (http://download.java.net/maven/1)

        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:575)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.scala-lang:scala-library:jar:2.7.4

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.scala-lang -DartifactId=scala-library -Dversion=2.7.4 -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.scala-lang -DartifactId=scala-library -Dversion=2.7.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
          1) com.sun.jersey.contribs:jersey-lift:jar:1.1.1-ea-SNAPSHOT
          2) org.scala-lang:scala-library:jar:2.7.4

----------
1 required artifact is missing.

for artifact:
  com.sun.jersey.contribs:jersey-lift:jar:1.1.1-ea-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  m2.dev.java.net (http://download.java.net/maven/2),
  scala-tools.snapshots (http://scala-tools.org/repo-snapshots/),
  m1.dev.java.net (http://download.java.net/maven/1)

        at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
        at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288)
        at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1415)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:405)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        ... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 4 seconds
[INFO] Finished at: Mon Jun 01 10:13:00 PDT 2009
[INFO] Final Memory: 47M/84M
[INFO] ------------------------------------------------------------------------