You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by ry...@kodak.com on 2002/12/03 18:54:03 UTC

Re: LinkageError with 2.2.1 - really simple project (Can't xerces built either)

Hello,
 Downloaded the 2.2.1 source and the tools and attempted to build thinking 
that perhaps one of the libraries were out of sync. However, I can't get 
it to build:
Xerces-Java Build System
------------------------
Building with ant classpath 
C:\jdk1.3.1_05\lib\tools.jar;C:\jdk1.3.1_05\lib\classes.zip;.\tools\ant.jar;.\tools\xercesImpl.jar;.\tools\xml-apis.jar;.\
tools\bin\xjavac.jar
Starting Ant...
Buildfile: build.xml

BUILD FAILED
file:C:/Documents and Settings/L507107/Desktop/xml/build.xml:22: taskdef 
class org.apache.xerces.util.XJavac cannot be found

Total time: 0 seconds

When I look in the ant file I see a comment just before the XJavac task is 
defined:
  <!-- enable compilation under IBM JDK 1.4 -->
  <taskdef name="xjavac" classname="org.apache.xerces.util.XJavac"/>

Given that the build fails and the comment, does this mean xerces can't be 
built on 1.3.1? I can't build xerces, can't get it to run without linkage 
errors - is the Xerces project still active?

-Ryan






ryan.cuprak@kodak.com
12/03/2002 11:48 AM
Please respond to xerces-j-user

 
        To:     xerces-j-user@xml.apache.org
        cc: 
        Subject:        LinkageError with 2.2.1 - really simple project