awips2/edexOsgi/deploy.edex
2017-11-14 12:42:26 -07:00
..
resources/spring build reorg 2017-11-14 12:42:26 -07:00
.project build reorg 2017-11-14 12:42:26 -07:00
AbstractAntBasedPluginCustomDeployer.groovy build reorg 2017-11-14 12:42:26 -07:00
AbstractExternalPluginFilesDeployer.groovy build reorg 2017-11-14 12:42:26 -07:00
CustomDeploymentRunner.groovy build reorg 2017-11-14 12:42:26 -07:00
deploy-install.xml build reorg 2017-11-14 12:42:26 -07:00
DeployEdexLocalization.groovy build reorg 2017-11-14 12:42:26 -07:00
DeployEdexResources.groovy build reorg 2017-11-14 12:42:26 -07:00
DeployEdexSiteLocalization.groovy build reorg 2017-11-14 12:42:26 -07:00
DeployESB.groovy build reorg 2017-11-14 12:42:26 -07:00
DeployModes.groovy build reorg 2017-11-14 12:42:26 -07:00
DeployPythonPackages.groovy build reorg 2017-11-14 12:42:26 -07:00
DeployWeb.groovy build reorg 2017-11-14 12:42:26 -07:00
IPluginCustomDeployer.groovy build reorg 2017-11-14 12:42:26 -07:00
ProjectInformation.groovy build reorg 2017-11-14 12:42:26 -07:00
ReadMe.txt build reorg 2017-11-14 12:42:26 -07:00
RunDeployInstall.groovy build reorg 2017-11-14 12:42:26 -07: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.