Return-Path: Delivered-To: apmail-xerces-j-users-archive@www.apache.org Received: (qmail 28724 invoked from network); 27 Jul 2005 19:58:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 19:58:53 -0000 Received: (qmail 42244 invoked by uid 500); 27 Jul 2005 19:58:51 -0000 Delivered-To: apmail-xerces-j-users-archive@xerces.apache.org Received: (qmail 42042 invoked by uid 500); 27 Jul 2005 19:58:50 -0000 Mailing-List: contact j-users-help@xerces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: j-users@xerces.apache.org Delivered-To: mailing list j-users@xerces.apache.org Received: (qmail 42029 invoked by uid 99); 27 Jul 2005 19:58:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 12:58:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.72.192.224] (HELO smtp06.web.de) (217.72.192.224) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 12:58:42 -0700 Received: from [62.2.80.246] (helo=[192.168.0.49]) by smtp06.web.de with asmtp (WEB.DE 4.105 #297) id 1Dxs3D-0005G7-00 for j-users@xerces.apache.org; Wed, 27 Jul 2005 21:58:47 +0200 Message-ID: <42E7F54A.9060809@web.de> Date: Wed, 27 Jul 2005 21:57:46 +0100 From: Benjamin Pasero User-Agent: Mozilla Thunderbird 1.0+ (Windows/20050712) MIME-Version: 1.0 To: j-users@xerces.apache.org Subject: Problems compiling Xerces 2.7.1 from source Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: benjamin.pasero@web.de X-Sender: benjamin.pasero@web.de X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I wanted to compile a smaller version of Xerces using the given "dtdjars" target from the build.xml After downloading Xerces-J-src.2.7.1 and extracting the Tools package into that directory, I gave it a try and called "build.bat dtdjars". It began with: "Building with ant classpath C:\j2sdk1.4.2_04\lib\tools.jar;C:\j2sdk1.4.2_04\lib\ classes.zip;.\tools\ant.jar;.\tools\xercesImpl.jar;.\tools\xml-apis.jar;.\tools\ bin\xjavac.jar Starting Ant..." The result is 28 errors, most of them being "cannot resolve symbol". For example: [javac] symbol : method setProperty (java.lang.String,org.apache.xerces.util.SecurityManager) [javac] location: class org.apache.xerces.parsers.SecurityConfiguration [javac] setProperty(SECURITY_MANAGER_PROPERTY, new SecurityManager() Even after importing the source into Eclipse, I am seeing a lot of errors in the src. I must be doing something wrong, and I don't know what. Btw, I looked into the build.bat and found that it wants to add a "classes.zip" to the class path. I searched my JDK and did not find any classes.zip in there. Thanks for helping, Ben --------------------------------------------------------------------- To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org For additional commands, e-mail: j-users-help@xerces.apache.org