Re: Error checking out Trunk from subversion

2006-03-28 Thread Jeremias Maerki
If you're behind a proxy, this could help: http://subversion.tigris.org/faq.html#proxy It could also just be a temporary glitch. On 28.03.2006 00:06:27 Karl Roberts wrote: Hi, I'm using Tortoise subversion client TortoiseSVN 1.2.6, Build 4786 - 32 Bit I tried to check out the trunk as per

Re: OT: moved from Tomcat 4.1, JDK 1.4, fop 0.20.5 to Tomcat 5.5, JDK 1.5 fop 0.20.5 and get problem with java external method call.. please help

2006-03-28 Thread Jeremias Maerki
Well, it looks like there's something wrong with your CompanyReportWebosFacade class. Maybe you changed the method signature of the featureContent() method or you forgot to include that class in the classpath. Anyway, it's not a FOP problem and a little off-topic here. Good luck! On 28.03.2006

Re: OT: moved from Tomcat 4.1, JDK 1.4, fop 0.20.5 to Tomcat 5.5, JDK 1.5 fop 0.20.5 and get problem with java external method call.. please help

2006-03-28 Thread David Gagnon
Hi, Well, it looks like there's something wrong with your CompanyReportWebosFacade class. Maybe you changed the method signature of the featureContent() method or you forgot to include that class in the classpath. I just updated my Tomcat and JDK it stops working ... I know that FOP seems

RE: Unicode or font problem using Fop Trunk

2006-03-28 Thread Benoit THIERRY
Hi, Concerning my font problem (using jdk1.5 and fop trunk but I think it's the same problem using 0.91beta): My error message : Font 'Arial,normal,400' not found. Substituting with default font. Here is a part of what I have in fop.xconf for the fonts section : fonts !--ARIAL NORMAL

Re: OT: moved from Tomcat 4.1, JDK 1.4, fop 0.20.5 to Tomcat 5.5, JDK 1.5 fop 0.20.5 and get problem with java external method call.. please help

2006-03-28 Thread Jeremias Maerki
On 28.03.2006 16:21:48 David Gagnon wrote: Hi, Well, it looks like there's something wrong with your CompanyReportWebosFacade class. Maybe you changed the method signature of the featureContent() method or you forgot to include that class in the classpath. I just updated my Tomcat and

Re: Unicode or font problem using Fop Trunk

2006-03-28 Thread Jeremias Maerki
On 28.03.2006 16:22:39 Benoit THIERRY wrote: Hi, Concerning my font problem (using jdk1.5 and fop trunk but I think it's the same problem using 0.91beta): My error message : Font 'Arial,normal,400' not found. Substituting with default font. Is that the only error message? Here is a

Re: OT: moved from Tomcat 4.1, JDK 1.4, fop 0.20.5 to Tomcat 5.5, JDK 1.5 fop 0.20.5 and get problem with java external method call.. please help

2006-03-28 Thread David Gagnon
Hi, Thanks it solve my problem. I put Xerces and all Xml libraries in tomcat5\common\endorsed I'm pretty sure it was a ClassLoader problem. Since Xerces classes are in the JDK it use a classloader that don't see the classes in my web application. Thanks for your help! Best Regards

[ANNOUNCE] Stylus Studio 2006 Release 2 Now Available

2006-03-28 Thread Stylus Studio
[announce] Hey Everyone, Release 2 of Stylus Studio 2006 has just been released. The following are some of the highlights of Stylus Studio 2006 Release 2 XML Enterprise Edition: * Enhanced EDI Support: Stylus Studio's EDI-to-XML and XML-to-EDI tools now support hundreds of message and

Custom namespaces and/or document() function

2006-03-28 Thread Gosselin, Michael
I'm trying to get this document() problem to work, so I created a second namespace so the document read in is available. The original XSL file has a custom namespace rr defined as such: xsl:stylesheet exclude-result-prefixes=fo version=1.1 xmlns:fo=http://www.w3.org/1999/XSL/Format;

[ERROR] TrueType warning: Can't find cvt table

2006-03-28 Thread Pardha Paruchuri
I am getting following error in FOP 0.20.5 when I am trying to convert into PDF. but It creates the PDF fine.[ERROR] TrueType warning: Can't find cvt table [ERROR] TrueType warning: Can't find prep tablewhat does this mean ? Canit be ignored ? Please help.-Pardha New Yahoo!

Re: [ERROR] TrueType warning: Can't find cvt table

2006-03-28 Thread Jeremias Maerki
On 28.03.2006 23:19:48 Pardha Paruchuri wrote: I am getting following error in FOP 0.20.5 when I am trying to convert into PDF. but It creates the PDF fine. [ERROR] TrueType warning: Can't find cvt table [ERROR] TrueType warning: Can't find prep table what does this mean ?