awips2/edexOsgi/deploy.edex
2018-07-05 11:49:57 -06:00
..
resources/spring initial commit 2018-06-20 17:39:08 -06:00
.project initial commit 2018-06-20 17:39:08 -06:00
AbstractAntBasedPluginCustomDeployer.groovy initial commit 2018-06-20 17:39:08 -06:00
AbstractExternalPluginFilesDeployer.groovy initial commit 2018-06-20 17:39:08 -06:00
CustomDeploymentRunner.groovy initial commit 2018-06-20 17:39:08 -06:00
deploy-install.xml merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -06:00
DeployEdexLocalization.groovy initial commit 2018-06-20 17:39:08 -06:00
DeployEdexResources.groovy initial commit 2018-06-20 17:39:08 -06:00
DeployEdexSiteLocalization.groovy initial commit 2018-06-20 17:39:08 -06:00
DeployESB.groovy initial commit 2018-06-20 17:39:08 -06:00
DeployModes.groovy initial commit 2018-06-20 17:39:08 -06:00
DeployWeb.groovy initial commit 2018-06-20 17:39:08 -06:00
IPluginCustomDeployer.groovy initial commit 2018-06-20 17:39:08 -06:00
ProjectInformation.groovy initial commit 2018-06-20 17:39:08 -06:00
ReadMe.txt initial commit 2018-06-20 17:39:08 -06:00
RunDeployInstall.groovy merge origin/master_18.1.1 into unidata_17.1.1 for unidata_18.1.1 2018-07-05 11:49:57 -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.