Vai al contenuto
Il server del mese è
Visita la nostra nuova lista server!

Archiviato

Questa discussione è archiviata e chiusa a future risposte.

  • 0
Giufork007

FAILURE: Build failed with an exception.

Domanda

buon giorno

Volevo provare a creare una mad tramite eclipse,

Ho seguito un tutorial su come farlo ma quando eseguo questo comando:

./gradlew setupDecompWorkspace eclipse

Mi da questo errore:

To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.10.3/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/manuello/Desktop/forge/build.gradle' line: 16

* What went wrong:
Could not compile build file '/Users/manuello/Desktop/forge/build.gradle'.
> startup failed:
  build file '/Users/manuello/Desktop/forge/build.gradle': 16: unexpected token: 15.2 @ line 16, column 14.
     version = ‘1.15.2-1.0.0’
                  ^
  
  1 error


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 7s

Io uso un MacOS.

Come posso risolvere questo errore?

Ho già installato:

Java JDK 13.0.1

Java JDK 14.0.2

Condividi questo messaggio


Link di questo messaggio
Condividi su altri siti

2 risposte a questa domanda

Recommended Posts

Quando esegui il comando aggiungi, come dice qui 

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

l'opzione per ottenere lo stacktrace. Comunque potresti allegare (utilizzando l'apposito tasto "codice" presente in alto quando si scrive una risposta) il tuo codice che stai cercando di compilare, dato che come dice qui un errore potrebbe essere alla posizione segnalata 

* What went wrong:
Could not compile build file '/Users/manuello/Desktop/forge/build.gradle'.
> startup failed:
  build file '/Users/manuello/Desktop/forge/build.gradle': 16: unexpected token: 15.2 @ line 16, column 14.
     version = ‘1.15.2-1.0.0’
                  ^
  
  1 error

Condividi questo messaggio


Link di questo messaggio
Condividi su altri siti
10 ore fa, Reaches dice:

Comunque potresti allegare (utilizzando l'apposito tasto "codice" presente in alto quando si scrive una risposta) il tuo codice che stai cercando di compilare, dato che come dice qui un errore potrebbe essere alla posizione segnalata 

Forse non mi sono spiegato bene,

Io ho svolto questo procedimento:

1. ho installato la versione mdk di forge 1.15.2

2. ho aperto la cartella che avevo appena scaricato (forge 1.15.2.mdk)

3. sono andato nel file build.gradle e ho cambiato la versione di minecraft da 1.0 a 1.15.2 e la versione della mod 1.0.0

4. Ho aperto il terminale e ho eseguito questi comandi:

cd desktop
cd forge //(la cartella con dentro i file di forge 1.15.2.mdk)
./gradlew setupDecompWorkspace eclipsec

5. mi da l'errore!

 

Non so di che codice stai parlando

11 ore fa, Reaches dice:

codice che stai cercando di compilare

 

Condividi questo messaggio


Link di questo messaggio
Condividi su altri siti

×
×
  • Crea Nuovo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.