awips2/build/deploy.edex
Bryan Kowal 2380dda443 Omaha #3836 - initial commit of the groovy-based developer deployment.
Please refer to the: build/deploy.edex/ReadMe.txt

amend: remove files that are not used by the developer deployment

Change-Id: I7caaf61e88d315ea0d065d46036d3ba9530c29ec

Former-commit-id: 1b120a763c [formerly dc5cae7ea1] [formerly c963a90ce0] [formerly 5b7f86d9d4 [formerly c963a90ce0 [formerly d881ba5d55c41647e5b3c4dfecd7ea89ad7ec2eb]]]
Former-commit-id: 5b7f86d9d4
Former-commit-id: bd79a244bb6affcd388001c344fd5bbc47778e91 [formerly 176d002ad4]
Former-commit-id: 28f6a3a613
2014-12-04 16:17:53 -06:00
..
resources/spring Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
.project Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
AbstractAntBasedPluginCustomDeployer.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
AbstractExternalPluginFilesDeployer.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
CustomDeploymentRunner.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
deploy-install.xml Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
DeployEdexLocalization.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
DeployEdexResources.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
DeployEdexSiteLocalization.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
DeployESB.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
DeployModes.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
DeployPythonPackages.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
DeployWeb.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
IPluginCustomDeployer.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
ProjectInformation.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
ReadMe.txt Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00
RunDeployInstall.groovy Omaha #3836 - initial commit of the groovy-based developer deployment. 2014-12-04 16:17:53 -06:00

Run deploy-install.xml to execute the new groovy-based deployment mechanism.
The mechanism will need to remain ant-wrapped until the Groovy plugins are added
to the uframe Eclipse distribution.

One argument is required to run the script: -Dworkspace_loc=${workspace_loc}

Note: ENTER THE ARGUMENT EXACTLY AS IT IS WRITTEN ABOVE. ${workspace_loc} is
an Eclipse variable that references the actual location of the workspace.

deploy-install will deploy any EDEX features it finds in the workspace excluding:
com.raytheon.edex.wa.feature and com.raytheon.edex.feature.uframe

Currently, an EDEX feature is defined as a feature project that includes edex in
the name. Feature deployment options will most likely be more customizable when
the pure groovy version of this deployment can be used.