Re: commenting the Knuth code/centering issue

2004-11-06 Thread J.Pietschmann
ad" if you are into computer assisted typesetting. J.Pietschmann

HEAD compile problem with JDK 1.3

2004-11-16 Thread J.Pietschmann
SPACE constand inherited from Constants. Is this a bug or a feature new in Java 1.4? Or is this just me? BTW the buildfile could use some de-cruftification too (remove the gensrc/.../properties stuff and a few now meaningless subtitutions) J.Pietschmann

Re: HEAD compile problem with JDK 1.3

2004-11-18 Thread J.Pietschmann
e is generated by Forrest, the various html-* targets could be removed, couldn't they? J.Pietschmann

Re: cvs commit: xml-fop/src/java/org/apache/fop/traits LayoutProps.java SpaceVal.java

2004-11-25 Thread J.Pietschmann
and Eclipse. I also don't quite get the point about the better S&R'ability. J.Pietschmann

Re: Knuth linebreaking questions

2004-12-01 Thread J.Pietschmann
cause the reader to pick up the wrong continuation line (that's the reason for having the hyphenation-ladder-count property). This tradeoff between using hyphenation in order to avoid visual artefacts and having lots of hyphenated words disrupting the flow has to be balanced. J.Pietschmann

Re: Good news: Jeremias has been elected as an ASF member!

2004-12-02 Thread J.Pietschmann
Bertrand Delacretaz wrote: I have the great pleasure to announce that Jeremias Maerki has been elected as an ASF member at the last member's meeting during ApacheCon. Congratulations! J.Pietschmann

Re: Retrieve-marker and removal of leading and trailing spaces

2004-12-08 Thread J.Pietschmann
er content in order to get it right. I personally still think it should be integrated into break position computation, with something like a "whitespace state" held in the layout context. J.Pietschmann

Re: [OT] Printing the XSL WD

2004-12-24 Thread J.Pietschmann
Ex printouts without any content clipped!" Duh! I vaguely remember a Mozilla/Firefox plugin which scales web content to better fit printed pages too. J.Pietschmann

Re: Horizontal Line

2004-12-27 Thread J.Pietschmann
Puppala, Kumar (LNG-DAY) wrote: Hello All, Does anyone know what FO tags I need to use to generate a horizontal line given the width, color and justification for this line? Try fo:leader with some appropriate attributes. J.Pietschmann

Re: cvs commit: xml-fop build.xml

2005-01-13 Thread J.Pietschmann
Jeremias Maerki wrote: I see. I've added JAXP and Xerces to the classpath. Isn't it somewhat strange that org.apache.xerces.parsers.SAXParser is explicitely referenced? I'd think everyone uses JAXP meanwhile. Do you access Xerces specific functionality? J.Pietschmann

Re: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr PageSequenceLayoutManager.java

2005-01-26 Thread J.Pietschmann
page numbers worked then. J.Pietschmann

Re: Dual Column Layout

2005-02-02 Thread J.Pietschmann
n the right hand column. Doing this would leave additional blank space on the right hand column before we switch to single column layout. This is due to a simple algorithm for balancing. Getting column balancing even somewhat right is quite complicated. J.Pietschmann

Re: FOP 0.15 Double Byte Support

2005-02-11 Thread J.Pietschmann
.20.5. This also means that you have to rewrite parts of your FO generator because of incompatible changes in the spec (drafts) implemented by FOP. J.Pietschmann

Re: FOP at ApacheCon Europe 2005?

2005-03-07 Thread J.Pietschmann
e, a PATRICIA tree or whatever) - Talk about the question why the algorithms aren't simply copied from Gecko (the Mozilla layout engine) Now that the deadline has been extended, I'll attempt it again. J.Pietschmann

Re: FOP 0.20.4 & 5rc timing w large COMMENT sections

2003-01-23 Thread J.Pietschmann
Would you think we should put a Xalan.bat/Xalan.sh file into the FOP distribution? (or xslt.bar/xslt.sh) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP 0.20.4 & 5rc timing w large COMMENT sections

2003-01-23 Thread J.Pietschmann
data. How often did you execute the experiment? If you want to have more accurate measurements you should install cygwin and use the time command. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: FOP 0.20.4 & 5rc timing w large COMMENT sections

2003-01-23 Thread J.Pietschmann
. This includes everything in the xsl:output element (you could have specified mathod="text" :-) ) as well as disabling output escaping. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP 0.20.4 & 5rc timing w large COMMENT sections

2003-01-24 Thread J.Pietschmann
non-trivial time (tens of seconds to minutes) when it feels like reorganizing its in-memory management structures or if it unloads no longer needed DLLs from memory in order to free swap space. J.Pietschmann - To unsubscribe, e

