How to make local changes on your ui5 library file in Eclipse

Created by Jerry Wang on Mar 20, 2015

You meet with issues when you send odata request to backend:
clipboard1

You observe in the local version js file, line 1655, the sUrl population logic is wrong:

the check against length is missing.
clipboard2
In another version of the same file, the expected check logic is there.

clipboard3
You would like to make changes on the local js file.

Step1: find out the jar file name which contains the js file you want to change and also the local path of the jar file in Network tab:
clipboard4
jar file: com.sap.ui5.core_1.24.1.jar
clipboard5
Step2: extract the .jar file, make local changes there:
clipboard6
Step3: re-pack the whole extracted folder via jar command below:
clipboard7

Step4: replace the old jar file with the jar file generated in step3:

C:\myProgram\sapui5-ide-kepler-win32.win32.x86_64\plugins
clipboard8

猜你喜欢

转载自blog.csdn.net/i042416/article/details/92990278