Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Dependency not found

Aperta
#2 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
20/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
clojure
Ambito
build-system

Direzione di ricerca

Inizia eseguendo lein deps nel progetto e confronta la catena delle dipendenze riportata per org.clojars.mjul/lein-cuke e cuke4duke:cuke4duke:0.3.3 con la configurazione delle dipendenze del progetto. Il lavoro è considerato completato quando la dipendenza viene risolta correttamente senza l’errore di artefatto mancante; l’issue non indica alcun file di configurazione né alcun test da aggiornare.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

This is roughly what the stacktrace (from lein deps) looks like.

This is after running lein deps on this project.

Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom from clojure
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom from clojure-snapshots
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom from clojars
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom from cukes
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom from codehaus
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom from central
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.jar from clojure
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.jar from clojure-snapshots
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.jar from clojars
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.jar from cukes
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.jar from codehaus
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.jar from central

Exception in thread "main" Unable to resolve artifact: Missing:

  1. cuke4duke:cuke4duke🫙0.3.3

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=cuke4duke -DartifactId=cuke4duke -Dversion=0.3.3 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=cuke4duke -DartifactId=cuke4duke -Dversion=0.3.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.apache.maven:super-pom🫙2.0
2) org.clojars.mjul:lein-cuke🫙1.1.0
3) cuke4duke:cuke4duke🫙0.3.3


1 required artifact is missing.

for artifact:
org.apache.maven:super-pom🫙2.0

from the specified remote repositories:
clojure (http://build.clojure.org/releases),
clojars (http://clojars.org/repo/),
clojure-snapshots (http://build.clojure.org/snapshots),
central (http://repo1.maven.org/maven2)

(NO_SOURCE_FILE:0)
at clojure.lang.Compiler.eval(Compiler.java:5440)
at clojure.lang.Compiler.eval(Compiler.java:5391)
at clojure.core$eval.invoke(core.clj:2382)
at clojure.main$eval_opt.invoke(main.clj:235)
at clojure.main$initialize.invoke(main.clj:254)
at clojure.main$script_opt.invoke(main.clj:270)
at clojure.main$main.doInvoke(main.clj:354)
at clojure.lang.RestFn.invoke(RestFn.java:458)
at clojure.lang.Var.invoke(Var.java:377)
at clojure.lang.AFn.applyToHelper(AFn.java:174)
at clojure.lang.Var.applyTo(Var.java:482)
at clojure.main.main(main.java:37)

Caused by: Unable to resolve artifact: Missing:

  1. cuke4duke:cuke4duke🫙0.3.3

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=cuke4duke -DartifactId=cuke4duke -Dversion=0.3.3 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=cuke4duke -DartifactId=cuke4duke -Dversion=0.3.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.apache.maven:super-pom🫙2.0
2) org.clojars.mjul:lein-cuke🫙1.1.0
3) cuke4duke:cuke4duke🫙0.3.3


1 required artifact is missing.

for artifact:
org.apache.maven:super-pom🫙2.0

from the specified remote repositories:
clojure (http://build.clojure.org/releases),
clojars (http://clojars.org/repo/),
clojure-snapshots (http://build.clojure.org/snapshots),
central (http://repo1.maven.org/maven2)

at org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:175)
at org.apache.maven.artifact.ant.AbstractArtifactTask.execute(AbstractArtifactTask.java:678)
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:597)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:265)
at leiningen.deps$deps.invoke(deps.clj:79)
at leiningen.deps$deps.invoke(deps.clj:87)
at leiningen.deps$deps.invoke(deps.clj:90)
at leiningen.deps$deps.invoke(deps.clj:91)
at clojure.lang.Var.invoke(Var.java:365)
at clojure.lang.AFn.applyToHelper(AFn.java:163)
at clojure.lang.Var.applyTo(Var.java:482)
at clojure.core$apply.invoke(core.clj:542)
at leiningen.core$apply_task.invoke(core.clj:191)
at leiningen.core$_main.doInvoke(core.clj:250)
at clojure.lang.RestFn.applyTo(RestFn.java:138)
at clojure.core$apply.invoke(core.clj:542)
at leiningen.core$_main.invoke(core.clj:255)
at user$eval175.invoke(NO_SOURCE_FILE:1)
at clojure.lang.Compiler.eval(Compiler.java:5424)
... 11 more

Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:

  1. cuke4duke:cuke4duke🫙0.3.3

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=cuke4duke -DartifactId=cuke4duke -Dversion=0.3.3 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=cuke4duke -DartifactId=cuke4duke -Dversion=0.3.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.apache.maven:super-pom🫙2.0
2) org.clojars.mjul:lein-cuke🫙1.1.0
3) cuke4duke:cuke4duke🫙0.3.3


1 required artifact is missing.

for artifact:
org.apache.maven:super-pom🫙2.0

from the specified remote repositories:
clojure (http://build.clojure.org/releases),
clojars (http://clojars.org/repo/),
clojure-snapshots (http://build.clojure.org/snapshots),
central (http://repo1.maven.org/maven2)

at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324)
at org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:170)
... 33 more
Lingua principale
Clojure
Stelle
41
Fork
6
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di mjul/cucumber-tutorial

Tutte le issue di mjul/cucumber-tutorial

Issue simili

Altre issue su Clojure

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.