Re: Tabs in eclipse

2003-07-02 Thread J.Pietschmann
Peter B. West wrote: The problem is that there are different editors. The Java editor is OK, but when you start editing xml files, for example, you get a different editor - the Text Editor, I think. And that beast seems immune to instruction about tabs. Ah, yes. Text is text -- no indentations

Re: Tabs in eclipse

2003-07-02 Thread Peter B. West
The problem is that there are different editors. The Java editor is OK, but when you start editing xml files, for example, you get a different editor - the Text Editor, I think. And that beast seems immune to instruction about tabs. Peter J.Pietschmann wrote: Peter B. West wrote: I can't se

Re: Tabs in eclipse

2003-07-02 Thread J.Pietschmann
Peter B. West wrote: I can't see a way to coonvince the "Text Editor" or "Default Editor" to use spaces instead of tabs when editing build.xml, for example. I resort in the end to emacs. Has anyone else worked around this problem? No problem. See the remarks in FOPIDESetupGuide (or similar) in

Re: FOP JUnit test

2003-07-02 Thread Jeremias Maerki
On 02.07.2003 21:54:59 J.Pietschmann wrote: > Life sucks. -1 (veto). Life shouldn't suck. Let's fix it. > I considered doing the checksum in a SAX filter for a short time. > This had the added benefit of making XML comments and some other > issues which don't influence the rendered result having

Re: FOP JUnit test

2003-07-02 Thread J.Pietschmann
Jeremias Maerki wrote: - PDFInfo unconditionally puts the creation time My preference is the second option. Will do. - Source FO line endings How about running it through the Canonicalizer from org.apache.xml.security? Hmhm. There is already a java.io.LineNumberInputStream which normalizes line en

Re: white-space-collapse property in PageNumber/PageNumberCitation

2003-07-02 Thread J.Pietschmann
Victor Mote wrote: Actually, I have a strong interest in TTS. Check out http://sourceforge.net/projects/freetts/ Don't be carried away in the initial enthusiasm, it still sucks. But if your company has resources to spare to work on it, by all means try to do this! J.Pietschmann

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfExternalGraphic.java

2003-07-02 Thread vmote
vmote 2003/07/02 12:26:36 Modified:src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfExternalGraphic.java Log: style changes only, mostly javadoc comments Revision ChangesPath 1.9 +11 -7 xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/Rtf

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfExternalGraphic.java

2003-07-02 Thread vmote
vmote 2003/07/02 12:20:45 Modified:src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfExternalGraphic.java Log: Extract computeImageSize and writeSizeInfo methods (to reduce size of writeRtfContentWithException for checkstyle). Compiles but untested. Revisio

RE: FOP manual

2003-07-02 Thread Victor Mote
Clay Leeds wrote: > Sounds good. Would you send me what you had (if you can find it! ;-p) so > I can do a bit of learning? Does this mean (gulp!) I'll have to learn > how to mess around with Cocoon? I guess it could be a good thing... It is long gone. Yes, you'll want to get a rudimentary underst

Re: FOP JUnit test

2003-07-02 Thread Jeremias Maerki
On 02.07.2003 01:07:08 J.Pietschmann wrote: > I tried to produce a concept for some automated JUnit test... Great stuff. > Problems: > - PDFInfo unconditionally puts the creation time into the >PDF. This thwarts the whole thing. On my machine I can >disable it temporarily, but there shou

Re: FOP manual

2003-07-02 Thread Clay Leeds
On 7/2/2003 10:08 AM, Victor Mote wrote: I actually had this working at one time in the pre-Forrest days, and in the days before I was a committer, so I don't think it ever got committed. The solution then was a target in the build.xml file, and it could still be that, but it might make more sense

FOP manual (WAS: Running FOP 'headless' FAQ)

2003-07-02 Thread Victor Mote
Clay Leeds wrote: > A single PDF manual for FOP would really be nice... It might even be > cool to just make a PDF with links to the other PDFs (I assume that the > current "manual" is what comes in the build/site directory). What would > it take to generate a single PDF of the FOP manual? Of cour

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfAfterBeforeBase.java RtfBookmark.java RtfBookmarkContainerImpl.java RtfDocumentArea.java RtfElement.java RtfExternalGraphic.java RtfExtraRowSet.java RtfFile.java RtfFontTable.java RtfHeader.java RtfHyperLink.java RtfList.java RtfListItem.java RtfListTable.java RtfPageArea.java RtfPageNumber.java RtfPageNumberCitation.java RtfParagraph.java RtfSection.java RtfTable.java RtfTableCell.java RtfTableRow.java RtfText.java

2003-07-02 Thread vmote
vmote 2003/07/02 09:59:57 Modified:src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfAfterBeforeBase.java RtfBookmark.java RtfBookmarkContainerImpl.java RtfDocumentArea.java RtfElement.java RtfExternalGraphic.java

Re: Running FOP 'headless' FAQ

2003-07-02 Thread Clay Leeds
On 7/1/2003 2:06 PM, J.Pietschmann wrote: Running the print renderer in a headless environment works the same way as running Batik, given the printer is installed correctly (not quite trivial). This and any additional ideas like creating PostScript and piping it to lp should be added to a sort of u

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfAttributes.java RtfBefore.java RtfBookmark.java RtfBookmarkContainerImpl.java RtfColorTable.java RtfContainer.java

2003-07-02 Thread vmote
vmote 2003/07/02 09:13:30 Modified:src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfAttributes.java RtfBefore.java RtfBookmark.java RtfBookmarkContainerImpl.java RtfColorTable.java RtfContainer.java Log: style chan

Re: Tabs in eclipse

2003-07-02 Thread Peter B. West
Thank you both, but I have no problems with emacs as an editor. It's just that the built-in editor is more tightly integrated, which is especially useful for small edits on existing files. Peter Glen Mazza wrote: I've been a J-Edit (www.jedit.org) addict for over a year now (although I doubt i

RE: Tabs in eclipse

2003-07-02 Thread Glen Mazza
I've been a J-Edit (www.jedit.org) addict for over a year now (although I doubt it's as good as Eclipse), from a J-Edit text buffer: right-click, choose "Soft (emulated with spaces) Tab" option. But I doubt this issue warrants switching editors... Glen --- Venkata Rao Nadella <[EMAIL PROTECTED]>

RE: Tabs in eclipse

2003-07-02 Thread Venkata Rao Nadella
Hi Peter, There is a text editor called TextPad. It might help you. Venkat -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 11:31 AM To: fop-dev Subject: Tabs in eclipse Fopsters, I can't see a way to coonvince the "Text Editor" or "Defau

Tabs in eclipse

2003-07-02 Thread Peter B. West
Fopsters, I can't see a way to coonvince the "Text Editor" or "Default Editor" to use spaces instead of tabs when editing build.xml, for example. I resort in the end to emacs. Has anyone else worked around this problem? Peter -- Peter B. West http://www.powerup.com.au/~pbwest/resume.html ---

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc ParagraphKeeptogetherContext.java RtfAfter.java RtfAfterBeforeBase.java RtfBefore.java RtfJforCmd.java

2003-07-02 Thread vmote
vmote 2003/07/02 07:49:39 Modified:src/java/org/apache/fop/rtf/rtflib/rtfdoc ParagraphKeeptogetherContext.java RtfAfter.java RtfAfterBeforeBase.java RtfBefore.java RtfJforCmd.java Log: style changes only, mostl

DO NOT REPLY [Bug 21265] New: - referencing a custom font (TTF or Adobe Type 1) for a pdf document fails witch fop-0.20.4

2003-07-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu