abapGit / ADT_Backend

DEPRECATED/NOT WORKING abapGit ADT Backend
MIT License
32 stars 14 forks source link

Transformation ABAPGIT_ST_REPO_INFO_EXT_REQ not available #30

Closed schallera closed 5 years ago

schallera commented 5 years ago

Within eclipse extension abapGit Repositores an error message is thrown because transformation ABAPGIT_ST_REPO_INFO_EXT_REQ is not available.

In class ZCL_ABAPGIT_RES_REPO_INFO_EXT the constants for the transformations has to be prefixed with Z:

CONSTANTS co_st_name_request TYPE string VALUE 'ZABAPGIT_ST_REPO_INFO_EXT_REQ'. CONSTANTS co_st_name_response TYPE string VALUE 'ZABAPGIT_ST_REPO_INFO_EXT_RES'.

larshp commented 5 years ago

thanks, will you help opening a pull request for the change?

https://github.com/abapGit/ADT_Backend/blob/ced8bd330b637fdaf5ea73b5a383f2b6e2974986/src/zcl_abapgit_res_repo_info_ext.clas.abap#L26

larshp commented 5 years ago

@schallera try again, latest version