sry forget to add the ML
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 >>>> >> >
