Re: Cleaning up examples and tests

2002-10-21 Thread Mark Malone
Manuel,

My vote? Please Fix! Please Fix!  New users like me live and die by 
these demos and when they don't work I assume that it's my fault and 
not the demo code.  Demos that don't work confuse when they are really 
there to educate.  That's my vote.

-M

On Monday, October 21, 2002, at 07:38 PM, Manuel Mall wrote:

While working on a patch I ran the generation of the fo examples in
docs/examples and noticed various warnings and errors being displayed 
(see
below).

I also noticed that the testsuite generation doesn't seem to work at 
all
(test/createpdf.sh).

Is it worthwhile cleaning this up? I have some time on my hands and 
could do
it. Or are there more urgent things especially with respect to the 
upcoming
20.5 I could lend a hand with?

Manuel

  [fop] /home/mm/fop-dev/xml-fop/docs/examples/fo/border.fo -
/home/mm/fop-dev/xml-fop/docs/examples/tests/border.pdf
  [fop] [WARNING] table-layout=auto is not supported, using fixed!

  [fop] /home/mm/fop-dev/xml-fop/docs/examples/fo/hyphen.fo -
/home/mm/fop-dev/xml-fop/docs/examples/tests/hyphen.pdf
  [fop] [ERROR] unknown font Palatino,normal,normal so defaulted 
font to
any
  [fop] [ERROR] unknown font Palatino,normal,normal so defaulted 
font to
any

  [fop] /home/mm/fop-dev/xml-fop/docs/examples/fo/leader.fo -
/home/mm/fop-dev/xml-fop/docs/examples/tests/leader.pdf
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!

  [fop] /home/mm/fop-dev/xml-fop/docs/examples/fo/newlinktest.fo -
/home/mm/fop-dev/xml-fop/docs/examples/tests/newlinktest.pdf
  [fop] [WARNING] table-layout=auto is not supported, using fixed!

  [fop] /home/mm/fop-dev/xml-fop/docs/examples/fo/pdfoutline.fo -
/home/mm/fop-dev/xml-fop/docs/examples/tests/pdfoutline.pdf
  [fop] [INFO] area contents overflows area
  [fop] [INFO] area contents overflows area
  [fop] [WARNING] table-layout=auto is not supported, using fixed!

  [fop] /home/mm/fop-dev/xml-fop/docs/examples/fo/readme.fo -
/home/mm/fop-dev/xml-fop/docs/examples/tests/readme.pdf
  [fop] [INFO] area contents overflows area
  [fop] [INFO] area contents overflows area
  [fop] [WARNING] table-layout=auto is not supported, using fixed!

  [fop] /home/mm/fop-dev/xml-fop/docs/examples/fo/table.fo -
/home/mm/fop-dev/xml-fop/docs/examples/tests/table.pdf
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!

  [fop] /home/mm/fop-dev/xml-fop/docs/examples/fo/tableunits.fo -
/home/mm/fop-dev/xml-fop/docs/examples/tests/tableunits.pdf
  [fop] [ERROR] Unknown enumerated value for property
'border-top-style': thick
  [fop] [ERROR] Unknown enumerated value for property
'border-bottom-style': thick
  [fop] [ERROR] Unknown enumerated value for property
'border-left-style': thick
  [fop] [ERROR] Unknown enumerated value for property
'border-right-style': thick
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [ERROR] Sum of fixed column widths 467715 greater than 
maximum
available IPD 453543; no space for 2.0 proportional units.
  [fop] [INFO] area contents overflows area
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [WARNING] table-layout=auto is not supported, using fixed!
  [fop] [ERROR] At least one of minimum, optimum, or maximum IPD 
must be
specified on table.

  [fop] /home/mm/fop-dev/xml-fop/docs/examples/fo/textdeko.fo -
/home/mm/fop-dev/xml-fop/docs/examples/tests/textdeko.pdf
  [fop] [ERROR] Unknown enumerated value for property 
'text-decoration':
underline overline
  [fop] [ERROR] Error in text-decoration property value 'underline
overline': org.apache.fop.fo.expr.PropertyException: No conversion 
defined

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: help!!!

2002-08-13 Thread Mark Malone

I think the new boss advice is more useful ;)  New boss would say 
Take existing, make faster, short time to market! This can't be real.

-M

On Tuesday, August 13, 2002, at 05:28  AM, Rhett Aultman wrote:

 Rewriting FOP in C++ is not impossible, though it may be quite 
 difficult.  I'm really not sure what the rest of your questions are, 
 but I'd say it's going to take you quite a while to complete a project 
 like that, and if your boss is telling you and you alone to rewrite FOP 
 in C++, and you are only 22 with only one year of programming 
 experience, there is either a labor shortage in your office or your 
 boss' project management skills aren't stellar.

 What you might want to consider is showing your boss ways you can 
 integrate FOP in its current implementation without rewriting it in 
 C++.  For example, if you're performing PDF generation with FOP from a 
 C++ program, just write your source data to a file, fork a process that 
 runs FOP on that file, and then read the resulting file in.  Maybe it's 
 not as elegant as having a pure C++ solution (though I find nothing 
 about C++ elegant), but it will work with fewer bugs, and whereas it'll 
 take you a long time to rewrite FOP in C++, this method would take you 
 less than a day to implement.

 -Original Message-
 From: ehoo [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 12, 2002 9:58 PM
 To: [EMAIL PROTECTED]
 Subject: help!!!


 Hello master-hand:

   I using JAVA only one year!

   My boss order me analyse FOP,and rewrite in C++;I think it's 
 impossible!

   Now,I want to know.How long time I can find out the design about 
 FOP complete? Otherwise I am 22 old,  experience less one year!
   
 Can you help me???

 
 [EMAIL PROTECTED]
   2002-08-13


 _

 Do You Yahoo!?

 银行巨头聚会中原 大浪淘‘金’谁将笑傲

 http://sweepstakes.yahoo.com/bank_surveywave2/


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: [PDF Viewer] Utility request

2002-07-26 Thread Mark Malone

Folks,
Excuse my ignorance but is the pdf viewer everyone is talking about 
provided already by Adobe on a huge number of platforms and called 
acrobat reader?  Or is it something else that is being requested?   
Also, pdf file reading is built into MacOS X as is pdf generation via 
native print to file output options.  What am I missing?

-M

On Friday, July 26, 2002, at 05:16  AM, Ralph LaChance wrote:

 At 05:24 AM 7/26/02, Ramana wrote:
 But, how much worth is a creator, without a viewer. In 90% of the
 applications the needs come to launch the viewer to be part of the
 application. No user prefers the print the PDF outside and again open 
 the
 Acrobat Reader to see it. This lessens the competitiveness of the 
 product.
 FOP beautifully caters to the creation of PDF, but a viewer is very 
 much
 worthy and I'm sure the FOP with a viewer definitely strikes.

 Excuse me, If I'm more user conscious...

 Strong statements. I suspect there are at least one or two folks on this
 list who might consider ~them~selves quite user conscious, too.

 Perhaps you'd find that toning down the rhetoric might be a tad 
 helpful...  ;-)



 ' Best,
 -Ralph LaChance



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]