Re: 0.92beta source code

2006-07-13 Thread Jeremias Maerki
On 13.07.2006 16:41:25 Andreia Oliveira wrote: > Hi Jeremias, > > It also does not work properly with the classpath. > PATH environment variable is set to: > "C:\Program Files\Windows Resource > Kits\Tools\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C: > \Program Files\Common F

RE: 0.92beta source code

2006-07-13 Thread Andreia Oliveira
ubject: Re: 0.92beta source code The error message simply indicates that you are missing JAXP (xml-apis*.jar, xerces*.jar, xalan*.jar, serializer*.jar) and Commons Logging (commons-logging*.jar) in the class path. On 12.07.2006 13:03:23 Andreia Oliveira wrote: > > Here is

Re: 0.92beta source code

2006-07-13 Thread Jeremias Maerki
inal Message- > From: Andreia Oliveira [mailto:[EMAIL PROTECTED] > Sent: quarta-feira, 12 de Julho de 2006 8:57 > To: fop-users@xmlgraphics.apache.org > Subject: RE: 0.92beta source code > > Hi. > > I may be confusing myself a bit. I still did not digest correctly w

RE: 0.92beta source code

2006-07-12 Thread Andreia Oliveira
@xmlgraphics.apache.org Subject: Re: 0.92beta source code Andreia Oliveira wrote: > Added the files to my solution library but I am getting errors > regarding xerces (can't find all libraries). > How do I get the xerces source files (that match my fop version)? FOP doesn't use any Xerce

Re: 0.92beta source code

2006-07-11 Thread J.Pietschmann
Andreia Oliveira wrote: Added the files to my solution library but I am getting errors regarding xerces (can't find all libraries). How do I get the xerces source files (that match my fop version)? FOP doesn't use any Xerces source files. Can you tell us the specific error messages? I noticed

RE: 0.92beta source code

2006-07-11 Thread Andreia Oliveira
;fop-users@xmlgraphics.apache.org' Subject: RE: 0.92beta source code Hi, After this last email I downloaded the sources of fop 0.92.beta Also downloaded ant 1.6.5 to perform the build. When trying to buid the source files I got the following message: C:\fop-0.92beta>ant Unable to locate tools.jar. Expe

RE: 0.92beta source code

2006-07-11 Thread Andreia Oliveira
nks in advance, Andreia -Original Message- From: Fabrizio Caldas [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 5 de Julho de 2006 13:03 To: fop-users@xmlgraphics.apache.org Subject: Re: 0.92beta source code Andreia, For ZIP files go to ths URL http://www.apache.org/dyn/closer.cgi/xmlgraphi

Re: 0.92beta source code

2006-07-05 Thread Fabrizio Caldas
Andreia, For ZIP files go to ths URL http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop Regards, Fabrizio. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: 0.92beta source code

2006-07-05 Thread Andreia Oliveira
s) to incorporate in my current solution. Thanks . -Original Message- From: Manuel Mall [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 3 de Julho de 2006 13:42 To: fop-users@xmlgraphics.apache.org Subject: Re: 0.92beta source code On Monday 03 July 2006 16:22, Andreia Oliveira wrote:

Re: 0.92beta source code

2006-07-03 Thread Manuel Mall
On Monday 03 July 2006 16:22, Andreia Oliveira wrote: > Hi. > > I have a working C# solution for generating pdf files based on data > from a database,xsd and xslt (for the transformation step using fop). > This solution includes a project that has the sources of fop 0.20.5. > As it is not meeting a

RE: 0.92beta source code

2006-07-03 Thread Pascal Sancho
> -Original Message- > From: Andreia Oliveira [mailto:[EMAIL PROTECTED] > Sent: Monday, July 03, 2006 10:22 AM > > I have a working C# solution for generating pdf files based > on data from a database,xsd and xslt (for the transformation > step using fop). This solution includes a proj

0.92beta source code

2006-07-03 Thread Andreia Oliveira
Hi.   I have a working C# solution for generating pdf files based on data from a database,xsd and xslt (for the transformation step using fop). This solution includes a project that has the sources of fop 0.20.5. As it is not meeting all my needs in terms of page breaks, svg images,... I wou