Hi
We've relatively recently started using LiveCycle and we haven't found any decent way of deploying a single module between servers. The only way we currently have is to
- Create a new Application on the development server with the same name as the one we are deploying to.
- Copy and pase every single thing from the development Application to this new one.
- Create a .lca archive of the new application
- Deploy this new application to the test/live environment
The big problems with this are
- This method requires the entire application to be released at once, which won't be good when we have multiple people working on different forms.
- It doesn't allow us to pull the files from an external source control application (like Visual Sourcesafe)
- We're not actually releasing the same thing to each environment.
Does anyone have any alternative methods for handling releases?
Thanks
Dan