Re: source for hz algorithm

2003-01-28 Thread J.Pietschmann
didn't find it on CTAN, but a google search turns up other servers (I can send you the 460k compressed source). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Release

2003-01-28 Thread J.Pietschmann
therefore a bit more work than I could afford currently. I think I'll have some time to spare this weekend and will have an extended look at it. Meanwhile, we could make a rc2. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROT

Re: cvs commit: xml-fop/contrib/servlet/src FopPrintServlet.javaFopServlet.java

2003-01-29 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Log: Move over to examples/servlet Umm. The servlet should rather go into the source tree, right next to the api and (ant-)task... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: source for hz algorithm

2003-01-29 Thread J.Pietschmann
bothers me. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Fix for fo:leader

2003-01-29 Thread J.Pietschmann
space over several leaders which can deal with arbitrary combinations of opt-max intervals? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: cvs commit: xml-fop/contrib/servlet/src FopPrintServlet.javaFopServlet.java

2003-01-30 Thread J.Pietschmann
Jeremias Maerki wrote: Sorry, will relocate. Is org.apache.fop.tools.servlet ok? I'd think it is not a tool, therefore org.apache.fop.servlet. Perhaps this will even help it to grow over time... Other opinions? J.Pietsc

Re: Fix for fo:leader

2003-01-30 Thread J.Pietschmann
aders. This is an excellent formulation of what was only vaguely forming in my head. Thanks! J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Updates to web site

2003-02-01 Thread J.Pietschmann
Sam Ruby wrote: Found a bug in the script. Fixed it. Reran the script manually. Great! I was just about to ask why my FAQ changes from...Wednesday? are still missing. J.Pietschmann - To unsubscribe, e-mail: [EMAIL

Re: Fix for fo:leader

2003-02-02 Thread J.Pietschmann
I suspect this is "inherit". Does one of the property gurus know what this means offhand? - I want to add the Xalan.bat/.sh J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Fix for fo:leader

2003-02-03 Thread J.Pietschmann
Peter B. West wrote: public final static int JUSTIFY = 54; This indicates a missing break in the JUSTIFY case... bingo, right! I'm humilated. :-/ J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: fo:page-number-citation

2003-02-03 Thread J.Pietschmann
it is undecided whether it will go into the pending release. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [svgplan] Status and future?

2003-02-03 Thread J.Pietschmann
certainly don't recall what the issues were, I'm just warning you it might not be a straightforward as it seems ;-) The issue is an AWT thread hanging around in case a SVG is rendered, therefore the FOP CLI did not exit, causing as much grief as the exit() in question. J.P

Re: Fix for fo:leader

2003-02-03 Thread J.Pietschmann
input)/ Or at least name that batch in more liberal way, xslt.bat/sh Has been discussed and rejected (although this is my favorite). or even transform.bat/sh (as XEP has). Um, a bit long but certainly possible. J.Pietschmann

Re: Fix for fo:leader

2003-02-03 Thread J.Pietschmann
ike to have the API proposal in the wiki discussed before, the CLI would then have to be rewritten to a large part. Is there something like getopts/gengetopts for Java? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED]

FOP API proposal in FOP wiki

2003-02-03 Thread J.Pietschmann
. I'll also post an announcement on cocoon-dev. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: xalan.bat/xalan.sh files in 0.20.5 distribution?

2003-02-04 Thread J.Pietschmann
Clay Leeds wrote: Are "we" going to add a xalan.bat/xalan.sh script (and any other similar, useful files) to the distribution? Yes, already done. Check out the maintenance code. J.Pietschmann - To unsubscribe, e-ma

Re: FOP API proposal in FOP wiki

2003-02-04 Thread J.Pietschmann
ource distribution. You are invited to add your proposal to the wiki, with proper references of course. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP API proposal in FOP wiki

2003-02-05 Thread J.Pietschmann
; For me, the problem with this approach is that a new input method requires not only a new processor class but also the extension of the factory class by new method. The TrAX approach allows extensions without changes to existing interfaces.

Re: FOP API proposal in FOP wiki

2003-02-05 Thread J.Pietschmann
aborate? For the usage examples I think there needs to be something for configuration, renderers and image resolving. Certainly. I'll add a new wiki page in order not to clutter the proposal too much. J.Pietschmann - To un

Re: FOP API proposal in FOP wiki

2003-02-05 Thread J.Pietschmann
similar to the TrAX TransformerHandler. Now that I think of it, we could also split this, instead of one class exposing both render() and getContentHandler(), we also could use a FOProcessor and a FOProcessorHandler. J.Pietschmann -

