You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use file:${project_loc:/<project-name>}/ results in a URI syntax error:
The logic implemented by org.eclipse.pde.internal.core.target.RemoteTargetHandle.get(String), which calls org.eclipse.pde.internal.core.target.RemoteTargetHandle.convertRawToUri(String) should be reused.
It would also be nice if the dialog simply listed the available *.target files in the workspace.
The text was updated successfully, but these errors were encountered:
This is what I've implemented. I.e., the logic is reused so that there is no validation error and I populated the dropdown with the available *.target files in the workspace (excluding the target definition itself of course).
merks
added a commit
to merks/eclipse.pde
that referenced
this issue
May 23, 2022
as a location URI in the 'Create target reference' page
Also provide choices of available workspace *.target files in the
drop-down of the 'Create target reference' page
eclipse-pde#121
…ws (#122)
as a location URI in the 'Create target reference' page
Also provide choices of available workspace *.target files in the
drop-down of the 'Create target reference' page
#121
Attempting to use
file:${project_loc:/<project-name>}/
results in a URI syntax error:The logic implemented by org.eclipse.pde.internal.core.target.RemoteTargetHandle.get(String), which calls org.eclipse.pde.internal.core.target.RemoteTargetHandle.convertRawToUri(String) should be reused.
It would also be nice if the dialog simply listed the available *.target files in the workspace.
The text was updated successfully, but these errors were encountered: