Andreia Oliveira wrote:
Thanks Chris.
Currently I have a solution working with FOP 0.20.5 done by another
colleague.

Well I know someone reported on this list a few years ago that they had ported a 0.20.x version of FOP to J# and compiled it in .Net, but that was a non trivial task. Perhaps your colleague used this port.

Currently the files are in a separate Library project and it compiles
without problems once it knows the compliation language is Jscript.
My doubts are now regarding the result of the build of fop using ANT.
I am using JDK1.5.0_07. Is this the problem?

No. There is nothing wrong with the Ant build of 0.92beta AFAIK.

I also had some warnings about deprecated methods despite od the successful
build.
And the following message:

        "[echo] Jimi Support NOT Present
     [echo] JAI Support NOT Present
     [echo] JCE Support PRESENT
     [echo] JUnit Support NOT Present - Committers are required to have
JUnit wo
rking
     [echo] XMLUnit Support NOT Present - you can get it from
http://xmlunit.sou
rceforge.net

These items are not needed just to build 0.92beta.


init-filters-jdk14:
     [echo] Use GraphicsConfiguration adapter for JDK 1.4."

What is Jimi, JAI, Junit and XMLUnit? Are they required?

Jimi and JAI are graphics libraries mainly used for folk running older JDKs. Junit and XMLUnit are required to run the regression tests, so you don't need them.


Has someone done this build successfully?

Yes on a regular basis. But I never tried to reference the Java code from a .Net environment. M$ J# is very different to Java, this is why you cant run FOP classes directly from a .Net environment.

<snip/>

Chris



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

Reply via email to