Re: proposal for cordova cli

2015-04-15 Thread 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):

Re: proposal for cordova cli

2015-04-15 Thread 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 marti1...@gmail.com wrote: Hi, I would like to add

Re: proposal for cordova cli

2015-04-15 Thread Willy Aguirre
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 mmo...@chromium.org: ..we already have this? cordova build android ... BUILD SUCCESSFUL Total time: 6 seconds Built the following

proposal for cordova cli

2015-04-15 Thread Willy Aguirre
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

Re: proposal for cordova cli

2015-04-15 Thread Willy Aguirre
thanks :D 2015-04-15 16:42 GMT-05:00 Jesse purplecabb...@gmail.com: um, time /t maybe @purplecabbage risingj.com On Wed, Apr 15, 2015 at 2:34 PM, Willy Aguirre marti1...@gmail.com wrote: ok , and time ? 2015-04-15 16:32 GMT-05:00 Jesse purplecabb...@gmail.com: and it looks

Re: proposal for cordova cli

2015-04-15 Thread Jesse
um, time /t maybe @purplecabbage risingj.com On Wed, Apr 15, 2015 at 2:34 PM, Willy Aguirre marti1...@gmail.com wrote: ok , and time ? 2015-04-15 16:32 GMT-05:00 Jesse purplecabb...@gmail.com: and it looks like you're at a cmd prompt, in which case just use date /t @purplecabbage

Re: proposal for cordova cli

2015-04-15 Thread 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 purplecabb...@gmail.com wrote: date +%D Should we go on? If you want the date as you format it : date +%d/%m/%Y @purplecabbage risingj.com On

Re: proposal for cordova cli

2015-04-15 Thread Jesse
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 mmo...@chromium.org 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

Re: proposal for cordova cli

2015-04-15 Thread Willy Aguirre
ok , and time ? 2015-04-15 16:32 GMT-05:00 Jesse purplecabb...@gmail.com: 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 purplecabb...@gmail.com wrote: date +%D Should we go on? If you

Re: proposal for cordova cli

2015-04-15 Thread Willy Aguirre
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) ?

Re: proposal for cordova cli

2015-04-15 Thread Michal Mocny
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 marti1...@gmail.com wrote: is more easy something