org-scn-design-studio-community / sdkpackage

SDK Package of SCN Design Studio Community
Apache License 2.0
32 stars 29 forks source link

Errors in Design Studio SDK extensions #178

Open aliraza-094 opened 7 years ago

aliraza-094 commented 7 years ago

I'm working on design studio SDK extensions. I import the sdkpackage in eclipse from the link below

https://archive.sap.com/documents/docs/DOC-60707#

There is a link of video tutorial on this page to install the sdk package in eclipse.

I completely follow the video tutorial but at the end, I faced these errors in my eclipse package check the attached screenshot.

I need a favor to remove these errors issue

Here is the .txt file containing the description of these errors.

Errors.txt

franckblais commented 7 years ago

Hello,

It's actually not a problem at all. I don't remember exactly where but you can deactivate the JSON checks and go one with your development. I'll post a screenshot this evening.

On Fri, Oct 13, 2017 at 8:42 AM, aliraza-094 notifications@github.com wrote:

I'm working on design studio SDK extensions. I import the sdkpackage in eclipse from the link below

https://archive.sap.com/documents/docs/DOC-60707#

There is a link of video tutorial on this page to install the sdk package in eclipse.

I completely follow the video tutorial but at the end, I faced these errors in my eclipse package check the attached screenshot.

I need a favor to remove these errors [image: issue] https://user-images.githubusercontent.com/32288500/31546694-ce7427c8-b03d-11e7-9f3e-fafdc98753b2.PNG

Here is the .txt file containing the description of these errors.

Errors.txt https://github.com/org-scn-design-studio-community/sdkpackage/files/1382605/Errors.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/org-scn-design-studio-community/sdkpackage/issues/178, or mute the thread https://github.com/notifications/unsubscribe-auth/AJpiS25ib7-9DuULQikkDW7XeMagNOieks5sr1rKgaJpZM4P4bhr .

-- Franck BLAIS

franckblais commented 7 years ago

Oh, by the way, make sure you're using the right repository according to your version. If you're on Lumira 2.0, use https://github.com/org-scn-design-studio-community/lumiradesignercommunityext_src instead of the one in the SAP document.

On Fri, Oct 13, 2017 at 9:09 AM, Franck BLAIS franck.blais@gmail.com wrote:

Hello,

It's actually not a problem at all. I don't remember exactly where but you can deactivate the JSON checks and go one with your development. I'll post a screenshot this evening.

On Fri, Oct 13, 2017 at 8:42 AM, aliraza-094 notifications@github.com wrote:

I'm working on design studio SDK extensions. I import the sdkpackage in eclipse from the link below

https://archive.sap.com/documents/docs/DOC-60707#

There is a link of video tutorial on this page to install the sdk package in eclipse.

I completely follow the video tutorial but at the end, I faced these errors in my eclipse package check the attached screenshot.

I need a favor to remove these errors [image: issue] https://user-images.githubusercontent.com/32288500/31546694-ce7427c8-b03d-11e7-9f3e-fafdc98753b2.PNG

Here is the .txt file containing the description of these errors.

Errors.txt https://github.com/org-scn-design-studio-community/sdkpackage/files/1382605/Errors.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/org-scn-design-studio-community/sdkpackage/issues/178, or mute the thread https://github.com/notifications/unsubscribe-auth/AJpiS25ib7-9DuULQikkDW7XeMagNOieks5sr1rKgaJpZM4P4bhr .

-- Franck BLAIS

-- Franck BLAIS

aliraza-094 commented 7 years ago

Hi franckblais, Thanks for your help. I'm using the following versions of SAP Lumira and Design Studio.

SAP Lumira Version 1.31.5, Build# 140 SAP Design Studio Release 1.6 SP5 Patch 2 (Version: 16.5.3) from the above details, It seems that this problem is not due to the using wrong repository of extensions. Am I right??

can you please attach the screenshot of how to deactivate the JSON check to remove these errors. your help will be greatly appreciated.

franckblais commented 7 years ago

Hey,

Yes, you're using the good one. Are you on Eclipse Oxygen ? It seems it's strictier than the previous versions. Those issues caused by a ending comma, which is not the end of the world :)

So, select a project and go there, uncheck the syntax checking. image image It seems you cal also apply it to all of the projects by using Configure Workspace settings. image

I'll fix the issues as well on both 1.6 and lumira at some point this week. Thanks for reporting it !

aliraza-094 commented 7 years ago

Hi, Thanks for your help, my issue has been resolved. Your contributions help me a lot to fix these errors. Now I'm heading to my next step.

aliraza-094 commented 6 years ago

Hi franckblais, I have added some features in the Advance data table and want to add this in SDK package for the use of every one. currently, my SDK package is in eclipse, please mention the steps how I can update this to the git repository SDK package. I went through from this guide but it gave me the error I attached its screenshot. Link: https://blogs.sap.com/2016/04/20/your-first-extension-part-14-zipit-n-shipit-aka-creating-an-installer/ error

franckblais commented 6 years ago

Hello,

Could you please explain how did you downloaded the Source code and what's is your setup:

So, you could:

After that, Mike or someone will be able to rebuild the package and your modification will be available. Quality wise it's not the best, but for now it will be working for you. Personally, I am using my cloned repo directly in Eclipse, work on it and commit afterwards, leaving no room for copy/paste errors.

On Fri, Nov 3, 2017 at 3:35 AM, aliraza-094 notifications@github.com wrote:

Reopened #178 https://github.com/org-scn-design-studio-community/sdkpackage/issues/178 .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/org-scn-design-studio-community/sdkpackage/issues/178#event-1324399849, or mute the thread https://github.com/notifications/unsubscribe-auth/AJpiS39KaeLk0NXpVWhp7ys4Qi4U1T38ks5sysJdgaJpZM4P4bhr .

-- Franck BLAIS