Re: FOP API proposal in FOP wiki

2003-02-06 Thread J.Pietschmann
renderings then. Potentially yes. Still where will the base URL come from. It is likely to be supplied from an external place/context anyway. This should be part of the general spec and the spec for the default implementation. I'll add this to the w

Re: Changes to maintenance release to support fo:marker

2003-02-06 Thread J.Pietschmann
ch works perfectly well if you put a somewhere on the first page where it doesn't screw the layout completely). In order to cater for the retrieving scopes, nested lists have to be used: page-sequence-list +- page-list +- marker-list This structure is preferably b

Re: cvs commit: xml-fop/src/org/apache/fop/render AbstractRenderer.java

2003-02-11 Thread J.Pietschmann
number to check would be really useful too. Also, why does this problem get so much attention recently? It was mentioned only three or four times in two years! J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Throwing away code was: Re: cvs commit:

2003-02-11 Thread J.Pietschmann
idea. See http://www.joelonsoftware.com/articles/fog69.html Seems we have now the worst of all, with a reasonably working but outdated code in the maintenace branch and a huge investment, but still not fully working code in HEAD :-( J.Pietschmann -

Re: DO NOT REPLY [Bug 6094] - 0.20.3rc hangs in endless loop

2003-02-11 Thread J.Pietschmann
because the first word on the line overfolws and couln't be hyphenated. Shouldn't text added only after a break opportunity was encountered? This code is ghoulish! J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROT

Re: cvs commit: xml-fop/src/org/apache/fop/fo/expr LabelEndFunction.java

2003-02-11 Thread J.Pietschmann
the committ message. The LabelEndFunction fix undoes the 6094 fix and makes label-end() work again. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FopServlet example!

2003-02-11 Thread J.Pietschmann
be passed as a File. FAQ: http://xml.apache.org/fop/faq.html#faq-N102B3 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Another release candidate ...

2003-02-12 Thread J.Pietschmann
Christian Geisert wrote: So I propose the following plan: Make another RC on february 17th and do the final 0.20.5 release on february the 28th (no delay except for very valid reasons) +1 J.Pietschmann - To unsubscribe, e

Re: HyphenationTree bug and Portuguese hyphenation file update

2003-02-13 Thread J.Pietschmann
more restrictive? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: OutOfMemoryError when running FOP in Websphere 4.0.4 but sucessfulin Win 2000

2003-02-16 Thread J.Pietschmann
hints on the net about conserving memory with WS4. It included stripping the classpath and some configuration changes. Either search the net and ask on a WS related forum, or ask your friendly WS support at IBM (though they weren't of much help for us). It might already help to disable the JIT.

Markers in areas

2003-02-16 Thread J.Pietschmann
didn't get used for this. Objections? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Changes to maintenance release to support fo:marker

2003-02-16 Thread J.Pietschmann
s, because this is what people currently use an nobody complained yet. I'll look at it again if I'm going to implement first-including-carryover and last-ending-within-page. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Plan for HEAD

2003-02-16 Thread J.Pietschmann
rea either last week. Does somebody already have a TODO list with prioritized tasks, preferably broken down to activities taking days rather than months? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: FOP API proposal in FOP wiki

2003-02-17 Thread J.Pietschmann
vannah). BTW type "avalon" and "framework" into Google for a surprise. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Licence issues in hyphenation patterns

2003-02-17 Thread J.Pietschmann
but now I think I should have asked for a paper first. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Ready for rc2 ?

2003-02-17 Thread J.Pietschmann
Christian Geisert wrote: everything done for release candidate 2 ? I think so. (except removing hyphenation patterns) Uh! Oh! :-) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

Re: Plan for HEAD

2003-02-17 Thread J.Pietschmann
ed on once it stabilizes (and the old still there but deprecated), so people can get used to it. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP API proposal in FOP wiki

2003-02-17 Thread J.Pietschmann
st of time. After all, you can easily restore it if necessary. The mailing list is for dialogues and argumentation. I admit it takes some time to get used to this. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Licence issues in hyphenation patterns

2003-02-18 Thread J.Pietschmann
e file under LPPL. 3 is probably trivially ok as mentioned above. 4, 5 and 6 can be easily checked and corrected, and 8(B) should be easy too. I can look into it this weekend. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Markers in areas

2003-02-18 Thread J.Pietschmann
Arved Sandstrom wrote: Joerg, you can freely get rid of that stuff. Great! Anybody out there bothering to profile the new code? Two objects less created per Area, this should be noticable! J.Pietschmann - To unsubscribe, e

Re: Licence issues in hyphenation patterns

