ChargeTimeEU / Java-OCA-OCPP

Open source client and server library of Open Charge-Point Protocol (OCPP) defined by openchargealliance.org (OCA)
MIT License
272 stars 174 forks source link

Some packages not found, thanks Thomas you are a great man #133

Open JamalMherat opened 3 years ago

JamalMherat commented 3 years ago
  1. eu.chargetime.ocpp:common:jar:0.5-SNAPSHOT
  2. eu.chargetime.ocpp:v1_6:jar:0.5-SNAPSHOT
  3. eu.chargetime.simulator:software_ocpp:jar:0.1-SNAPSHOT
  4. eu.chargetime.simulator:facades:jar:0.1-SNAPSHOT

Notes:

the README file is empty

TVolden commented 3 years ago

Hi @JamalMherat

Thank you for your kind words.

I'm not sure what the issue is about? What are you trying to do, how are you trying to do it?

I have filled out the README.md file?

JamalMherat commented 3 years ago

Hi @TVolden

Thanks for your response to my issue, I hope you will help me to solve it. There is a problem when running the emulator project for the charger, which is that the package is not in the repository, package name is

eu.chargetime.ocpp:common:jar:0.5-SNAPSHOT.

Gratefully, Jamal Mherat

TVolden commented 3 years ago

Hi Jamal,

I will try my best.

You mention a emulator, are you referring to https://github.com/ChargeTimeEU/ChargePointSimulator?

If that's the case, you need to install these lib via Maven. I would say the easiest way to do this, is to use jitpack: https://jitpack.io/p/ChargeTimeEU/Java-OCA-OCPP

Another way to do it, would be to clone the lib via github and run mvn install.

Hope this helps.

JamalMherat commented 3 years ago

Thank you Mr. @TVolden

I will try that,

Thanks

TVolden commented 3 years ago

Did it work for you @JamalMherat ? If so, can I get you to close the issue?

JamalMherat commented 3 years ago

Mr. Thomas

Thank you for responding, I tried download libs but not found, How to find it?

Thanks to much

Get Outlook for Androidhttps://aka.ms/ghei36


From: Thomas Volden notifications@github.com Sent: Tuesday, January 19, 2021 10:28:48 AM To: ChargeTimeEU/Java-OCA-OCPP Java-OCA-OCPP@noreply.github.com Cc: Jamal Al-Mherat j.mherat@mgc-gas.com; Mention mention@noreply.github.com Subject: Re: [ChargeTimeEU/Java-OCA-OCPP] Some packages not found, thanks Thomas you are a great man (#133)

Did it work for you @JamalMherathttps://github.com/JamalMherat ? If so, can I get you to close the issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/ChargeTimeEU/Java-OCA-OCPP/issues/133#issuecomment-762683930, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASB3XWDULOJTQ5RXJFJQ2ALS2U7EBANCNFSM4UTUMMQQ.

TVolden commented 3 years ago

If you clone this repository and run mvn install from the project root. Then this should work

JamalMherat commented 3 years ago

I cloned that by clicking on download (on github) and got it as zip file then unzip it and opened with netbeans then netneans give me a resolve package msg for missing libs, I tried it but cannot work, I will try steps by using mvn

Thanks to much

Get Outlook for Androidhttps://aka.ms/ghei36


From: Thomas Volden notifications@github.com Sent: Tuesday, January 19, 2021 12:30:01 PM To: ChargeTimeEU/Java-OCA-OCPP Java-OCA-OCPP@noreply.github.com Cc: Jamal Al-Mherat j.mherat@mgc-gas.com; Mention mention@noreply.github.com Subject: Re: [ChargeTimeEU/Java-OCA-OCPP] Some packages not found, thanks Thomas you are a great man (#133)

If you clone this repository and run mvn install from the project root. Then this should work

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/ChargeTimeEU/Java-OCA-OCPP/issues/133#issuecomment-762751960, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASB3XWFS6FA6Z4HMAJ5YXVDS2VNKTANCNFSM4UTUMMQQ.

JamalMherat commented 3 years ago

Hi Thomas,

The OCPP Client is working fine, but can connect with ocpp Steve Server or can connect with other server if you have one?

Gratefully, Jamal Mherat

Get Outlook for Androidhttps://aka.ms/ghei36


From: Thomas Volden notifications@github.com Sent: Tuesday, 19 January 2021, 12:30 To: ChargeTimeEU/Java-OCA-OCPP Cc: Jamal Al-Mherat; Mention Subject: Re: [ChargeTimeEU/Java-OCA-OCPP] Some packages not found, thanks Thomas you are a great man (#133)

If you clone this repository and run mvn install from the project root. Then this should work

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/ChargeTimeEU/Java-OCA-OCPP/issues/133#issuecomment-762751960, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASB3XWFS6FA6Z4HMAJ5YXVDS2VNKTANCNFSM4UTUMMQQ.

TVolden commented 3 years ago

Hi @JamalMherat,

Sorry for my slow reply.

The library should work with a Steve Server, since both are compliant with OCA standard. Have you had problems connecting to a Steve server?