[ 
https://issues.apache.org/jira/browse/APEXCORE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148034#comment-15148034
 ] 

Tushar Gosavi commented on APEXCORE-340:
----------------------------------------

Some of the concerns can be handled by changing script to see how it is 
executed. We get the script name as first argument in shell ($0).

if [ $0 == "dt" ]; then cliname="dt" fi
if [ $0 == "apex" ]; then cliname="apex" fi

and we can pass this as a argument to DTCli class, and it will internally 
change the names of display items.




> Rename dtcli script to apex
> ---------------------------
>
>                 Key: APEXCORE-340
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-340
>             Project: Apache Apex Core
>          Issue Type: Task
>            Reporter: Thomas Weise
>
> As we are integrating Apex into other packages, we should make the name 
> change as soon as possible to avoid widespread downstream rework in the 
> future. The backward compatibility issue can be handled with symlink in DT 
> distro.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to