DO NOT REPLY [Bug 22222] - Timeout for Driver.run() method

2003-10-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2

Timeout for Driver.run() method





--- Additional Comments From [EMAIL PROTECTED]  2003-10-20 15:08 ---
Okay.
I was asking because we are running multiple fop in a multithreaded environment,
and since Thread.stop() has been deprecated the only thing we could when one
Thread was hanging was to shut down the entire JVM, and thats not so nice.
Recently, I heard that there are plans to include Isolates in Java 1.5, which
will allow us to let our Threads run in different isolates and shut down the one
that hangs without affecting the others. That will be fine, so I think waiting
for 1.5 will be just fine.


cvs commit: xml-fop/src/java/org/apache/fop/fo PropertyManager.java

2003-10-20 Thread gmazza
gmazza  2003/10/20 16:48:21

  Modified:src/java/org/apache/fop/fo PropertyManager.java
  Log:
  minor elaboration
  
  Revision  ChangesPath
  1.14  +1 -1  xml-fop/src/java/org/apache/fop/fo/PropertyManager.java
  
  Index: PropertyManager.java
  ===
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/PropertyManager.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- PropertyManager.java  1 Sep 2003 18:33:05 -   1.13
  +++ PropertyManager.java  20 Oct 2003 23:48:21 -  1.14
  @@ -194,7 +194,7 @@
   borderAndPadding.setPadding(whichSide,
   properties.get(
 
MSGFMT_PADDING.format(saSide)).getCondLength());
  -// If style = none, force width to 0, don't get Color
  +// If style = none, force width to 0, don't get Color (spec 7.7.20)
   int style = properties.get(MSGFMT_STYLE.format(saSide)).getEnum();
   if (style != Constants.NONE) {
   borderAndPadding.setBorder(whichSide, style,
  
  
  

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



PDFTranscoder configuration and CVS branches

2003-10-20 Thread OBRADOVIC,PETAR (HP-Vancouver,ex1)
I have downloaded the FOP's main branch and I have built it successfully.
After playing with the PDFTranscoder  (only, no FOP) for several days I
wanted to take the next step and try to add some custom fonts.  I traced
through the code and I think I need to provide a configuration class which
implements Avalon's Configuration interface and at the same time can parse
FOP's configuration file (for font metrics).

I was not able to find such class.  I noticed that there is
src/java/org/apache/fop/configuration package in Alt-Design and
src/org/apache/fop/configuration in fop-0_20_5 but I could not find anything
in the main trunk.  Previously mentioned classes do not implement
Configuration interface but could at least be a start for one.  In addition,
I was not able to find any configuration related classes in the trunk.

How can I configure the latest PDFTranscoder code?  Am I looking in wrong
places?

Thank you very much,
Petar Obradovic



PDFTranscoder configuration and CVS branches

2003-10-20 Thread OBRADOVIC,PETAR (HP-Vancouver,ex1)
My apology for posting the question below to the dev list.  It was meant to
go to the user list.

Petar

-Original Message-
From: OBRADOVIC,PETAR (HP-Vancouver,ex1) [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 20, 2003 7:29 PM
To: FOP ([EMAIL PROTECTED])
Subject: PDFTranscoder configuration and CVS branches


I have downloaded the FOP's main branch and I have built it successfully.
After playing with the PDFTranscoder  (only, no FOP) for several days I
wanted to take the next step and try to add some custom fonts.  I traced
through the code and I think I need to provide a configuration class which
implements Avalon's Configuration interface and at the same time can parse
FOP's configuration file (for font metrics).

I was not able to find such class.  I noticed that there is
src/java/org/apache/fop/configuration package in Alt-Design and
src/org/apache/fop/configuration in fop-0_20_5 but I could not find anything
in the main trunk.  Previously mentioned classes do not implement
Configuration interface but could at least be a start for one.  In addition,
I was not able to find any configuration related classes in the trunk.

How can I configure the latest PDFTranscoder code?  Am I looking in wrong
places?

Thank you very much,
Petar Obradovic