You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andreas Pieber (JIRA)" <ji...@apache.org> on 2010/12/10 17:51:01 UTC

[jira] Created: (KARAF-321) karaf shell script does not work with mingw and whitespaces in path

karaf shell script does not work with mingw and whitespaces in path
-------------------------------------------------------------------

                 Key: KARAF-321
                 URL: https://issues.apache.org/jira/browse/KARAF-321
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 2.1.3, 2.2.0
         Environment: windows, using mingw
            Reporter: Andreas Pieber
             Fix For: 2.1.3, 2.2.0


1) install mingw
2) checkout trunk (or karaf-2.1.x)
3) mvn clean install
4) tar xvvf apache-karaf-xxx.tar.gz
5) mv apache-karaf-xxx.tar.gz apache\ karaf
6) cd apache\ karaf/bin
7) ./karaf (this will throw exceptions because of class not found, directory not found ...)

Solution

apply attached patch and start from 3 again (should work now). I've tested it with my linux installation and it works there. Can someone with cygwin give this a shot?

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


[jira] Updated: (KARAF-321) karaf shell script does not work with mingw and whitespaces in path

Posted by "Andreas Pieber (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Pieber updated KARAF-321:
---------------------------------

    Attachment: whitespace-execution-error-fix.patch

> karaf shell script does not work with mingw and whitespaces in path
> -------------------------------------------------------------------
>
>                 Key: KARAF-321
>                 URL: https://issues.apache.org/jira/browse/KARAF-321
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.1.3, 2.2.0
>         Environment: windows, using mingw
>            Reporter: Andreas Pieber
>             Fix For: 2.1.3, 2.2.0
>
>         Attachments: whitespace-execution-error-fix.patch
>
>
> 1) install mingw
> 2) checkout trunk (or karaf-2.1.x)
> 3) mvn clean install
> 4) tar xvvf apache-karaf-xxx.tar.gz
> 5) mv apache-karaf-xxx.tar.gz apache\ karaf
> 6) cd apache\ karaf/bin
> 7) ./karaf (this will throw exceptions because of class not found, directory not found ...)
> Solution
> apply attached patch and start from 3 again (should work now). I've tested it with my linux installation and it works there. Can someone with cygwin give this a shot?

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


[jira] [Closed] (KARAF-321) karaf shell script does not work with mingw and whitespaces in path

Posted by "Jamie goodyear (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear closed KARAF-321.
--------------------------------

    
> karaf shell script does not work with mingw and whitespaces in path
> -------------------------------------------------------------------
>
>                 Key: KARAF-321
>                 URL: https://issues.apache.org/jira/browse/KARAF-321
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.1.3, 2.2.0
>         Environment: windows, using mingw
>            Reporter: Andreas Pieber
>            Assignee: Guillaume Nodet
>             Fix For: 2.1.3, 2.2.0
>
>         Attachments: whitespace-execution-error-fix.patch
>
>
> 1) install mingw
> 2) checkout trunk (or karaf-2.1.x)
> 3) mvn clean install
> 4) tar xvvf apache-karaf-xxx.tar.gz
> 5) mv apache-karaf-xxx.tar.gz apache\ karaf
> 6) cd apache\ karaf/bin
> 7) ./karaf (this will throw exceptions because of class not found, directory not found ...)
> Solution
> apply attached patch and start from 3 again (should work now). I've tested it with my linux installation and it works there. Can someone with cygwin give this a shot?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (KARAF-321) karaf shell script does not work with mingw and whitespaces in path

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

Guillaume Nodet reassigned KARAF-321:
-------------------------------------

    Assignee: Guillaume Nodet

> karaf shell script does not work with mingw and whitespaces in path
> -------------------------------------------------------------------
>
>                 Key: KARAF-321
>                 URL: https://issues.apache.org/jira/browse/KARAF-321
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.1.3, 2.2.0
>         Environment: windows, using mingw
>            Reporter: Andreas Pieber
>            Assignee: Guillaume Nodet
>             Fix For: 2.1.3, 2.2.0
>
>         Attachments: whitespace-execution-error-fix.patch
>
>
> 1) install mingw
> 2) checkout trunk (or karaf-2.1.x)
> 3) mvn clean install
> 4) tar xvvf apache-karaf-xxx.tar.gz
> 5) mv apache-karaf-xxx.tar.gz apache\ karaf
> 6) cd apache\ karaf/bin
> 7) ./karaf (this will throw exceptions because of class not found, directory not found ...)
> Solution
> apply attached patch and start from 3 again (should work now). I've tested it with my linux installation and it works there. Can someone with cygwin give this a shot?

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


[jira] Resolved: (KARAF-321) karaf shell script does not work with mingw and whitespaces in path

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

Guillaume Nodet resolved KARAF-321.
-----------------------------------

    Resolution: Fixed

Fixed on trunk and 2.1.x branch

> karaf shell script does not work with mingw and whitespaces in path
> -------------------------------------------------------------------
>
>                 Key: KARAF-321
>                 URL: https://issues.apache.org/jira/browse/KARAF-321
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.1.3, 2.2.0
>         Environment: windows, using mingw
>            Reporter: Andreas Pieber
>            Assignee: Guillaume Nodet
>             Fix For: 2.1.3, 2.2.0
>
>         Attachments: whitespace-execution-error-fix.patch
>
>
> 1) install mingw
> 2) checkout trunk (or karaf-2.1.x)
> 3) mvn clean install
> 4) tar xvvf apache-karaf-xxx.tar.gz
> 5) mv apache-karaf-xxx.tar.gz apache\ karaf
> 6) cd apache\ karaf/bin
> 7) ./karaf (this will throw exceptions because of class not found, directory not found ...)
> Solution
> apply attached patch and start from 3 again (should work now). I've tested it with my linux installation and it works there. Can someone with cygwin give this a shot?

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