Re: Fop With Java Web Start

2002-02-15 Thread Weiqi Gao
? Swing. -- Weiqi Gao [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP Console printing

2002-02-15 Thread Weiqi Gao
org.apache.log.* classes. The code is given below: Let's take a look at the jar files included in the lib subdirectory: = [weiqi@gao-2001 xml-fop]$ ls lib | more CVS ant.jar batik.jar bin bsf.jar buildtools.jar jimi-1.0.jar jimi

RE: Surprising XEP vs. FOP benchmarking results

2002-02-11 Thread Weiqi Gao
of the elements in the XSL recommendation. -- Weiqi Gao [EMAIL PROTECTED] -Original Message- From: Savino, Matt C [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 3:32 PM To: '[EMAIL PROTECTED]' Subject: Surprising XEP vs. FOP benchmarking results 160k FO file - 3 page PDF document

Re: [vote] Merging JFor with FOP

2001-10-18 Thread Weiqi Gao
and vote yes only if the merge does not adversely affect the already strained performance of FOP in both space and time. -- Weiqi Gao [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: FO and Sockets.

2001-09-26 Thread Weiqi Gao
, the client shuts down. [...] You would have better luck asking this question in a Java programming mailing list or usenet group. comp.lang.java.programmer maybe? The O'Reilly Java I/O book contains a chapter (I think) on Socket programming. -- Weiqi Gao [EMAIL PROTECTED

FAQ: Where's the Windows zip file for Fop?

2001-08-28 Thread Weiqi Gao
to the web site, or the FAQ, we can always point to the mail archive for new zip archive queries.) -- Weiqi Gao [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FAQ: Where's the Windows zip file for Fop?

2001-08-28 Thread Weiqi Gao
because its file size is smaller than zip (and its equivalent, jar). A few other projects are starting to use tar.bz2 format already because bzip2 compresses even more and bunzip2 is readily available for all platforms. -- Weiqi Gao [EMAIL PROTECTED

A better shell script for running FOP

2001-08-21 Thread Weiqi Gao
is added to $FOP_HOME/lib. -- Weiqi Gao [EMAIL PROTECTED] #! /bin/sh # # Shell script to run FOP, adapted from the Jakarta-Ant project. if [ -f $HOME/.foprc ] ; then . $HOME/.foprc fi # OS specific support. $var _must_ be set to either true or false. cygwin=false; darwin=false; case

Re: Release Process Improvements, Versioning etc

2001-08-13 Thread Weiqi Gao
with commit privileges can easily duplicate the complete release process. A pre-release communication with other Open Source projects, like Cocoon2, about API changes and other changes that may potentially impact them is also critical. -- Weiqi Gao [EMAIL PROTECTED

[Patch] ./build.sh distclean should delete *.tar.gz and *..zipfiles from all versions

2001-08-12 Thread Weiqi Gao
Hi, The attached patch will allow ./build.sh distclean to delete not only the *.tar.gz and *.zip files of the current version, but also the *.tar.gz and *.zip files from earlier versions. Also the delete command for *.tar is not needed. -- Weiqi Gao [EMAIL PROTECTED] 2001-08-12 Weiqi Gao

Re: Release Schedule

2001-08-10 Thread Weiqi Gao
Arved Sandstrom wrote: At 09:46 PM 8/9/01 -0500, Weiqi Gao wrote: This makes sense. People who are getting the source release can build the Javadocs from the release. People who are getting the binary release can't build the Java docs, so they need the Javadocs bundled in. Weiqi

Public API Change in Driver (Was Re: [GUMP] Build Failure - Cocoon2)

2001-08-09 Thread Weiqi Gao
call it version 1.0). -- Weiqi Gao [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Performance Problems - More Findings

2001-07-25 Thread Weiqi Gao
anyway. -- Weiqi Gao [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP in a servlet under load

2001-07-21 Thread Weiqi Gao
On 18 Jul 2001 23:02:26 -0500, Weiqi Gao wrote: Following suggestions from another post in the thread, we tried Saxon in place of Xalan, and achieved noticeable speedups. And yes, Saxon is picky! I'll share some numbers later. Just a quick followup, by switching to Saxon we were able

Re: FOP jar and patches available

2001-07-21 Thread Weiqi Gao
. The memory consumption is also roughly the same. This is because I'm processing the same three page document in many threads, and not one long document in a single thread. -- Weiqi Gao [EMAIL PROTECTED] - To unsubscribe, e-mail

Re: FOP in a servlet under load

2001-07-19 Thread Weiqi Gao
the code to queue up requests, inspired by Allan Holub's articles, and later a book, on Threading in JavaWorld. It uses the Active Object pattern, which is described in Doug Schmidt's book on Pattern Oriented Software Architecture II (http://www.cs.wustl.edu/~schmidt/). -- Weiqi Gao [EMAIL

FOP in a servlet under load

2001-07-18 Thread Weiqi Gao
documents are from 1 to 4 seconds (the 4 seconds one is 5 pages with 13 tables with various cell colors and border styles). In the 30 user test, the average time are from 20 to 40 seconds, and maximum well over 2 minutes. -- Weiqi Gao [EMAIL PROTECTED

Re: FOP in a servlet under load

2001-07-18 Thread Weiqi Gao
: With my changes to FOP I can process tens of thousands of pages of XML:FO in only a few Mb of heap. I have asked for testers but so far noone has responded... this sounds like an ideal environment in I'll volunteer to test. Email me at [EMAIL PROTECTED] -- Weiqi Gao [EMAIL PROTECTED

[Patch] Build Error in TableRow.java

2001-07-14 Thread Weiqi Gao
There is a trivial error in TableRow.java where are call to PropertyManager.checkBreakBefore() is missing the area parameter. A patch is attached. -- Weiqi Gao [EMAIL PROTECTED] Index: TableRow.java === RCS file: /home/cvspublic

Re: [Patch] Build Error in TableRow.java

2001-07-14 Thread Weiqi Gao
? Talking about Ant, I have just noticed that if I issue the command build.sh javadocs javadocs in xml-fop, the second time Ant executes the javadocs task a NullPointerException is thrown. -- Weiqi Gao [EMAIL PROTECTED

Re: JAVA to C/C++

2001-07-02 Thread Weiqi Gao
would make is to make it a 'component' (COM/ActiveX, CORBA, GNOME, KDE, XPCOM, .NET, or whatever), just so that it can be used programmatically by many languages, VB, Delphi, Python, Perl, Ruby, JavaScript, etc. = Weiqi Gao [EMAIL PROTECTED

Re: page-sequence is missing an sequence-specification Still inwont help

2001-06-20 Thread Weiqi Gao
it through Fop. And here's all the errors I encountered: ==Session==Session==Session== [weiqi@gao-2001 weiqi]$ fop -fo .fo -pdf .pdf FOP 0.19.0-CVS using SAX parser org.apache.xerces.parsers.SAXParser building formatting object tree WARNING: A 'flow-name

Border problems

2001-06-01 Thread Weiqi Gao
=solid border-width=0.5in fo:blockThis is a table cell example/fo:block /fo:table-cell /fo:table-row /fo:table-body /fo:table /fo:flow /fo:page-sequence /fo:root -- Weiqi Gao [EMAIL PROTECTED

Re: XML Europe 2001 Proceedings

2001-05-31 Thread Weiqi Gao
On 31 May 2001 07:57:54 -0300, Arved Sandstrom wrote: P.S. How is it that lots of people think IE is the better browser? :-) What was that reason again? Remind me It supports XSLT? -- Weiqi Gao [EMAIL PROTECTED