Re: [ANN] new aXSL interface for FO Tree

2005-09-05 Thread Simon Pepping
type identification only. There may be a better way to handle > this. Or it may turn out that additional methods will need to be added to > them to accommodate more sophisticated needs. > > I hope this is of general interest to this list, and apologize if it is not. > > Victor Mote > -- Simon Pepping home page: http://www.leverkruid.nl

Build error

2005-09-05 Thread Simon Pepping
,org.apache.fop.util.ASCIIHexOutputStream) [javac] location: class org.apache.commons.io.IOUtils [javac] IOUtils.copy(sin, hexOut); [javac]^ [javac] 1 error BUILD FAILED How can I solve this? Simon -- Simon Pepping home page: http

Re: Logging for FOrayFont

2005-09-05 Thread Simon Pepping
verything that is being said here. But I am alarmed when I hear that basic libraries, in this case the FontServer, shouldn't log anymore. In my experience a font system requires powerful logging, in order to expose runtime behaviour to the systems manager or end user. Configuring font systems and understanding why a piece of font software does not use it as you expect, is a hard task that requires suitable runtime information from the software. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: [VOTE] Manuel Mall as new FOP committer

2005-09-05 Thread Simon Pepping
ine. That's exactly the sort of people we > need in the project team. That's why I'd like to nominate him for > committership in Apache FOP. > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.nl

Re: Build error

2005-09-05 Thread Simon Pepping
nscoderTestCase): Caused an ERROR [junit] org/apache/fop/util/SubInputStream [junit] java.lang.NoClassDefFoundError: org/apache/fop/util/SubInputStream Indeed, fop-transcoder.jar and fop-transcoder-allinone.jar do not contain Service and SubInputStream in the util package. Simon -- Sim

Re: Build error

2005-09-06 Thread Simon Pepping
On 05.09.2005 22:17:41 Simon Pepping wrote: > > On Mon, Sep 05, 2005 at 09:21:09PM +0200, Jeremias Maerki wrote: > > > You can't, I can. My fault, sorry. > > > http://svn.apache.org/viewcvs?rev=278816&view=rev > > > > Thanks, that wo

Re: Classpath setup problem

2005-09-06 Thread Simon Pepping
point > optional.lib.dir there. Grmbl. > > J.Pietschmann -- Simon Pepping home page: http://www.leverkruid.nl

Re: Line LM, Inline LM and LAST_AREA

2005-09-06 Thread Simon Pepping
t BlockStackingLM now uses isFirst(Pos) and isLast(Pos). I am not sure why this LM introduces the methods; every LM needs to be able to mark its areas as first or last, is it not? Anyway, I have always felt that this needed a review as it seemed to be implemented in a patchy manner. Regards, Sim

Re: Logging for FOrayFont

2005-09-06 Thread Simon Pepping
path information, and information about how the search path is constructed from the configuration file and the built in path components. Regards, Simon > On 05.09.2005 21:15:50 Simon Pepping wrote: > > > I am not sure that I understand everything that is being said > > here. Bu

Re: More style issues

2005-09-10 Thread Simon Pepping
PaddingWidth' preferable to 'lineStartBAP' if that > variable is used a lot in expressions which are then split over multi > lines everywhere this variable is used? > > What about a WIKI page listing commonly used abbreviations found in the > code base? > > So +1 for consistent class names and +1 for consistent and considered > use of abbreviations but please don't ban them altogether. I feel the same way. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Classpath setup problem

2005-09-10 Thread Simon Pepping
*.jar in the classpath set. WDYT? What do you mean with repository? xml-fop/lib? Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: [ANN] new aXSL interface for FO Tree

2005-09-10 Thread Simon Pepping
On Wed, Sep 07, 2005 at 08:33:52AM -0600, Victor Mote wrote: > Simon Pepping wrote: > > > I find this certainly interesting. IN principle, it would > > allow client programs, say an editor, to construct its own > > implementation of the FOTree interface. > > Than

Re: Space-resolution doesn't work

2005-09-10 Thread Simon Pepping
e()); createElementsForSpaces(spaces); createElementsForSpaces would create a single glue and a single penalty, because all space specifiers in a single block stacking constraint need to be considered together to calculate the space value. Resolution and creating elements go together, as a penalty must be created to reflect the influence of a page break. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Tables, Columns... : FOTree or Layout?

2005-09-10 Thread Simon Pepping
ser's fo document. I am reluctant to change that. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Space-resolution doesn't work

2005-09-11 Thread Simon Pepping
On Sun, Sep 11, 2005 at 11:19:38AM +0200, Jeremias Maerki wrote: > > On 10.09.2005 21:54:56 Simon Pepping wrote: > > On Fri, Sep 09, 2005 at 02:04:08PM +0200, Luca Furini wrote: > > > Luca Furini wrote: > > > > > > For example, if we have this LM tre

Re: svn commit: r280872 - in /xmlgraphics/fop/trunk/test/layoutengine: disabled-testcases.txt testcases/block_padding_2.xml

2005-09-14 Thread Simon Pepping
you'll see the problem in the output, too. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: baseline-shift and KnuthInlineBoxes

2005-09-16 Thread Simon Pepping
uch fonts itself, but it could if there is a good reason. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r280872 - in /xmlgraphics/fop/trunk/test/layoutengine: disabled-testcases.txt testcases/block_padding_2.xml

2005-09-17 Thread Simon Pepping
-after and padding-before comes at the end of the block. I do not have time to look up the details, as I am going away for a few days. Regards, Simon On Thu, Sep 15, 2005 at 08:58:37AM +0200, Jeremias Maerki wrote: > > On 14.09.2005 22:44:07 Simon Pepping wrote: > > On Wed, Sep 14, 2

Re: svn commit: r292280 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/apps/FOUserAgent.java

2005-09-28 Thread Simon Pepping
setPageHeight(cfgUserAgent.getChild("pageHeight") > +.getAttribute("value")); > +log.info("Default page-height set to: " + pageHeight); > + } > +if (cfgUserAgent.getChild("pageWidth", false) != null) { > +setPageWidth(cfgUserAgent.getChild("pageWidth") > +.getAttribute("value")); > +log.info("Default page-width set to: " + pageWidth); > +} > } Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Funny side-effects from space-resolution

2005-09-29 Thread Simon Pepping
hen this implies that the resulting space-start is 18000mpt, blue, and the space-end is 18000mpt, yellow. But I do not see that in the attached pdf file, in which the space-start is yellow and the space-end is blank. Simon > > > So this may be a somewhat unexpected result but I think it's correct. > > If anyone could verify that, I'd be grateful. > > > Agree > > > I'm attaching the PDF output of my local code. > > > > Jeremias Maerki > Manuel -- Simon Pepping home page: http://www.leverkruid.nl

Re: Funny side-effects from space-resolution

2005-09-29 Thread Simon Pepping
On Thu, Sep 29, 2005 at 05:03:39PM +0800, Manuel Mall wrote: > On Thu, 29 Sep 2005 04:53 pm, Simon Pepping wrote: > > On Wed, Sep 28, 2005 at 10:48:11PM +0800, Manuel Mall wrote: > > I agree with your arguments. If I understand you correctly then this > > implies that the res

Re: Maintainability

2005-09-29 Thread Simon Pepping
t; Peter B. West <http://cv.pbw.id.au/> > Folio <http://defoe.sourceforge.net/folio/> -- Simon Pepping home page: http://www.leverkruid.nl

The space resolution examples

2005-09-29 Thread Simon Pepping
glue w=-10pt y=0 z=0 box w=0 penalty w=0 p=INF glue w=10pt y=0 z=0 box w=lh for second block * Example 8 The space-before of the block with "second line" is conditional, and therefore is suppressed. My element list is (case 'All spaces are conditional'): box w=lh for first line aux glue w=6pt y=0 z=0 box w=lh for second line Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Space resolution implementation and break possibility building

2005-09-30 Thread Simon Pepping
. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Sponsorship

2005-09-30 Thread Simon Pepping
t certainly does. I feel that Jeremias has done an admirable job in managing the relations within the group, and in balancing his full time input in FOP with the more limited input of other group members. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

referenceBPD in TableLM

2005-10-01 Thread Simon Pepping
referenceBPD. I would think that with the current approach to page breaking it is not needed by the TableLM and its child LMs. Am I correct? Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: The space resolution examples

2005-10-05 Thread Simon Pepping
present with the same value on each area? > Once again we probably hit a flaw in the spec. AltSoft repeats the > space-before on every page, XEP does not. And no changes to the text in > XSL 1.1 WD. :-( I am glad to see that we are not the only ones who have a problem with this p

Re: Knuth algorithm problem

2005-10-05 Thread Simon Pepping
'm still not fully at home here I thought I should make you aware of > this in case someone has a quick answer here. I'm not comfortable with > uploading my space resolution code. Therefore, I'm afraid I can't > provide a testcase for you to easily reproduce. Makes me wonder if it > were very difficult to create JUnit test cases just testing the Knuth > algorithm... > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.nl

Re: Inline border / padding and nested blocks

2005-10-10 Thread Simon Pepping
ock sequence is started by a different LM, so that neither LM closes the inline sequence. I only gave a log message because I believed that this should not happen. This is not true, and the case can probably be solved by closing the inline sequence instead of complaining about it. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

hyphenation-present and junit-layout

2005-10-12 Thread Simon Pepping
I think junit-layout should fail if hyphenation-present is not true. Now the layoutengine tests are silently skipped when hyphenation is not present. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: hyphenation-present and junit-layout

2005-10-13 Thread Simon Pepping
ll wrote: > > >On Thu, 13 Oct 2005 04:26 am, Simon Pepping wrote: > >>I think junit-layout should fail if hyphenation-present is not > >>true. Now the layoutengine tests are silently skipped when > >>hyphenation is not present. > >> > >Fair eno

junit-transcoder classpath in build.xml

2005-10-14 Thread Simon Pepping
... Should the classpath not contain libs-build-classpath instead of libs-run-classpath, so that fop.jar (and fop-hyph.jar) are not in it? Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: hyphenation-present and junit-layout

2005-10-14 Thread Simon Pepping
On Fri, Oct 14, 2005 at 12:07:13AM +0200, Andreas L Delmelle wrote: > On Oct 13, 2005, at 21:50, Simon Pepping wrote: > > >But basically, why would anyone want to run regression tests without > >hyphenation present? > > Good point. I guess if there weren't

Re: junit-transcoder classpath in build.xml

2005-10-14 Thread Simon Pepping
Done. On Fri, Oct 14, 2005 at 08:44:26PM +0200, Jeremias Maerki wrote: > Good catch! > > On 14.10.2005 20:35:17 Simon Pepping wrote: > > > > ... > > > > > > > > > > > > > &

Re: hyphenation-present and junit-layout

2005-10-17 Thread Simon Pepping
an Ant target to run a predefined set of tests. And if this set includes hyphenation dependent tests, and the required hyphenation support is not available, the Ant target has failed. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r320826 - /xmlgraphics/fop/branches/Temp_SpaceResolution/

2005-10-17 Thread Simon Pepping
Stacking Constraints. When the empty block has space-before and/or space-after, it results even in a rule in the output. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r320826 - /xmlgraphics/fop/branches/Temp_SpaceResolution/

2005-10-19 Thread Simon Pepping
on the remaining issues. I assume there is room for > optimization here and there. So don't hesitate to jump in and help. The > enabled test cases all pass. -- Simon Pepping home page: http://www.leverkruid.nl

Re: Space resolution - ready for merge

2005-10-20 Thread Simon Pepping
e a > (disabled) test case to demonstrate the problem. The only thing that I > will probably do right now is clean up a few LM since I've only > commented older code passages dealing with spaces. I agree that the code is ready to be merged into the trunk. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: alignment-baseline and aligment-adjust properties

2005-10-21 Thread Simon Pepping
go for option a) I would recommend to apply the KISS > principle in this case and just remove them. +1 for this proposal. Simon > > Manuel -- Simon Pepping home page: http://www.leverkruid.nl

Re: Simplifying the configuration file

2005-10-24 Thread Simon Pepping
> ./ > > 72 > > > > > I think no mortal prefers pixelToMillimeter over a resolution value in > dpi. The value can easily converted to pixelToMillimeter internally. > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.nl

Re: White space handling Wiki page

2005-10-25 Thread Simon Pepping
really would like to comment on your analysis, but I do not right now have time for it. Perhaps in one of the next weeks. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Position and order of pendingaftermarks

2005-10-27 Thread Simon Pepping
first in reverse order. This is a test case: Some text. Some text. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: fop.sh vs fop

2005-10-27 Thread Simon Pepping
st we make the same change for FOP. Also > makes documentation simpler as the command line invocation is the same > everywhere. > > +1 from me > > Manuel -- Simon Pepping home page: http://www.leverkruid.nl

