and again..

On Fri, Dec 10, 2010 at 9:00 PM, Andreas Pieber <[email protected]> wrote:
> Ok... "Just" use the master wasn't that easy :)
>
> I've added/patched/applied
>
> ARIES-514
> KARAF-244
> KARAF-320
> KARAF-321
>
> Ok, but now I got it up and running... BUT still has the same problem.
> As said. I'm afraid that Process.exec does not has the right
> permissions for jline to intall its dll as required. But I'm not sure
> if this is a jline issue, if it can be fixed at all, or if I'm simply
> missing some permission settings somewhere.
>
> I discuss this here since we'll require something like this (and will
> face this problem again) if we like to implement features like
> KARAF-222
>
> kind regards,
> andreas
>
> On Fri, Dec 10, 2010 at 10:26 AM, Andreas Pieber <[email protected]> wrote:
>> What I like to accomplish is to implement something like a "simple"
>> version of pax:provision. Since projects like karaf or servicemix
>> already build .zip and .tar.gz files it would be much easier to
>> directly unpack them and start the bat|sh scripts instead of building
>> the runner directory and start it there. This works like a charm on
>> unix, but not on windows (because JLine does not have the permissions
>> to install its dll I think).
>>
>> I try it with the trunk and backport it to 2.1.x if I succeed (and
>> create a Jira issue anyway :))
>>
>> kind regards,
>> andreas
>>
>> On Fri, Dec 10, 2010 at 9:04 AM, Jean-Baptiste Onofré <[email protected]> 
>> wrote:
>>> I don't know but we changed the JLine version on the trunk (I worked on some
>>> JLine improvements on Unix).
>>>
>>> If you can make a try with the trunk, it can be helpful.
>>>
>>> Regards
>>> JB
>>>
>>> On 12/10/2010 08:47 AM, Andreas Pieber wrote:
>>>>
>>>> nope, working on 2.1.2. Should it be fixed in the trunk?
>>>>
>>>> thanks and kind regards,
>>>> andreas
>>>>
>>>> On Fri, Dec 10, 2010 at 8:30 AM, Jean-Baptiste Onofré<[email protected]>
>>>>  wrote:
>>>>>
>>>>> Hi Andreas,
>>>>>
>>>>> which karaf version ? a fresh build from the trunk ?
>>>>>
>>>>> Regards
>>>>> JB
>>>>>
>>>>> On 12/10/2010 08:16 AM, Andreas Pieber wrote:
>>>>>>
>>>>>> Hey guys,
>>>>>>
>>>>>> When I start Karaf via Runtime.getRuntime().exec in windows no input
>>>>>> is allowed. IMHO this results because in the additional process jline
>>>>>> is not allowed to install its required dll (and therefore simply
>>>>>> blocks....). Using "-Djline.terminal=jline.UnsupportedTerminal" fixes
>>>>>> the problem BUT does no longer support most of the console features
>>>>>> (as expected). Since "my" windows coders are not too happy with this
>>>>>> workaround I like to know if I did something wrong with any permission
>>>>>> settings anywhere I'm not able to find using google ( :( ) or if we
>>>>>> can fix/workaround this anyhow directly in karaf?
>>>>>>
>>>>>> thanks and kind regards,
>>>>>> andreas
>>>>>
>>>
>>
>

Reply via email to