Giter VIP home page Giter VIP logo

polyconomy's People

Contributors

lokka30 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ipecter

polyconomy's Issues

Polyconomy Alpha Release To-Do's

This mega-issue will be used to document things that need to be resolved prior to the the release of Polyconomy Alpha on SpigotMC and Hangar.

If you're interested in contributing, please have a chat to me on the Discord guild (use the 'Other plugins by lokka30' role).

Looks like I can't compile the plugin.

Introduction

I've done a simple mvn package and mvn compile and get the error below. I'm not sure if I have done anything else wrong.

Versions

  • Java version
$ java --version
openjdk 17.0.1 2021-10-19
IBM Semeru Runtime Open Edition 17.0.1.0 (build 17.0.1+12)
Eclipse OpenJ9 VM 17.0.1.0 (build openj9-0.29.1, JRE 17 Windows 10 amd64-64-Bit Compressed References 20211207_55 (JIT enabled, AOT enabled)
OpenJ9   - 7d055dfcb
OMR      - e30892e2b
JCL      - fc67fbe50a0 based on jdk-17.0.1+12)
  • Maven version
$ mvn -vesrion
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: E:\java\apache-maven-3.8.6
Java version: 17.0.1, vendor: IBM Corporation, runtime: C:\Users\samro\.jdks\semeru-17.0.1
Default locale: en_GB, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
  • Git version
$ git --version
git version 2.41.0.windows.3

The error

$ mvn package
[WARNING]
[WARNING] Some problems were encountered while building the effective settings
[WARNING] Expected root element 'settings' but found 'servers' (position: START_TAG seen <servers>... @1:9)  @ C:\Users\samro\.m2\settings.xml, line 1, column 9
[WARNING]
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Polyconomy                                                         [pom]
[INFO] Polyconomy Plugin for Bukkit                                       [jar]
[INFO]
[INFO] -----------< io.github.arcaneplugins.polyconomy:polyconomy >------------
[INFO] Building Polyconomy 0                                              [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] ----------< io.github.arcaneplugins.polyconomy:plugin-bukkit >----------
[INFO] Building Polyconomy Plugin for Bukkit 0.1.0-alpha-0                [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ plugin-bukkit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- kotlin-maven-plugin:1.7.21:compile (compile) @ plugin-bukkit ---
[ERROR] D:\minecraft\plugins\Polyconomy\plugin-bukkit\src\main\kotlin\io\github\arcaneplugins\polyconomy\plugin\bukkit\economy\storage\impl\local\YamlStorageHandler.kt: (731, 27) Unresolved reference: create
[ERROR] D:\minecraft\plugins\Polyconomy\plugin-bukkit\src\main\kotlin\io\github\arcaneplugins\polyconomy\plugin\bukkit\economy\storage\impl\local\YamlStorageHandler.kt: (732, 31) Unresolved reference: Type
[ERROR] D:\minecraft\plugins\Polyconomy\plugin-bukkit\src\main\kotlin\io\github\arcaneplugins\polyconomy\plugin\bukkit\economy\storage\impl\local\YamlStorageHandler.kt: (803, 27) Unresolved reference: create
[ERROR] D:\minecraft\plugins\Polyconomy\plugin-bukkit\src\main\kotlin\io\github\arcaneplugins\polyconomy\plugin\bukkit\economy\storage\impl\local\YamlStorageHandler.kt: (804, 31) Unresolved reference: Type
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Polyconomy 0 ....................................... SUCCESS [  0.002 s]
[INFO] Polyconomy Plugin for Bukkit 0.1.0-alpha-0 ......... FAILURE [  9.937 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.011 s
[INFO] Finished at: 2023-08-12T13:42:41+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:1.7.21:compile (compile) on project plugin-bukkit: Compilation failure: Compilation failure:
[ERROR] D:\minecraft\plugins\Polyconomy\plugin-bukkit\src\main\kotlin\io\github\arcaneplugins\polyconomy\plugin\bukkit\economy\storage\impl\local\YamlStorageHandler.kt:[731,27] Unresolved reference: create
[ERROR] D:\minecraft\plugins\Polyconomy\plugin-bukkit\src\main\kotlin\io\github\arcaneplugins\polyconomy\plugin\bukkit\economy\storage\impl\local\YamlStorageHandler.kt:[732,31] Unresolved reference: Type
[ERROR] D:\minecraft\plugins\Polyconomy\plugin-bukkit\src\main\kotlin\io\github\arcaneplugins\polyconomy\plugin\bukkit\economy\storage\impl\local\YamlStorageHandler.kt:[803,27] Unresolved reference: create
[ERROR] D:\minecraft\plugins\Polyconomy\plugin-bukkit\src\main\kotlin\io\github\arcaneplugins\polyconomy\plugin\bukkit\economy\storage\impl\local\YamlStorageHandler.kt:[804,31] Unresolved reference: Type
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :plugin-bukkit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.