]
Andre Dietisheim edited comment on JBIDE-18911 at 2/24/15 12:02 PM:
--------------------------------------------------------------------
but you can still add the cartridges from code. you simply have to use a slightly
different "url" using the cartreflect:
{code}
was (Author: adietish):
but you can still add the cartridges from code. you simply have to use a slightly
different "url":
1) point the wizard to the manifest via http:
allow URL in the form "from-code=git(a)github.com" for custom
app source code and downloadable cartridges
-------------------------------------------------------------------------------------------------------
Key: JBIDE-18911
URL:
https://issues.jboss.org/browse/JBIDE-18911
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.2.0.Final
Reporter: Andre Dietisheim
Assignee: Max Rydahl Andersen
Labels: application_wizard, embed_wizard
Fix For: 4.2.3.Beta1
We should be able to use urls that refer to github repositories when using custom
application source code and downloadable cartridges
The exact form is documented in the github (and general purpose git-) documentation:
https://gist.github.com/grawity/4392747
{quote}
SSH, aka git(a)github.com: or ssh://git@github.com/
{quote}