Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository #27

Open
Kambet opened this issue Oct 19, 2018 · 4 comments
Open

Repository #27

Kambet opened this issue Oct 19, 2018 · 4 comments

Comments

@Kambet
Copy link

Kambet commented Oct 19, 2018

Is repo dead again? I can not use https://repo.sampx.ru/repository/maven-public/ too

@vakho10
Copy link

vakho10 commented Jun 5, 2020

It is dead 😢
I can't download too and I couldn't build it either. There is some syntax error in net.gtaun:shoebill-runtime:jar:1.2-SNAPSHOT

@123marvin123
Copy link
Member

Hi,

yes, Shoebill is not longer maintained, but the code is still working if you host your own maven repository. Also 1.2-SNAPSHOT is an old version.

@vakho10
Copy link

vakho10 commented Jun 5, 2020

@123marvin123 Hey man :) Could you help me? I am gettings Kotlin error when building the runtime.

D:\Projects\Github\shoebill\shoebill-runtime>mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< net.gtaun:shoebill-runtime >---------------------
[INFO] Building Shoebill Runtime 2.0-RC
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.yaml:snakeyaml:jar:1.19 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shoebill-runtime ---
[INFO]
[INFO] --- kotlin-maven-plugin:1.1.51:compile (compile) @ shoebill-runtime ---
[INFO] Kotlin version 1.1.51 (JRE 1.8.0_251-b08)
[INFO] Compiling Kotlin sources from [D:\Projects\Github\shoebill\shoebill-runtime\src\main\java]
[INFO] Module name is shoebill-runtime
[ERROR] D:\Projects\Github\shoebill\shoebill-runtime\src\main\java\net\gtaun\shoebill\ShoebillImpl.kt: (42, 1) Class 'ShoebillImpl' is not abstract and does not implement abstract base class member public abstract fun reload(): Unit defined in net.gtaun.shoebill.Shoebill
[ERROR] D:\Projects\Github\shoebill\shoebill-runtime\src\main\java\net\gtaun\shoebill\resource\ResourceManagerImpl.kt: (115, 45) Type mismatch: inferred type is File but EventManager was expected
[ERROR] D:\Projects\Github\shoebill\shoebill-runtime\src\main\java\net\gtaun\shoebill\resource\ResourceManagerImpl.kt: (115, 55) No value passed for parameter 'dataDir'
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.216 s
[INFO] Finished at: 2020-06-05T16:51:23+04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:1.1.51:compile (compile) on project shoebill-runtime: Compilation failure: Compilation failure:
[ERROR] D:\Projects\Github\shoebill\shoebill-runtime\src\main\java\net\gtaun\shoebill\ShoebillImpl.kt:[42,1] Class 'ShoebillImpl' is not abstract and does not implement abstract base class member public abstract fun reload(): Unit defined in net.gtaun.shoebill.Shoebill
[ERROR] D:\Projects\Github\shoebill\shoebill-runtime\src\main\java\net\gtaun\shoebill\resource\ResourceManagerImpl.kt:[115,45] Type mismatch: inferred type is File but EventManager was expected
[ERROR] D:\Projects\Github\shoebill\shoebill-runtime\src\main\java\net\gtaun\shoebill\resource\ResourceManagerImpl.kt:[115,55] No value passed for parameter 'dataDir'
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

@123marvin123
Copy link
Member

I think the version 2.0 of Shoebill was not completely finished. You should try compiling the 1.3 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants