cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to reduce Eclipse build times: Hybris extension in compiled form?

Former Member
0 Kudos
610

Hi guys,

we have about 140 projects in our ee workspace (32 custom ones). It takes a very long time for ee to build the workspace. And I'm asking myself why would it even make sense to build all those hybris extensions, besides platform? They always stay the same, no changes. But a clean workspace cleans them anyway.

Is there a way to compile them to a jar and just use those as dependencies for our custom projects? It would be ok that those jars are not fully working hybris extension, it would just be for ee to be able to build. Although the perfect situation would be, if there was a way to compile the extension to a working jar so that even after an ant clean all those are not rebuilt (only platform and custom extensions). This would greatly improve build times.

I saw that some extension have the server.jar. How do we create that for any extensions?

Any help is needed on my way to improve build times 😉

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Hi ,

We have Sap tool for ee this will very help to optimize the development time .please look into below link

your problem also resolved by using this tool import the plaform folder by using the below floder .it will automatically remove the unwanted extensions.

https://wiki.hybris.com/display/hybrisALF/SAP+Hybris+Commerce+Development+Tools+for+Ee

If really useful my answer to you please accept my answer.:)

Former Member
0 Kudos

It still feels that it adds even more bloat instead of optimizing. I tried a few months back and unintalled it after a few days. But i might give it another try