HanSolo / charts

A JavaFX library that contains different kind of charts
Apache License 2.0
668 stars 82 forks source link

Can't build: what should ossrhUsername be? #126

Closed ppazos closed 1 month ago

ppazos commented 5 months ago

Could not get unknown property 'ossrhUsername' for Credentials [username: null]

HanSolo commented 5 months ago

Oh that’s for signing…if you want to build locally you can disable the signing in the build.gradle file

ppazos commented 5 months ago

Thanks. How is signing disabled?

On Sun, Jun 2, 2024, 08:25 Gerrit Grunwald @.***> wrote:

Oh that’s for signing…if you want to build locally you can disable the signing in the build.gradle file

— Reply to this email directly, view it on GitHub https://github.com/HanSolo/charts/issues/126#issuecomment-2143809995, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJYEXGEFQ4F5O2O453BMH3ZFL6JDAVCNFSM6AAAAABIUXPO2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTHAYDSOJZGU . You are receiving this because you authored the thread.Message ID: @.***>

ppazos commented 4 months ago

ping @HanSolo

krebznet commented 1 month ago

His code is extremely difficult to build out of the box, its great looking eye candy but I suggest you don't waste your time.

HanSolo commented 1 month ago

And I suggest you look for other stuff for your unqualified comments. Just shut up.

krebznet commented 1 month ago

Okay, fair enough, I might be the idiot but here is a video i just uploaded from my screen share walking through the complexities of getting it to build in a environment that does not resolve dependencies or does not make it clear what JDK version is required, the README.md had little to no information and sorry it just frustrated me for 2-3 hours last night trying to manually import pieces of code into a new project. Please tell me what i am doing wrong here is the link

I do apologize for the comment, but this project is a pain in the ass to get up and running, please tell me that Im an idiot indeed to have unqualified comments and explain to me what i'm doing wrong.

https://youtu.be/-4w6eZwFjsg

Respectfully, Krebsnet

HanSolo commented 1 month ago

Man, I’m doing this whole thing for fun, I don’t take any money for it and I just don’t need these comments…understand? This is a fun side project, not production ready code that I guarantee to work (which you should be able to read in 2nd sentence of the readme “This is still work in development”). The JDK version is in the gradle.properties and for master it is still 11. You will find branches for 17 and 21. I mainly only maintain the latest version on the latest JDK which means in the JDK 21 branch. I think I made the signing optional in the 17 and 21 branches but did not update the master for some time. If not, you can remove the signing and publishing parts in the gradle file and remove the signing and publishing plugins too (“id ‘maven-publish’” and “id ‘signing’”). This isn’t rocket science and can also be found on the gradle homepage…if you are willing to learn something. I hope this will work for you.

krebznet commented 1 month ago

Okay, fair enough, I might be the idiot but here is a video i just uploaded from my screen share walking through the complexities of getting it to build in a environment that does not resolve dependencies or does not make it clear what JDK version is required, the README.md had little to no information and sorry it just frustrated me for 2-3 hours last night trying to manually import pieces of code into a new project. Please tell me what i am doing wrong here is the link

I do apologize for the comment, but this project is a pain in the ass to get up and running, please tell me that Im an idiot indeed to have unqualified comments and explain to me what i'm doing wrong. [(https://youtu.be/-4w6eZwFjsg)]

Respectfully, Krebsnet

I really would like to build this product, regret the comments I am profiling several thousand securities using a DSL language that i was able to patent https://patents.google.com/patent/US11457052B1/en?assignee=dunkware&oq=dunkware and connecting to brokerage accounts like Interactive Brokers require local desktop sockets and i decided to build a MVP in a desktop app, 3 options were Swing, SWT and JavaFx for me. I'm not a scripting guy stayed away from Electron Eclipse is painful I've dealt with it for a while the paradigm mismatch between the OSGI build system and maven despite the work arounds like tycho is often problematic . I'm sorry for coning across rude i just am explaining where i'm coming from.

krebznet commented 1 month ago

Brother I'll help you on it! - I've got a really cool streaming data interface that could fit nicely into your components lets collaborate and not get tied up into our personalities, i apologize I could have come at it from a better angle.

Thanks for the info, yes i am willing to learn something, use a branch not master I have a tough time understanding the gradle 9 vs 8, I'll do my best and respect where you're coming from. PEACE

HanSolo commented 1 month ago

It’s all good, I’m just too old to get blamed for stuff that I do in my spare time. Kindness doesn’t cost anything and helps a lot 😁 Let me know if you get it running.

krebznet commented 1 month ago

I hear you I am as well and have a full time engineering role in a financial institution and putting stuff on the internet is "as-is" and if I'm coming from a perspective about quality and documentation - you should tell me to buzz off, I'll let you know if get it working. I did find a project called AntlantaFX but your tiles look great! Congratulations on coding a nice project.