Re: Position and order of pendingaftermarks

2005-10-27 Thread Simon Pepping
I > don't know how much time I'll have during the weekend to look into this. Will do. It is just that I make no promises as to when. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: fop.sh vs fop

2005-10-29 Thread Simon Pepping
x or report any problems. Committed a few small changes. Otherwise it works OK for me. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: linefeed-treatment="preserve"

2005-11-01 Thread Simon Pepping
> >line 1 > > > > This one, IMO. I agree, a) Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Leading/trailing space removal in LineLM

2005-11-01 Thread Simon Pepping
ted by a preceding zero-width box. I.o.w., the value of white-space-collapse needs to be taken into account at the phase of getNextKnuthElements. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Unicode compliant Line Breaking

2005-11-01 Thread Simon Pepping
not fit in working towards a release. In any case it would have to be in a separate branch until it proves to work and to implement a substantial part of hyphenation. Then it does not immediately matter if it is a separate project or a part of FOP. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Unicode compliant Line Breaking

2005-11-02 Thread Simon Pepping
On Tue, Nov 01, 2005 at 11:17:08PM +0100, J.Pietschmann wrote: > Simon Pepping wrote: > >Is our current hyphenation method a subset of Unicode's method? > > Umm. What's the relation between hyphenation and TR14 (except for > handling soft hyphens)? I guess you conf

Re: Leading/trailing space removal in LineLM

2005-11-02 Thread Simon Pepping
ow what went wrong, but > I won't do it again! :-) It is in the quoted-printable format, probably due to non-ascii or non-latin-1 characters in it, the TR14 symbols. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: White space handling Wiki page

2005-11-07 Thread Simon Pepping
s raised on the Wiki > page. Is this 'too hard' or 'too boring' or 'too messy' or what? The > problem is not going away. We currently don't do it right in some parts > (that is established) but I don't know overall what is right or wrong. > May be if I ask for comments on an issue by issue basis we get > somewhere? > -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r332007 - /xmlgraphics/fop/trunk/test/fotree/testcases/no_namespace_prefix.fo

2005-11-09 Thread Simon Pepping
d. Why is this necessary? Doesn't the parser resolve the prefix and then hide it from FOP? Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: White space handling Wiki page

2005-11-09 Thread Simon Pepping
On Tue, Nov 08, 2005 at 11:19:15AM +0800, Manuel Mall wrote: > On Tue, 8 Nov 2005 04:40 am, Simon Pepping wrote: > > > > Step 2. Refinement: white-space-collapse > > > > > > Issue 1. The spec intentionally addresses only

Re: Leading/trailing space removal in LineLM

2005-11-09 Thread Simon Pepping
ling of 'local customs'. Of course I > don't know what the CJK typographic conventions are so this is all a > bit hypothetical. White space handling as dealing with spaces and linefeeds is entirely covered by the properties linefeed-treatment and white-space-collapse. The rewritten property white-space-treatment (rewritten to the extent that its name and those of its values are no longer a good indication of their meaning) covers handling of a set of characters around linebreaks. I agree with Andreas that one would have to write to get it suppressed. Quite awkward. Whether it is a good idea to do the same as intelligent handling of local customs I do not know. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Sandbox created

2005-11-11 Thread Simon Pepping
ot; script picks up the > >new fop-sandbox.jar and that the three renderers in there are > >recognized? > > FYI: ran a test for PCL and SVG output on OS X, and encountered no > problems whatsoever, so seems to be fine. The script works OK on Debian GNU/Linux. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

block children of inlines fixed?

2005-11-15 Thread Simon Pepping
some inline level LMs. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Exceptions

2005-11-15 Thread Simon Pepping
ot; property on a > table-body FO. The "border-before-color" property (see red border) for > the next table-body FO was set to red. > > > > > > >The border above should be red. > > > > > > > > -- Simon Pepping home page: http://www.leverkruid.nl

URL of FOP trunk web pages

2005-11-15 Thread Simon Pepping
The wiki page ReleasePlanFirstPR says Copy xdocs/trunk to xdocs/0.90alpha1 to create the release documentation when it's good enough. That is very unstable. Wouldn't xdocs/0.90 be good? I need to create a reference to the hyphenation pages in OFFO. Simon -- Simon Pepping home

