alexandre-mbm/arch-pkgs

JOdin3

Opened this issue · 2 comments

$ git clone git@github.com:adamoutler/android-casual.git  # 605 MB
Cloning into 'android-casual'...
remote: Counting objects: 4880, done.
remote: Total 4880 (delta 0), reused 0 (delta 0), pack-reused 4880
Receiving objects: 100% (4880/4880), 605.57 MiB | 1.87 MiB/s, done.
Resolving deltas: 100% (2808/2808), done.
Checking out files: 100% (1506/1506), done.
$ cd android-casual/X/JOdin3/
$ ant
[...]
-post-jfx-deploy:
     [echo] preparing final JOdin3 binary for distribution
      [jar] Building jar: /home/alexandre/Git/android-casual/X/JOdin3/dist/JOdin3CASUAL-r1198-dist.jar
     [echo] alias=casualdev
     [echo] Signing dist jars
  [signjar] Signing JAR: /home/alexandre/Git/android-casual/X/JOdin3/dist/JOdin3CASUAL-r1198-dist.jar to /home/alexandre/Git/android-casual/X/JOdin3/dist/JOdin3CASUAL-r1198-dist.jar as casualdev
  [signjar] jarsigner error: java.lang.RuntimeException: keystore load: /home/adamoutler/codesigning/casual-dev.jks (Arquivo ou diretório não encontrado)

BUILD FAILED
/home/alexandre/Git/android-casual/X/JOdin3/nbproject/jfx-impl.xml:1465: The following error occurred while executing this line:
/home/alexandre/Git/android-casual/X/JOdin3/nbproject/jfx-impl.xml:3103: The following error occurred while executing this line:
/home/alexandre/Git/android-casual/X/JOdin3/nbproject/jfx-impl.xml:2462: The following error occurred while executing this line:
/home/alexandre/Git/android-casual/X/JOdin3/build.xml:121: jarsigner returned: 1

Total time: 29 seconds
$ ls -lh dist/JOdin3CASUAL-r1198-dist.jar 
-rw-r--r-- 1 alexandre users 24M mai 15 19:32 dist/JOdin3CASUAL-r1198-dist.jar
$ java -jar dist/JOdin3CASUAL-r1198-dist.jar 
Erro: ocorreu um erro inesperado ao tentar abrir o arquivo dist/JOdin3CASUAL-r1198-dist.jar
$ java -jar dist/JOdin3CASUAL.jar 
mai 15, 2017 7:34:42 PM com.sun.javafx.css.parser.CSSParser declaration
ADVERTÊNCIA: CSS Error parsing '*{-fx-font: 18px "Arial"; -fx-background-color: rgba(0.0.0.0); -fx-text-fill: #AAAAFFFF; -fx-padding: 15;}: Expected '<number>' or '<percentage>' while parsing '-fx-background-color' at [1,53]
[DEBUG]Diagnostics OS:Linux Version:4.10.13-1-ARCH Architecture:amd64 Separator:/ | Java:Oracle Corporation Version:1.8.0_112 Website:http://java.oracle.com/ | WorkingDir: /home/alexandre/Git/android-casual/X/JOdin3 CASUALDir:/tmp/CASUAL-alexandre-2017-05-15-19.34.42/ | CASUAL is handling this system as:Linux 32 bit, Linux -- End Diag
[DEBUG]native search /usr/local/bin/heimdall:false
[DEBUG]native search /usr/bin/heimdall:true
[VERBOSE]Starting: mode:Heimdall
Connected:false

[DEBUG]Started MandatoryThread counter.casual-dev.com
[DEBUG]Shutting Down
[DEBUG]Shutting Down
[DEBUG]working

Hello, @adamoutler. I assume that JOdin3CASUAL-r1198-dist.jar should be generated and signed by you. So released. Then it could be packaged for me to AUR.

It is needed the binary (jar) to download...