yes but print the errors in stdout is always a good idea :) 2009/9/18 Gustavo Sverzut Barbieri <barbi...@profusion.mobi>
> well, idea was to show an UI inwin with the last message and an option > to show the full log. > > On Fri, Sep 18, 2009 at 6:42 PM, Enlightenment SVN > <no-re...@enlightenment.org> wrote: > > Log: > > elm generator : print the generation errors with eina_log > > > > > > Author: watchwolf > > Date: 2009-09-18 14:42:06 -0700 (Fri, 18 Sep 2009) > > New Revision: 42561 > > > > Modified: > > trunk/TMP/st/elementary-generator/ui.c > > > > Modified: trunk/TMP/st/elementary-generator/ui.c > > =================================================================== > > --- trunk/TMP/st/elementary-generator/ui.c 2009-09-18 20:38:46 UTC > (rev 42560) > > +++ trunk/TMP/st/elementary-generator/ui.c 2009-09-18 21:42:06 UTC > (rev 42561) > > @@ -115,12 +115,15 @@ > > { > > App *app = data; > > Ecore_Exe_Event_Data *e = event; > > - > > + int i; > > if (app->exe != e->exe) > > return 1; > > > > printf("XXXX TODO: show inwin with error message: [close] [try > again]\n"); > > > > + for (i = 0; e->lines[i].line != NULL; i++) > > + ERR(e->lines[i].line); > > + > > return 1; > > } > > > > > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry® Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9-12, 2009. Register > now! > > http://p.sf.net/sfu/devconf > > _______________________________________________ > > enlightenment-svn mailing list > > enlightenment-...@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > > > > -- > Gustavo Sverzut Barbieri > http://profusion.mobi embedded systems > -------------------------------------- > MSN: barbi...@gmail.com > Skype: gsbarbieri > Mobile: +55 (19) 9225-2202 > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Regards. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel