awips2/build/deploy.edex
2016-11-30 15:32:23 -07: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 mute cave start/stop logging 2016-11-14 15:59:01 -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 groovy eclipse delopy localization fix 2016-10-30 22:04:04 -05:00
DeployESB.groovy Omaha #4216 Fixed broken multi WA build, DD request router issue, sbnSIm and request sharing same debug port. 2015-12-10 10:34:39 -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 Merge remote-tracking branch 'remotes/origin/unidata_16.2.2' into unidata_16.2.2-osx 2016-11-01 13:21:00 -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.