Re: fo:marker and white space

2005-11-16 Thread Simon Pepping
each FO. But practically it may be better to wait until we have settled ideas about this stage, scanning for linebreak opportunities and gathering of Knuth elements. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: [VOTE] Release FOP Trunk as FOP 0.90alpha1

2005-11-16 Thread Simon Pepping
> > I'd like to propose to release FOP SVN Trunk as version 0.90alpha1. > > +1 from me, obviously. > > Jeremias Maerki > > > - > Apache XML Graphics Project URL: http://xmlgraphics.apache.org/

Completeness of fop-0.90alpha1-src

2005-11-18 Thread Simon Pepping
/xalan.NOTICE.txt fop-0.90alpha1/lib/xalan.regexp.LICENSE.txt fop-0.90alpha1/lib/xalan.runtime.LICENSE.txt fop-0.90alpha1/status.xml Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r345335 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml

2005-11-18 Thread Simon Pepping
; Log: > Changed "Trunk" to "Latest Release"/[Latest] > > Modified: > xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml -- Simon Pepping home page: http://www.leverkruid.nl

Re: Issues with layout engine test framework

2005-11-18 Thread Simon Pepping
the condition element (line 1046) requires Ant 1.6.3. Well, I upgraded. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r345335 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml

2005-11-19 Thread Simon Pepping
nt to the latest stable distribution. The latest unstable distribution could be named something like development, unstable, testing or next. The file latest/.htaccess points to fop/0.20.5, and I think that is best. Simon > On 18.11.2005 21:43:18 Simon Pepping wrote: > > Wouldn't lat

Re: latest and other symbolic names [was: svn commit: r345335 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml]

2005-11-19 Thread Simon Pepping
links or as empty directories with redirection. Simon On Sat, Nov 19, 2005 at 05:00:01PM +0100, Simon Pepping wrote: > On Fri, Nov 18, 2005 at 10:20:09PM +0100, Jeremias Maerki wrote: > > A matter of definition, I guess. :-) Maybe we should really write > > [0.90alpha1] instead o

Re: latest and other symbolic names

2005-11-19 Thread Simon Pepping
I should have browsed a bit further. fop and batik already use current, as do several other projects in the xml subdirectory. Simon On Sat, Nov 19, 2005 at 08:09:49PM +0100, Simon Pepping wrote: > I had a look at some other Apache projects: > > cocoon: latest &g

Re: latest and other symbolic names

2005-11-20 Thread Simon Pepping
On Sun, Nov 20, 2005 at 10:57:37AM +0100, Christian Geisert wrote: > Simon Pepping schrieb: > >I had a look at some other Apache projects: > > > >cocoon: latest > >excalibur: current > >jakarta-struts: current > >lucene:

Re: Release

2005-11-22 Thread Simon Pepping
ers are reported within the next hours I'll move this to > the distribution area (and wait 24 hours for the mirrors to catch up). > > Christian > -- Simon Pepping home page: http://www.leverkruid.nl

Re: [ANNOUNCEMENT] Apache FOP 0.90 alpha 1 released

2005-11-23 Thread Simon Pepping
urra, etc. -- Simon Pepping home page: http://www.leverkruid.nl

Re: Version numbers

2005-11-26 Thread Simon Pepping
t we do it like 0.91alpha2, ... 0.93 beta ... 1.0 > > > discussion. I don't care too much about it. > > What do others think? Upping two different numbers at the same time is not logical. I go with Jeremias' idea, but I do not care too much either. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Version numbers

2005-11-27 Thread Simon Pepping
On Sat, Nov 26, 2005 at 01:41:23PM +0100, Simon Pepping wrote: > On Fri, Nov 25, 2005 at 11:53:41AM +0100, Christian Geisert wrote: > > Jeremias Maerki schrieb: > > > Not necessarily. We've called it 0.90alpha1. I'd assume we'd have a > > > 0.90beta or

Using Docbook stylesheets in FOP (was: Re: ToUnicode table for CID embedded fonts patch available)

2005-12-04 Thread Simon Pepping
nt, here it is not.) The fop.bat batch file ignores the CLASSPATH variable completely. Another issue I have with FOP and Docbook is that FOP out of the box does not use catalogs. I think we should do something about this. It is unrealistic to expect Docbook users to write their own startup Java file. They want something that works from the command line. But before we try, it would be useful to hear how other people use FOP with Docbook. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Using Docbook stylesheets in FOP (was: Re: ToUnicode table for CID embedded fonts patch available)

