I am giving a try with the CustomCode feature to deploy Java server-side code.
I managed to correctly deploy one version of my server-side "CustomCode" jar (using "ant deploy" command, like in
the provided sample).
The problem is that I can't undeploy it
- either from the "ant undeploy" command, cf. this error
(the html returned looking like this)
- or from the App42 management console (POST is successful but returns failure message)
Obviously, this prevents me to deploy a new version of this jar, cf. this error