awips2/build/deploy.edex
2017-03-14 15:05:59 -05:00
..
resources/spring first commit 2017-03-14 15:05:59 -05:00
.project first commit 2017-03-14 15:05:59 -05:00
AbstractAntBasedPluginCustomDeployer.groovy first commit 2017-03-14 15:05:59 -05:00
AbstractExternalPluginFilesDeployer.groovy first commit 2017-03-14 15:05:59 -05:00
CustomDeploymentRunner.groovy first commit 2017-03-14 15:05:59 -05:00
deploy-install.xml first commit 2017-03-14 15:05:59 -05:00
DeployEdexLocalization.groovy first commit 2017-03-14 15:05:59 -05:00
DeployEdexResources.groovy first commit 2017-03-14 15:05:59 -05:00
DeployEdexSiteLocalization.groovy first commit 2017-03-14 15:05:59 -05:00
DeployESB.groovy first commit 2017-03-14 15:05:59 -05:00
DeployModes.groovy first commit 2017-03-14 15:05:59 -05:00
DeployPythonPackages.groovy first commit 2017-03-14 15:05:59 -05:00
DeployWeb.groovy first commit 2017-03-14 15:05:59 -05:00
IPluginCustomDeployer.groovy first commit 2017-03-14 15:05:59 -05:00
ProjectInformation.groovy first commit 2017-03-14 15:05:59 -05:00
ReadMe.txt first commit 2017-03-14 15:05:59 -05:00
RunDeployInstall.groovy first commit 2017-03-14 15:05:59 -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.