Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7AE917544 for ; Wed, 15 Apr 2015 21:36:03 +0000 (UTC) Received: (qmail 63069 invoked by uid 500); 15 Apr 2015 21:36:03 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 63027 invoked by uid 500); 15 Apr 2015 21:36:03 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 63015 invoked by uid 99); 15 Apr 2015 21:36:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 21:36:03 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marti1125@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-qk0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 21:35:38 +0000 Received: by qkhg7 with SMTP id g7so105686889qkh.2 for ; Wed, 15 Apr 2015 14:34:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zAZqpcF/gb/qI4Lb8br+YR4ieRcOBM7Q5Ps6XvmjYPk=; b=HEj4Z2fYKq3SOcDq7C1LACXL3YjsJf3ncr7VPbKcpUhzK+1ViBjQ8AC9E1IDkWDtkh z54vhAs8SL6KTnk2KteWAtbAspYdtedANBf6Nxc1yX4Jcas7hfKOMRbClPw6ljMIBH9f F5irkVZVzJdML8cQnjCEv9c5ZFxQJCz3rQwB6fZP6DzbSIh34R7RP8YxKTVWphaSQUvO YKq9GJXbCeRUoQYi3xA8Mh1o7iuK2nORGj67xQ+D+Ze9+nXKiitAzKB/vyMJTisfIkM/ w5RYf8Oc3cloZslkdtiCDKI5Z/UslfPHNvY53fYumXhdnpDEi4Sf1V2N12XcHr7HCdJv O7cg== MIME-Version: 1.0 X-Received: by 10.182.131.130 with SMTP id om2mr23110228obb.70.1429133671968; Wed, 15 Apr 2015 14:34:31 -0700 (PDT) Received: by 10.60.113.106 with HTTP; Wed, 15 Apr 2015 14:34:31 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 Apr 2015 16:34:31 -0500 Message-ID: Subject: Re: proposal for cordova cli From: Willy Aguirre To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=089e01634b90dab7240513ca1cbb X-Virus-Checked: Checked by ClamAV on apache.org --089e01634b90dab7240513ca1cbb Content-Type: text/plain; charset=UTF-8 ok , and time ? 2015-04-15 16:32 GMT-05:00 Jesse : > and it looks like you're at a cmd prompt, in which case just use > date /t > > > @purplecabbage > risingj.com > > On Wed, Apr 15, 2015 at 2:29 PM, Jesse wrote: > > > & date +%D > > > > Should we go on? > > > > If you want the date as you format it : date +%d/%m/%Y > > > > @purplecabbage > > risingj.com > > > > On Wed, Apr 15, 2015 at 2:12 PM, Michal Mocny > wrote: > > > >> I'm with Ian.. I don't think every user of cordova wants output in the > >> form > >> you desire, so you will be much better off wrapping the output with a > >> script that does exactly what you need. > >> > >> -Michal > >> > >> On Wed, Apr 15, 2015 at 4:58 PM, Willy Aguirre > >> wrote: > >> > >> > is more easy something like this: 15/04/2015 - Total time: 12 seconds > >> > > >> > BUILD SUCCESSFUL > >> > Total time: 12 seconds > >> > Built the following apk(s): > >> > > >> > > >> > > >> > G:\SIICEX-Rutas-Phonegap\siicex-rutas\platforms\android\ant-build\CordovaApp-debug.apk > >> > The current date is: 15/04/2015 > >> > Enter the new date: (dd-mm-yy) <---- ? > >> > > >> > Can I send a PR about this change ? > >> > > >> > > >> > 2015-04-15 15:35 GMT-05:00 Ian Clelland : > >> > > >> > > This is a general issue with command line tools, but can be solved > in > >> a > >> > > consistent way. I'll usually do something like this: > >> > > > >> > > cordova build android && date > >> > > > >> > > As output, I see: > >> > > > >> > > ... > >> > > BUILD SUCCESSFUL > >> > > > >> > > Total time: 31.314 secs > >> > > Built the following apk(s): > >> > > > >> > > > >> > > >> > /Users/iclelland/test/platforms/android/build/outputs/apk/android-debug.apk > >> > > Wed Apr 15 16:33:30 EDT 2015 > >> > > > >> > > Does that work for you? > >> > > > >> > > > >> > > On Wed, Apr 15, 2015 at 4:21 PM, Willy Aguirre > > >> > > wrote: > >> > > > >> > > > I have: > >> > > > cordova -version > >> > > > 4.2.0 > >> > > > > >> > > > I am working with android platform but I need to know when it > built > >> > > > {12:39:44 - } > >> > > > > >> > > > 2015-04-15 15:12 GMT-05:00 Michal Mocny : > >> > > > > >> > > > > ..we already have this? > >> > > > > > >> > > > > > cordova build android > >> > > > > ... > >> > > > > BUILD SUCCESSFUL > >> > > > > Total time: 6 seconds > >> > > > > Built the following apk(s): > >> > > > > > >> > > > > > >> > > > > Perhaps some platforms don't? Perhaps older build scripts > don't? > >> > > > > > >> > > > > -Michal > >> > > > > > >> > > > > On Wed, Apr 15, 2015 at 3:53 PM, Willy Aguirre < > >> marti1125@gmail.com> > >> > > > > wrote: > >> > > > > > >> > > > > > Hi, I would like to add time after build > >> > > > > > > >> > > > > > BUILD SUCCESSFUL > >> > > > > > 12:39:44 - Total time: 17 seconds > >> > > > > > > >> > > > > > Built the following apk(s): > >> > > > > > > >> > > > > > Regards! > >> > > > > > > >> > > > > > -- > >> > > > > > Willy Aguirre | @willrre > >> > > > > > Blog: http://osgux.tumblr.com/ > >> > > > > > Mozilla Rep: https://reps.mozilla.org/u/Willy/ > >> > > > > > Mozilla Hispano - Willyaguirre > >> > > > > > < > >> > https://www.mozilla-hispano.org/documentacion/Usuario:Willyaguirre> > >> > > > > > > >> > > > > > >> > > > > >> > > > > >> > > > > >> > > > -- > >> > > > Willy Aguirre | @willrre > >> > > > Blog: http://osgux.tumblr.com/ > >> > > > Mozilla Rep: https://reps.mozilla.org/u/Willy/ > >> > > > Mozilla Hispano - Willyaguirre > >> > > > < > https://www.mozilla-hispano.org/documentacion/Usuario:Willyaguirre > >> > > >> > > > > >> > > > >> > > >> > > >> > > >> > -- > >> > Willy Aguirre | @willrre > >> > Blog: http://osgux.tumblr.com/ > >> > Mozilla Rep: https://reps.mozilla.org/u/Willy/ > >> > Mozilla Hispano - Willyaguirre > >> > > >> > > >> > > > > > -- Willy Aguirre | @willrre Blog: http://osgux.tumblr.com/ Mozilla Rep: https://reps.mozilla.org/u/Willy/ Mozilla Hispano - Willyaguirre --089e01634b90dab7240513ca1cbb--