You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/09/12 15:43:52 UTC

[jira] Created: (SMX4KNL-87) Problems with batch files on windows

Problems with batch files on windows
------------------------------------

                 Key: SMX4KNL-87
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-87
             Project: ServiceMix Kernel
          Issue Type: Bug
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet
             Fix For: 1.0.1, 1.1.0


When using the "admin create" command, the batch file does not support parameters.
The last line of the generated file should be:
{code}
%SERVICEMIX_HOME%\bin\servicemix.bat %*
{code}

Also, the main batch file does not support the client / server / console parameters as does the unix shell script


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4KNL-87) Problems with batch files on windows

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang updated SMX4KNL-87:
--------------------------------

    Attachment: smx4knl-87.patch

> Problems with batch files on windows
> ------------------------------------
>
>                 Key: SMX4KNL-87
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-87
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Willem Jiang
>             Fix For: 1.0.1, 1.1.0
>
>         Attachments: smx4knl-87.patch
>
>
> When using the "admin create" command, the batch file does not support parameters.
> The last line of the generated file should be:
> {code}
> %SERVICEMIX_HOME%\bin\servicemix.bat %*
> {code}
> Also, the main batch file does not support the client / server / console parameters as does the unix shell script

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SMX4KNL-87) Problems with batch files on windows

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reassigned SMX4KNL-87:
--------------------------------------

    Assignee:     (was: Guillaume Nodet)

> Problems with batch files on windows
> ------------------------------------
>
>                 Key: SMX4KNL-87
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-87
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>             Fix For: 1.0.1, 1.1.0
>
>
> When using the "admin create" command, the batch file does not support parameters.
> The last line of the generated file should be:
> {code}
> %SERVICEMIX_HOME%\bin\servicemix.bat %*
> {code}
> Also, the main batch file does not support the client / server / console parameters as does the unix shell script

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4KNL-87) Problems with batch files on windows

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45873#action_45873 ] 

Willem Jiang commented on SMX4KNL-87:
-------------------------------------

smx4knl-87.patch will check the first parameter (for client / server / console) before starting the jvm.

> Problems with batch files on windows
> ------------------------------------
>
>                 Key: SMX4KNL-87
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-87
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Willem Jiang
>             Fix For: 1.0.1, 1.1.0
>
>         Attachments: smx4knl-87.patch
>
>
> When using the "admin create" command, the batch file does not support parameters.
> The last line of the generated file should be:
> {code}
> %SERVICEMIX_HOME%\bin\servicemix.bat %*
> {code}
> Also, the main batch file does not support the client / server / console parameters as does the unix shell script

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SMX4KNL-87) Problems with batch files on windows

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned SMX4KNL-87:
-----------------------------------

    Assignee: Willem Jiang

> Problems with batch files on windows
> ------------------------------------
>
>                 Key: SMX4KNL-87
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-87
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Willem Jiang
>             Fix For: 1.0.1, 1.1.0
>
>
> When using the "admin create" command, the batch file does not support parameters.
> The last line of the generated file should be:
> {code}
> %SERVICEMIX_HOME%\bin\servicemix.bat %*
> {code}
> Also, the main batch file does not support the client / server / console parameters as does the unix shell script

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4KNL-87) Problems with batch files on windows

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4KNL-87.
---------------------------------

    Resolution: Fixed

apply patch on behalf of Willem with thanks
http://svn.apache.org/viewvc?rev=698423&view=rev

> Problems with batch files on windows
> ------------------------------------
>
>                 Key: SMX4KNL-87
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-87
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Willem Jiang
>             Fix For: 1.0.1, 1.1.0
>
>         Attachments: smx4knl-87.patch
>
>
> When using the "admin create" command, the batch file does not support parameters.
> The last line of the generated file should be:
> {code}
> %SERVICEMIX_HOME%\bin\servicemix.bat %*
> {code}
> Also, the main batch file does not support the client / server / console parameters as does the unix shell script

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.