Return-Path: X-Original-To: apmail-ace-users-archive@minotaur.apache.org Delivered-To: apmail-ace-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B67C4C386 for ; Wed, 26 Jun 2013 07:58:35 +0000 (UTC) Received: (qmail 95500 invoked by uid 500); 26 Jun 2013 07:58:35 -0000 Delivered-To: apmail-ace-users-archive@ace.apache.org Received: (qmail 95447 invoked by uid 500); 26 Jun 2013 07:58:34 -0000 Mailing-List: contact users-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@ace.apache.org Delivered-To: mailing list users@ace.apache.org Received: (qmail 95439 invoked by uid 99); 26 Jun 2013 07:58:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2013 07:58:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [217.24.201.142] (HELO mx.bosch-si.com) (217.24.201.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2013 07:58:28 +0000 X-ASG-Debug-ID: 1372233487-040b7f2f2547700001-YNn92h Received: from immpwimx01.innoimm.local ([10.55.67.25]) by mx.bosch-si.com with ESMTP id cB6LjHcn0G3hP47n (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for ; Wed, 26 Jun 2013 09:58:07 +0200 (CEST) X-Barracuda-Envelope-From: Wilfried.Sibla@bosch-si.com X-Barracuda-RBL-Trusted-Forwarder: 10.55.67.25 X-ASG-Whitelist: Client Received: from IMMVWCAS02.innoimm.local ([10.55.66.161]) by immpwimx01.innoimm.local over TLS secured channel with Microsoft SMTPSVC(7.5.7601.17514); Wed, 26 Jun 2013 09:58:07 +0200 Received: from IMMPWEXC02.innoimm.local ([fe80::6cea:6fd5:73ca:381e]) by IMMVWCAS02.innoimm.local ([::1]) with mapi id 14.02.0342.003; Wed, 26 Jun 2013 09:58:07 +0200 X-Barracuda-BWL-IP: 10.55.66.161 X-Barracuda-RBL-IP: 10.55.66.161 From: To: Subject: AW: ACE client Thread-Topic: ACE client X-ASG-Orig-Subj: AW: ACE client Thread-Index: AQHObZQyFSyddKMiv0Kbb0TRCnqdAZk+M44AgAAlcECAAAcWAIAINMbQgABFowCAACF8AIAAqjEA Date: Wed, 26 Jun 2013 07:58:06 +0000 Message-ID: References: <03CBFBE9-85D3-4789-B340-585205160A48@luminis.nl> <683440D8-7DCF-4769-9068-B40BF49F89E9@luminis.nl> <373F8682-14AE-4386-B9C7-67C6E5284ABF@luminis.nl> In-Reply-To: <373F8682-14AE-4386-B9C7-67C6E5284ABF@luminis.nl> Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.55.34.130] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 26 Jun 2013 07:58:07.0774 (UTC) FILETIME=[E51EEBE0:01CE7242] X-Barracuda-Connect: UNKNOWN[10.55.67.25] X-Barracuda-Start-Time: 1372233487 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-URL: http://217.24.201.142:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at bosch-si.com X-Virus-Checked: Checked by ClamAV on apache.org Hi Marcel I just flew over your Wiki page. This looks good. I had a slightly different, more generic, approach. I implemented e.g. the command: add feature name=3Dfoo .... list of attribu= tes For this approach, less dedicated commands are necessary. But nevertheless,= it's a trade of. A change would be very easy. What's your opinion about this? But I'm also fine with your proposal. As a starting point I used the VaadinClient and derived my own client from = that. But the VaadinClient doesn't use a workspace. The REST client does. I implemented directly the login command (delegated to the login of the cli= ent API) and used also the checkout. This worked (nearly) fine in my tests. I have to investigate a little bit on the REsT workspace, to understand thi= s topic a little bit better. Then I will switch over to it. Danke und Gr=FC=DFe Wilfried -----Urspr=FCngliche Nachricht----- Von: Marcel Offermans [mailto:marcel.offermans@luminis.nl]=20 Gesendet: Mittwoch, 26. Juni 2013 01:33 An: users@ace.apache.org Betreff: Re: ACE client On Jun 25, 2013, at 23:33 PM, Marcel Offermans wrote: > On Jun 25, 2013, at 17:30 , Wilfried.Sibla@bosch-si.com wrote: >=20 >> This was a good recommendation. I was able to implement a set of gogo co= mmands to work on the ACE repo. >=20 > You're welcome! Following up on this, I just created https://issues.apache.org/jira/browse/= ACE-366 and added a first implementation of a set of shell commands. I also= created a wiki page with some short documentation about it: https://cwiki.= apache.org/confluence/display/ACE/Gogo+Shell+client+API I'm curious if this is similar to the shell commands you created and what y= ou think about it. I'm quite confident that the shell is a powerful way to = script ACE. Greetings, Marcel