Hi Jessica, These changes can be applied independently on the windows-build branch, and I have sent the patches to make sure that this part works properly before merging them to a common remote plugin assuming that everything works. Since I will porting these utilities to the remote plugin, I think that it is important to have the original source of the code separted.
Ioana ________________________________________ From: Zhang, Jessica Sent: Thursday, May 23, 2013 9:46 PM To: Grigoropol, IoanaX; yocto@yoctoproject.org Subject: RE: [yocto] [eclipse-poky][branch:windows-build][PATCH 0/4] Adapt remote bb plugin code & fix remaining issues Hi Ioana, Since we're doing the overall refactor and this part for bitbake commander need to adopt the remote.util changes that's underway, and windows-build branch shouldn't be the one that we use. Please incorporate this change to bitbake commander change to use the remote.util tool. Thanks Jessica -----Original Message----- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Ioana Grigoropol Sent: Thursday, May 23, 2013 7:39 AM To: yocto@yoctoproject.org Subject: [yocto] [eclipse-poky][branch:windows-build][PATCH 0/4] Adapt remote bb plugin code & fix remaining issues - adapted remote bitbake commander project code to use upstream changes in the LocalHostShell code - added fixes for recipe parsing - added fixes for messages displayed during git clone Ioana Grigoropol (4): Adapt usage of LocalHostShell lock and reader to upstream changes Fix recipe parsing when using Remote host Refactor processing of commands output Customize Output processor for git clone command and fix message display plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF | 1 + .../bc/remote/utils/CommandOutputProcessor.java | 33 +++++++ .../org/yocto/bc/remote/utils/CommandRunnable.java | 7 +- .../org/yocto/bc/remote/utils/OutputProcessor.java | 102 ++++++++++++++++++++ .../yocto/bc/remote/utils/ProcessStreamBuffer.java | 13 ++- .../org/yocto/bc/remote/utils/RemoteHelper.java | 65 +------------ .../org/yocto/bc/remote/utils/RemoteMachine.java | 13 +-- .../org/yocto/bc/remote/utils/YoctoCommand.java | 2 +- .../bc/remote/utils/YoctoRunnableWithProgress.java | 31 +++++- 9 files changed, 181 insertions(+), 86 deletions(-) create mode 100644 plugins/org.yocto.bc.ui/src/org/yocto/bc/remote/utils/CommandOutputProcessor.java create mode 100644 plugins/org.yocto.bc.ui/src/org/yocto/bc/remote/utils/OutputProcessor.java -- 1.7.9.5 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto