[EMAIL PROTECTED] wrote:
> 
> Is anyone else having a problem with building Xerces today (NT Server 4
> SP5, JDK1.2.2, using regular build scripts)?
> 
> If I build Xerces from freshly updated sources from apache, I get the
> following error:
>    (a bunch of classes compile fine...)
>    javac Serializer.java
>    Serializer.java:282: Class org.apache.xml.serialize.FOPSerializer not
>    found in type declaration.
>                    serializer = new FOPSerializer();
>                                     ^
>    1 error
>    make[5]: *** [Serializer.class] Error 1
> 
> A quick search of Xerces sources didn't find a 'FOPSerializer', so I'm
> presuming it's part of a work-in-progress?
> - Assaf, am I missing something here?  Or is FOPSerializer just missing?

Damn. Sorry about that. I was playing around with Serializer to add FOP
and then it got included in.

Sorry about that. It should be fixed now. (thanks Assaf).
 
> P.S. Stefano - have you had luck building (and testing) using your
> Ant-make?

Sure. Here's my output (on my win98/Celeron450/128Mb)

C:\Code\xml.apache.org\xml-xerces\java>java org.apache.tools.ant.Main
Buildfile: build.xml
Detected Java Version: 1.2
Project base dir set to: C:\Code\xml.apache.org\xml-xerces\java
Executing Target: prepare
Created dir: C:\Code\xml.apache.org\xml-xerces\java\build
Created dir: C:\Code\xml.apache.org\xml-xerces\java\build\src
Created dir: C:\Code\xml.apache.org\xml-xerces\java\build\classes
Copying 203 files to C:\Code\xml.apache.org\xml-xerces\java\build\src
Executing Target: compile
Compiling 170 source files to
C:\Code\xml.apache.org\xml-xerces\java\build\classes
Copying 33 support files to
C:\Code\xml.apache.org\xml-xerces\java\build\classes
Executing Target: package
Building jar:
C:\Code\xml.apache.org\xml-xerces\java\build\xerces-1.0.1-dev.jar
Completed in 39 seconds

39 seconds are not bad for a clean compile, don't you think? :)

-- 
Stefano Mazzocchi      One must still have chaos in oneself to be
                          able to give birth to a dancing star.
<[EMAIL PROTECTED]>                             Friedrich Nietzsche


Reply via email to