Shuffleboard FAQ, issues, and bugs

Uyarı

Shuffleboard as well as most of the other control system components were developed with Java 11 and will not work with Java 8. Be sure before reporting problems that your computer has Java 11 installed and is set as the default Java Environment.

Sık Sorulan Sorular

Shuffleboard ile ilgili sorunları, hataları veya özellik isteklerini nasıl bildirebilirim?

Shuffleboard’un güncel bir şekilde bakımını yapan herhangi bir kişi yoktur, ancak pull request kabul etmekteyiz. Hatalar, dorunlar ve özellik istekleri Shuffleboard GitHub sayfasına bir sorun oluşturularak eklenebilmektedir. Lütfen çoktan bildirilmiş bir şeyi yeniden bildirmediğinizden veya planlanmış bir çalışmayı tekrar etmediğinizden emin olmak için yenilerini oluşturmadan önce var olan sorunlara bakınız. Sorunlara Shuffleboard GitHub sayfasından ulaşabilirsiniz.

Shuffleboard’a nasıl kendi araçlarımı veya diğer uzantılarımı ekleyebilirim?

Kişisel araçlar programın eklentiler aracılığıyla genişletilmesine dair bol miktarda belge içermektedir. Ek kişisel proje ve araç için kullanılabilen örnek eklenti projelere Shuffleboard GitHub sayfasından erişebilirsiniz.

How can I build Shuffleboard from the source code?

You can get the source code by downloading, cloning, or forking the repository on the GitHub site. To build and run Shuffleboard from the source, make sure that the current directory is the top level source code and use one of these commands:

Application

Command (for Windows systems run the gradlew.bat file)

Running Shuffleboard

./gradlew :app:run

Building the APIs and utility classes for plugin creation

./gradlew :api:shadowJar

Building the complete application jar file

./gradlew :app:shadowJar