cancel
Showing results for 
Search instead for 
Did you mean: 

[XSA] Deploy modules of MTA individually

Former Member
0 Kudos

Hello,

I have a Multi-Target-Application to deploy onto XS Advanced. The problem is that using "xs deploy" takes rather long. While developing I need to deploy my changes onto the system every now and then and I would like to know if there is a way to individually re-deploy only one module of the MTA. At the moment I waste a lot of time waiting for other modules to deploy although I haven't even changed anything there. But as mentioned "xs deploy" always re-deploys all modules.

Best Regards,
Henrik

SamueleBarzaghi
Participant

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

During development why not use the SAP Web IDE for SAP HANA. It lets you re-run just a single module. It even goes further and has a delta mechanism that injects most changes into a running app, so you can test changes in a matter of seconds not minutes.

Otherwise at the command line consider xs push for a single module during development instead of xs deploy.

Answers (0)