Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Ant Scripts for deploying livecycle application

Avatar

Level 4

Hi,

I wanted to know if there is a provision to develop ant scripts which aid in deploying livecycle applications from one server to another.

Any information or material regarding this will be of great help.

Regards.

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can do that by using LiveCycle Java API.

The ApplicationManager class provides a number of methods to play with LC

apps.

see the below link for documentation:

http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/idp/applicationmanager/client/...

Nith

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can do that by using LiveCycle Java API.

The ApplicationManager class provides a number of methods to play with LC

apps.

see the below link for documentation:

http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/idp/applicationmanager/client/...

Nith