awips2/build/deploy.edex
2022-05-05 12:34:50 -05:00
..
resources/spring Initial commit 2022-05-05 12:34:50 -05:00
.project Initial commit 2022-05-05 12:34:50 -05:00
AbstractAntBasedPluginCustomDeployer.groovy Initial commit 2022-05-05 12:34:50 -05:00
AbstractExternalPluginFilesDeployer.groovy Initial commit 2022-05-05 12:34:50 -05:00
CustomDeploymentRunner.groovy Initial commit 2022-05-05 12:34:50 -05:00
deploy-install.xml Initial commit 2022-05-05 12:34:50 -05:00
DeployEdexLocalization.groovy Initial commit 2022-05-05 12:34:50 -05:00
DeployEdexResources.groovy Initial commit 2022-05-05 12:34:50 -05:00
DeployEdexSiteLocalization.groovy Initial commit 2022-05-05 12:34:50 -05:00
DeployESB.groovy Initial commit 2022-05-05 12:34:50 -05:00
DeployModes.groovy Initial commit 2022-05-05 12:34:50 -05:00
DeployPythonPackages.groovy Initial commit 2022-05-05 12:34:50 -05:00
DeployWeb.groovy Initial commit 2022-05-05 12:34:50 -05:00
IPluginCustomDeployer.groovy Initial commit 2022-05-05 12:34:50 -05:00
ProjectInformation.groovy Initial commit 2022-05-05 12:34:50 -05:00
ReadMe.txt Initial commit 2022-05-05 12:34:50 -05:00
RunDeployInstall.groovy Initial commit 2022-05-05 12:34:50 -05: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.