2005-12-04 Thread Simon Pepping
On Sun, Dec 04, 2005 at 02:25:22PM +0100, Andreas L Delmelle wrote: > On Dec 4, 2005, at 13:35, Simon Pepping wrote: > > >It is indeed not really a FOP issue. > > > >The docbook stylesheets seem to be a pain for most XSLT > >processors. Restricting myself to Java X

Re: DO NOT REPLY [Bug 37743] - exception: border-style (shorthand)

2005-12-05 Thread Simon Pepping
rmalized, see http://www.w3.org/TR/2005/WD-charmod-norm-20051027/#sec-FullyNormalized. Simon -- Simon Pepping home page: http://www.leverkruid.nl

path of checkstyle.header

2005-12-09 Thread Simon Pepping
In checkstyle-4.0.xml I need to set instead of to get the Eclipse Checkstyle plugin to find the header. Do I do something wrong, or can I safely commit this change? Simon -- Simon Pepping home page: http://www.leverkruid.nl

problem in RTFHandler.java

2005-12-12 Thread Simon Pepping
The method FONode.decorateWithContextInfo(String, ExternalGraphic) is not known in my copy: +log.warn(FONode.decorateWithContextInfo( +"Image could not be embedded: " + url, eg)); Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Hyphetation broken with last commits

2005-12-17 Thread Simon Pepping
hs, that is paragraphs containing only Glue/Pen > elements? The above proposed member would not solve this problem. The case is contradictory in itself, and quite unique. A nbsp will never occur at the end of a line by its very definition, except in this case! Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Beta release next week?

2005-12-17 Thread Simon Pepping
gged "beta". I don't care too much about the exact version number. > I'll leave suggestions up to you. Release early, release often > > WDYT? > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.nl

Re: Hyphetation broken with last commits

2005-12-17 Thread Simon Pepping
On Sat, Dec 17, 2005 at 05:46:42PM +0100, Andreas L Delmelle wrote: > On Dec 17, 2005, at 16:29, Manuel Mall wrote: > > > Hi, > > >On Sat, 17 Dec 2005 11:07 pm, Simon Pepping wrote: > >>On Sat, Dec 17, 2005 at 11:43:36AM +0800, Manuel Mall wrote: > > > >

Re: Hyphetation broken with last commits

2005-12-18 Thread Simon Pepping
dered together, much like we do in space resolution in page breaking. One should avoid the situation glue - glue, if the first glue is to be suppressed when the second glue is a chosen line break. It should be a single glue, or a sequence like glue #1 - penalty - glue #2 - box - PENAL

Eclipse and JUnit [was: Re: Font work (CLA needed)]

2005-12-21 Thread Simon Pepping
unning fop directly with the XSL stylesheet test/layoutengine/testcase2fo.xsl, or I even generate the FO using this stylesheet. Maybe unnecessary, but if you are not so experienced with eclipse, you can have a hard time to make it do what you want. Avoiding JUnit in the debugging process helps me. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: [VOTE] Release FOP 0.91beta

2005-12-21 Thread Simon Pepping
On Tue, Dec 20, 2005 at 11:43:29AM +0100, Jeremias Maerki wrote: > I'd like to call for a PMC vote to release FOP 0.91beta from this newly > created branch. (Votes to [EMAIL PROTECTED], please) +1 from me. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Eclipse and JUnit

2005-12-21 Thread Simon Pepping
avoid complications and use the simplest solution. Simon -- Simon Pepping home page: http://www.leverkruid.nl

junit failures with revision

2005-12-21 Thread Simon Pepping
'(solid,#00,5000)', but got '(solid,[EMAIL PROTECTED],5000)' (XPath: /areaTree/pageSequence/pageViewport/page[1]/regionViewport/regionBody/mainReference/span/flow/block[1]/@border-start) -- Simon Pepping home page: http://www.leverkruid.nl

Re: Eclipse and JUnit

2005-12-21 Thread Simon Pepping
a specific task. Esp. one has to duplicate the lauch configurations. I solve it by reusing the same symlink on Unix. Is there an easier way to work with a changing set of copies of the working directory? Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Great news! New Apache Members!

