cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Web Forms / WCM Templates from an AMP

tschaib2
Champ in-the-making
Champ in-the-making
Hello all,

I'm in the process of developing some customizations to the Web Client to support customized workflows and content types for WCM for my company.

I'm trying to keep the need for manual steps in installation to a minimum.  Continuing on this train of thought, is there any way to use an AMP to install Web Forms automatically, and after installation create a Template WCM Project that uses those Web Forms and a Custom Workflow that also has been loaded?

If possible, I'd like to be able to package the XSD files for the Web Forms and maybe a simple bootstrap object for the other needed parameters, so this could be easily be wrapped into an Ant script. 

I've seen some suggestions to import the Web Forms to a store, and then export the forms as an ACP file and re-import them when installing the AMP.  This becomes a bit tedious as every change to a Web Form requires rebuilding the Forms in some environment prior to repackaging them in the AMP.

Does anyone have any ideas, or has anyone done anything similar?
1 REPLY 1

tcld0
Champ in-the-making
Champ in-the-making
Did you ever find any more information about this?  I'm looking for a clean way to bootstrap webscripts into the repository as part of an automated deployment process.  i.e. i want to end up with an ant script that can generate an acp file containing a bunch of webscripts.  That acp file would then deployed as part of an amp and would be boostrapped into the repository the first time the module is started. 

I know how to set up the latter part (bootstrapping content from an acp into the repository).  But I can't find a way to automate the creation of an acp file.  It seems that you have to put the content into a repository, then export it out in order to create an acp file.