]
Misha Ali commented on TOOLSDOC-307:
------------------------------------
Sorry about the delay. PR created and added to JIRA now.
Document OpenShift Drag and Drop functionality
----------------------------------------------
Key: TOOLSDOC-307
URL:
https://issues.jboss.org/browse/TOOLSDOC-307
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Components: User Guide
Affects Versions: 4.1.0
Reporter: Michelle Murray
Assignee: Supriya Bharadwaj
Fix For: 4.2.0.Beta1
Attachments: openshift_importapp.adoc
Need to document this:
Drag and Drop
http://docs.jboss.org/tools/whatsnew/openshift/openshift-news-2.3.0.Beta1...
In addition we now also support you to drag any existing deployable artifact such as WTP
projects, deployable datasources etc. to the OpenShift server. If these artifacts are not
part of the "source" project the server adapter will package them up and place
by default inside the /deployments folder of the project. Then when git push occurs these
binaries will be part of the deployments on OpenShift for the "source" project.
This is what we call "binary" deployment and is useful for applications that
for any reasons or another cannot be build remotely.
Note: OpenShift have a storage limit thus storing to many binaries or doing too many
binary changes will make you reach this limit faster so be careful.
http://docs.jboss.org/tools/whatsnew/openshift/openshift-news-2.4.0.Alpha...
Previously, when a user performed a drag-and-drop action to publish a project it was
ignored. In Alpha1 you'll now be able to publishing your project to your OpenShift
cloud by drag and dropping your project to the OpenShift server adapter.