2005-12-21 Thread Simon Pepping
on in > San Diego. Christian and Jörg seem to have made an impression on the > Apache membership by their continuous participation in various projects > and places inside the ASF. Keep it up guys! Congratulations. And thanks for your efforts. Simon -- Simon Pepping home page: http://www.leverkruid.nl

block content in inline content

2005-12-22 Thread Simon Pepping
considerations. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r359189 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr: AbstractBreaker.java BlockKnuthSequence.java BreakingAlgorithm.java InlineKnuthSequence.java KnuthSequence.java P

2005-12-27 Thread Simon Pepping
cumented by test files that I will construct for that work. But I will add one for this commit. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: DO NOT REPLY [Bug 38053] - FOP SVN TRUNK crashes at inline page manager and Knuth inline box.

2005-12-28 Thread Simon Pepping
tElement becomes 3, resulting in an empty iterator. I do not understand how the line breaking algorithm can produce a line consisting of only a glue and a penalty. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Test case linearea_nonempty_1.xml

2005-12-30 Thread Simon Pepping
ne. But I am not happy with the way Andreas waives the failure. You should have investigated it and corrected it. If the file failed for you from the start, you should have reported it. Can you investigate whether it is OK that the empty line has disappeared, and correct the expectation? Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r360083 - in /xmlgraphics/fop/trunk: ./ src/java/org/apache/fop/fo/ src/java/org/apache/fop/fo/flow/ test/layoutengine/standard-testcases/

2005-12-30 Thread Simon Pepping
gt; Actually I wouldn't (assuming default white space handling property > values). What do others think? I agree with Manuel. The white-space-collapse value holds everywhere. The user must provide a value of false if he wants a leader pattern with multiple adjacent spaces. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: DO NOT REPLY [Bug 38087] - [patch] force-page-count property implementation

2006-01-04 Thread Simon Pepping
ge-count="no-force". > Let me know. It would be good if you could turn it into a test file for the layoutengine tests, which highlights all relevant combinations of force-page-count and initial-page-number. Otherwise I will do it. > .''`. gerhard oettl on Debian/Gnu Linux That's the best, as soon as I find out how to make my mike work. :-) Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: [patch] allow some xsl-function calls with omitted args

2006-01-05 Thread Simon Pepping
order, the code must still work. From org.xml.sax.Attributes documentation: The order of attributes in the list is unspecified, and will vary from implementation to implementation. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: [patch] force-page-count property implementation

2006-01-05 Thread Simon Pepping
file) i'll do the rest. I will send you some tests, tomorrow or over the weekend. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: table-column and number-columns-spanned (prepatch)

2006-01-12 Thread Simon Pepping
a/show_bug.cgi?id=38244 > >Summary: table-column and number-columns-spanned (prepatch) > ReportedBy: [EMAIL PROTECTED] > > > Only to have a first sign to discuss. -- Simon Pepping home page: http://www.leverkruid.nl

Re: table-columns and number-columns-spanned

2006-01-12 Thread Simon Pepping
] The above represents number-columns-repeated="3". is equivalent to (initial value). Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r368462

2006-01-13 Thread Simon Pepping
ite equivocal for me. On the one hand it speaks about new significant content, which would mean: leave out 2005. On the other it speaks about a range of years due to the public accessibility (meaning continuous publication?), which would mean: 1999-2006. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r368462

2006-01-14 Thread Simon Pepping
submit in question which triggered this thread is should have been > > either: > > > > Copyright 1999-2004, 2006 The Apache Software Foundation. > > > > or: > > > > no change to the copyright header if the change was trivial. > > > > Agreed ??? That is how I understand that email thread as well. I will change the copyright years of the files affected so as to leave out 2005, when they did not see any (significant) change. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r372916 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/rtf/RTFHandler.java

2006-01-27 Thread Simon Pepping
esolution as something > that is shared between structural and non-structural renderers, > instead of the non-structural renderer borrowing functionality from > the structural one. > > Does this make sense? I share your objections against the mixing of packages. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Finally finalizing the FOP API

2006-02-08 Thread Simon Pepping
ser agent (Cf. question 2)? 7. What is the difference between these to instantiation methods: FOUserAgent userAgent = fopFactory.newFOUserAgent(); (D6) FOUserAgent userAgent = new FOUserAgent(fopFactory); (D3) Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

  1   2   3   4   5   6   >