]
Viacheslav Kabanovich commented on JBIDE-21599:
-----------------------------------------------
Me, too, was not aware before Fred implemented VariablesHelper for JBIDE-21349.
Source path validation does not work properly in new server adapter
wizard
--------------------------------------------------------------------------
Key: JBIDE-21599
URL:
https://issues.jboss.org/browse/JBIDE-21599
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Marián Labuda
Assignee: Viacheslav Kabanovich
Labels: openshift_v3, server_adapter_wizard
Fix For: 4.4.0.Alpha1
When using eclipse path properties in source path in New Server wizard for a new
OpenShift 3 server adapter, validation does not work properly. E.g. I choose a workspace
project by browsing workspace and choosing it, it fill into the text widget for source
path
{code}
${workspace_loc:/org.jboss.tools.openshift.ui.bot.test}
{code}
and it is OK, next button is enabled. But if I cut/paste it there again or if I type
workspace location manually, not via browsing workspace project, it is validated as
incorrect path and it is not possible to proceed through wizard.