I am working on a project with Adobe LiveCyle Workbench ES4. I have been tasked with automating our deployment to produciton. This is for the entire project which includes LiveCycle, but I have very little LiveCycle experience.
In our current manual process we copy the XDP (right-click->copy) file from TEST and paste it into PROD using workbench. We then must un-deploy the application, then re-deploy it for the change to take affect.
Is it possible to script the export of an XDP in test and then an import of the XDP into PROD?
Are there any best practices?
Can anyone point me to a resource that might help with automating this?
Is there a command line option for the undeploy\deploy?
You should not have to redeploy an application for changes to form only to occur. Only changes in processes require a redeploy.
Normally the way we deploy is by exporting the application to an LCA through Workbench, and importing that LCA through the admin console to the desired environment. You can choose to make a patch LCA and select just the XDP files you want to move. You can also include files from more than one application in the LCA if you want.
This is probably not economical if you're talking about moving one only form, but if you have multiple then it is a much better way to go.