cancel
Showing results for 
Search instead for 
Did you mean: 

Web IDE Deployment procces is very long

hakan_danaci
Explorer
0 Kudos

Hello everybody,

My problem is about deploy to SAPUI5 ABAP Repository from Web IDE.

My project have a image file. (Size : 10KB)

When i deploy my project, it takes very long time.

I want to deploy only changed files. But webide deploy all files again.

The following resources will be overwritten:
manifest.json
Component-preload.js
Component.js
index.html
css
style.css
view
main.view.js
controller
main.controller.js
i18n
i18n.properties
i18n_tr.properties
i18n_en.properties
util
Connectivity.js
Formatter.js
images
logo.png
Do you want to continue?

Eclipse does not work same. Eclipse deploy only changed files.

Can I deploy only changed files from Web IDE?

Accepted Solutions (1)

Accepted Solutions (1)

michal_keidar
Active Contributor
0 Kudos

Hi,

Web IDE (as opposed to Eclipse plugin) does not keep track on changes made in the application.

Each deployment deploys the entire application and not only the changed files, and this is not planned to change.

The solution is to use Git as a source control and then you only commit and push your changes.

Don't use the ABAP repository as a repository for your developed code. You should deploy your app only when it's ready for its next phase (e.g. testing/production).

Please check my recent blog on this topic: https://blogs.sap.com/2016/12/26/cant-see-your-sap-web-ide-deployed-changes-at-runtime-maybe-you-are...

Regards,
Michal.

Answers (4)

Answers (4)

tswami67
Explorer
0 Kudos

Hi, Currently we can just connect cloud webIDE and click on build project to convert 'dist' folder then we can download & use for custom deployment. This is the way I am doing right now. thanks.-Swami

hakan_danaci
Explorer
0 Kudos

I don't want to deploy image file each all deploying proccessing.
Can I solve this problem using "SAPUI5 Client Build"?

I added my image file to excludedFiles in "project.json". But When I deploy project, this files is deleted from SAP.

Is there any solution for this problem using SAPUI5 Client Build?

hakan_danaci
Explorer
0 Kudos

Thanks Krishna for information.

I look forward to the getting it from WebIDE team.

kammaje_cis
Active Contributor
0 Kudos

Currently there is no way to deploy only the changed files. Hope WebIDE team gets it sooner. raz.korn

michal_keidar
Active Contributor
0 Kudos

This is not in our plans