2003-02-18 Thread J.Pietschmann
ection of us replacing the file. Asking him was nice, but from a legal point of view, he can't sue anyone for replacing his file by something else :-) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Markers in areas

2003-02-18 Thread J.Pietschmann
Mark C. Allman wrote: ... but markers will continue to work as per the XSLFO spec, correct? There are restrictions (and have always been). Look into the CHANGES file. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Licence issues in hyphenation patterns

2003-02-20 Thread J.Pietschmann
rticular it allows distributing derived work (read: binary FOP distributions) without the code. BTW we should track down and delete all binary distribution containing the compiled hyph file from the three GPL sources. The source distributions are not an immediate risk and can be kept. Who h

Re: Licence issues in hyphenation patterns

2003-02-20 Thread J.Pietschmann
ition, lest they think you come from Texas..." :-) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Licence issues in hyphenation patterns

2003-02-20 Thread J.Pietschmann
don't choose to revoke the license for all future and past versions (rather than forking or whatever), there wouldn't be a problem. This was recently extensively discussed on slashdot in response to an interview with a real lawyer. J.Pietschmann ---

Re: Looking for the best location for a barcode library

2003-02-20 Thread J.Pietschmann
x27;s going to coordinate this stuff? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Licence issues in hyphenation patterns

2003-02-21 Thread J.Pietschmann
compiled hyphenation patterns. We can place a LICENSE file mentioning the exceptions and providing the required pointers (if necessary) into the binary distribution. The point was that the LPPL does not infect the whole distribution summarily. J.Pietschmann

Re: XMLReader...

2003-02-22 Thread J.Pietschmann
t the java.xml.parsers.SAXParserFactory service to the class name of the factory you want to use. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: markers in redesign

2003-02-24 Thread J.Pietschmann
t find anything in the spec providing for the contrary. Same applies to side floats, thereby perhaps leading to nice circularity problems... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: markers in redesign

2003-02-24 Thread J.Pietschmann
culous definition of "current page". Additionally, some oddball examples for discussion and fun: stuff stuff Which one is the last? Similarly for stuff stuff J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Long licence

2003-02-25 Thread J.Pietschmann
Jeremias Maerki wrote: Check: Is every FOP committer (especially the Europe-based ones) on the party list??? I hope so. :-) No. But I'm in London for the XML/WebServices in two weeks. A few Cocooners have already signed on. Anybody else there? J.Pietsc

Re: DO NOT REPLY [Bug 17369] - Footnote duplication

2003-02-25 Thread J.Pietschmann
ne of the porblems is that the footnote is already laid out, this could be tricky to fix (something to chew on even for HEAD). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: markers in redesign

2003-02-26 Thread J.Pietschmann
the whole mess. BTW there are attempts on EXSLFO to muddy this issue further by allowing retrieve-marker in the normal flow... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: XMLReader...

2003-02-27 Thread J.Pietschmann
distro, adjust the createParser() method of the Driver appropriately and recompile. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: markers in redesign

2003-03-02 Thread J.Pietschmann
ea on the second page. Mind you, this is not at all clear from the spec, I more or less grabbed this out of the blue. The "common sense" result for the first page would mean last-ending-within-page returns m2. On the second page, every retrieve-position retrieves m1, of course. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Text alignment

2003-03-02 Thread J.Pietschmann
B C D E F G The page numbers are still slightly misaligned, or at least seem to be. This is more visible with roma

Re: Encryption

2003-03-02 Thread J.Pietschmann
Patrick C. Lankswert wrote: Has anybody looked at this? Yes. I'm currently in the process of integrating the stuff. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Encryption

2003-03-02 Thread J.Pietschmann
J.Pietschmann wrote: Patrick C. Lankswert wrote: Has anybody looked at this? Yes. I'm currently in the process of integrating the stuff. I'll have to do some more test, in particular for JDK1.3 compatibility (no javax.crypto there). Commit deferred to next Friday. J.P

JDK dependent files

2003-03-02 Thread J.Pietschmann
we have a policy, I'll convert the stuff currently filtered to conditionally included classes too, it's easy. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

FreshMeat entry

2003-03-02 Thread J.Pietschmann
Hi all, and in particular Christian: the freshmeat.net entry lists FOP as version 0.17. What went wrong there? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: markers in redesign

2003-03-03 Thread J.Pietschmann
s last-ending-within-page retrieve m1 or m2? Probably m1, but where in the spec can I find backing for this opinion? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Encryption

2003-03-04 Thread J.Pietschmann
y file? I made it writable for Administrator only, for enhanced security, and there is no su on Win2k. I'm sort of pissed now. I'll look tomorrow after this (ok it is already tomorrow...) J.Pietschmann - To unsubscribe,

