[ 
https://issues.apache.org/jira/browse/KARAF-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on KARAF-3377 started by Jean-Baptiste Onofré.
---------------------------------------------------
> Starting Karaf on Windows changes console title
> -----------------------------------------------
>
>                 Key: KARAF-3377
>                 URL: https://issues.apache.org/jira/browse/KARAF-3377
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 2.4.0, 3.0.2
>         Environment: Windows
>            Reporter: Claus Ibsen
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.0.0, 3.0.3, 2.4.1
>
>
> If you want to start karaf on windows, you can use
> bin\start
> And it startup karaf, but the start.bat script has an issue. 
> a) it set the title of current command window to KARAF_TITLE
> b) it sets the spawned command window to hardcoded Karaf
> The problem is that it should not do (a) as the current command window is 
> just a CLI to control karaf, not to run the karaf itself.
> And for (b) it should actually use KARAF_TITLE as the title, so you can 
> control this.
> This code at should be removed
> https://github.com/apache/karaf/blob/master/assemblies/features/framework/src/main/filtered-resources/resources/bin/start.bat#L33
> And the KARAF_TITLE code from above should be used here instead, eg so the 
> spawned window gets the title of choice
> https://github.com/apache/karaf/blob/master/assemblies/features/framework/src/main/filtered-resources/resources/bin/start.bat#L90



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

Reply via email to