Re: [PATCH 00/13] Patches for handling property attributes correctly in objc.

2013-02-28 Thread Fred Kiefer
On 28.02.2013 00:44, Jean-Charles BERTIN wrote: OK I admit I did that too quickly but I have push my changes on github a long time ago... What is the point to make a github account if nobody reviews the pull requests? Since I saw no feedbacks from github I decided to push my patches on the mailin

Re: Creating PDF reports

2013-02-28 Thread Fred Kiefer
On 28.02.2013 03:48, Steven LeMaire wrote: I've gotten a bit further along with this (I had a small problem in my main.m) with the Xvfb method. Apologies for the long output, but basically it runs to completion now, except the pdf file it creates is empty. Which GNUstep backend are you using?

Re: Creating PDF reports

2013-02-28 Thread Eric Wasylishen
Hey Fred, Steven, I did a little debugging of this and GSPDFPrintOperation was broken; it was not writing the results into _data, and was overriding -_print but not calling -beginDocument which sets up the PDF context. I made a quick fix for these problems. The remaining problem is the output i

Re: Creating PDF reports

2013-02-28 Thread Steven LeMaire
Thanks Riccardo, this is good news. Can you venture a guess as to why my pdf is empty ? On 2013-02-28, at 2:44 AM, Riccardo Mottola wrote: > Hi, > > Steven LeMaire wrote: >> I've gotten a bit further along with this (I had a small problem in my >> main.m) with the Xvfb method. >> Apologies for

back from holiday

2013-02-28 Thread Richard Frith-Macdonald
Actually I got back on Tuesday, but I've only just finished dealing with accumulated work emails and an starting looking at gnustep stuff today. If anyone wants me, ping ... I'll respond to new incoming mail before reading the older stuff. ___ Gnustep-d

Re: Creating PDF reports

2013-02-28 Thread Riccardo Mottola
Steven LeMaire wrote: > Thanks Riccardo, this is good news. Can you venture a guess as to why my pdf > is empty ? > > Eric wrote that there was a bug :) I'd suggest in any case Fred's solution. Test with a display first, to be 100%. You can easily export the DISPLAY with unix, I do that always wi

Re: [PATCH 00/13] Patches for handling property attributes correctly in objc.

2013-02-28 Thread David Chisnall
Hi, On 27 Feb 2013, at 23:44, Jean-Charles BERTIN wrote: > OK I admit I did that too quickly but I have push my changes on github a > long time ago... > What is the point to make a github account if nobody reviews the pull > requests? Since I saw no feedbacks from github I decided to push my > p

Build failed in Jenkins: gnustep #626

2013-02-28 Thread greg . casamento
See Changes: [theraven] Fixed a great many property introspection bugs and added test case. Test case by Jean-Charles Bertin! -- [...truncated 6185 lines...] + unset GNUSTEP_LOCAL_LIBRARY + unset

Build failed in Jenkins: gnustep #627

2013-02-28 Thread greg . casamento
See Changes: [theraven] Some test case cleanups. [theraven] Fix method_setImplementation bug. -- [...truncated 6188 lines...] + unset GNUSTEP_LOCAL_LIBRARY + unset GNUSTEP_LOCAL_HEADERS + unset GN

GS WM assumptiuons (was Re: Creating PDF reports)

2013-02-28 Thread Derek Fawcus
On Thu, Feb 28, 2013 at 08:44:58AM +0100, Riccardo Mottola wrote: > > > > The "guessing offsets" repeats about 30 times. > This is a delay and cosmetic issue, but won't affect functionality: it > happens as the backend tries to determine some information from the > window manager by displaying a wi

Build failed in Jenkins: gnustep #628

2013-02-28 Thread greg . casamento
See Changes: [rfm] tweak [rfm] tweak [rfm] prep for release -- [...truncated 7144 lines...] + unset GNUSTEP_LOCAL_LIBRARY + unset GNUSTEP_LOCAL_HEADERS + unset GNUSTEP_LOCAL_LIBRARIES + unset GNU

Re: Build failed in Jenkins: gnustep #628

2013-02-28 Thread David Chisnall
Sorry - committed code changes and didn't commit the header changes. David On 28 Feb 2013, at 17:22, greg.casame...@gmail.com wrote: > See > > Changes: > > [rfm] tweak > > [rfm] tweak > > [rfm] prep for release > > -

Jenkins build is back to normal : gnustep #629

2013-02-28 Thread greg . casamento
See ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: [PATCH 00/13] Patches for handling property attributes correctly in objc.

2013-02-28 Thread Jean-Charles BERTIN
On Thu, 2013-02-28 at 14:13 +, David Chisnall wrote: > Hi, > > On 27 Feb 2013, at 23:44, Jean-Charles BERTIN wrote: > > > OK I admit I did that too quickly but I have push my changes on github a > > long time ago... > > What is the point to make a github account if nobody reviews the pull >

Re: Creating PDF reports

2013-02-28 Thread Steven LeMaire
Thanks Eric, I will give it a go. > > >> From: Eric Wasylishen >> Date: February 28, 2013 4:46:37 EST >> To: Fred Kiefer >> Cc: gnustep-dev@gnu.org >> Subject: Re: Creating PDF reports >> >> Hey Fred, Steven, >> >> I did a little debugging of this and GSPDFPrintOperation was broken; it was