Re: Encryption

2003-03-05 Thread J.Pietschmann
ource implementation, which is perhaps even faster due to native code (anybody ready to try it?) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: inline-container support

2003-03-05 Thread J.Pietschmann
tical-align the whole beast. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Encryption

2003-03-06 Thread J.Pietschmann
... Again, did anyone try the Mozilla JCE impl? Any other OSS implementation (besides BouncyCastle) which includes RC4? What about commercial stuff? Peter, Keiron: how is the web site updated? I thought there was a cron job every few hours? J.Pietschmann

Re: hyphenation patterns

2003-03-06 Thread J.Pietschmann
nce branch... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: hyphenation patterns

2003-03-06 Thread J.Pietschmann
ntellectual Property stuff is a nightmare. This is a direct result of assigning substantial value to intangibles... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: hyphenation patterns

2003-03-06 Thread J.Pietschmann
r checker. I've still my old notes from 15 years ago for a grammar checker for german and english, but no time at all to do any real coding... :-/ J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Japanese Hyphenation was: Re: hyphenation patterns

2003-03-06 Thread J.Pietschmann
On a related matter: some time ago someone mentioned the japanese hyphenation standard. I was not able to find the document, probably all web sites dealing with this are in japanese. Is there anybody listening who can help out? J.Pietschmann

Re: ssh problems

2003-03-06 Thread J.Pietschmann
Peter B. West wrote: Looks like a timing problem. I may have been trying to hit the server at a bad time. Working now, failed earlier. On infrastructure@ it was mentioned this was a configuration problem on icarus. J.Pietschmann

Re: ssh problems

2003-03-06 Thread J.Pietschmann
Peter B. West wrote: Is there an infrastructure@ archive? I'd think so, but archives for not-quite-public lists are a mess. You can log onto icarus (cvs.apache.org) (or was it daedalus?) and peek into the list inbox, or something like this. Which, of course requires ssh access... J.Pietsc

Re: Japanese Hyphenation was: Re: hyphenation patterns

2003-03-07 Thread J.Pietschmann
licated rules" which TR14 does not care too much about? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Empty page before break-before="page"

2003-03-07 Thread J.Pietschmann
ich should deal with this, apparently it is broken. This means, you trapped a bug. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Additions to FOP/LIMITATIONS page

2003-03-07 Thread J.Pietschmann
g effects, use with care This does not include the elements and properties well known to be "not implemented" as well as small bugs on the other end of the spectrum, like referring to ids on table cell can cause NPEs. Does FOP do that (assume the obvious, tell me about it, and slap my wr

Re: Additions to FOP/LIMITATIONS page

2003-03-07 Thread J.Pietschmann
ying than none at all. Also, long lists of feaures are better for publicity than long lists of misfeatures. And most people wouldn't notice anything anyway, no need to scare them away. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

PDF Encryption in HEAD

2003-03-09 Thread J.Pietschmann
h an image (hint, hint: need GIF/BMP, JPG with ICC and EPS to test. Jeremias: this appears to be your speciality...). Any hints how to proceed? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, ema

Re: [VOTE] Conversion from src/org.. to src/java/org..

2003-03-10 Thread J.Pietschmann
Jeremias Maerki wrote: I'm in major refactoring mode/mood. :-) So I would like to finally make the long due move from src/org/.. to src/java/org. +0 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: cvs commit: xml-fop buildtools.xml

2003-03-11 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Modified:.buildtools.xml I was under the impression buildtools was no longer necessary? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: Help!!!

2003-03-11 Thread J.Pietschmann
ink none of the characters will work with the any of the default fonts. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: PDF Encryption in HEAD

2003-03-12 Thread J.Pietschmann
, the docs are already online (a bit prematurely) http://xml.apache.org/fop/running.html http://xml.apache.org/fop/pdfencryption.html J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: PDF Encryption in HEAD

2003-03-12 Thread J.Pietschmann
t;,"secret"); renderer.setOptions(options); Driver driver = new Driver( new InputSource(new FileInputStream("foo.fo")), httpres.getOutputStream()); driver.setRenderer(renderer); driver.run(); (Untested, beware) Youcan find the options names in CommandLineOptions.java in the sour

Re: PDF Encryption in HEAD

2003-03-13 Thread J.Pietschmann
m. That's why I didn't commit the patch: I didn't want to re-add the PDFDocument reference to PDFXObject in order to get the add the encryption filter after the makeStream() without asking why the reference had been dropped on the way from main

<    1   2   3   4   5   6   7   8   >