Hi Keith,

        Thanks for taking time...

>> Are you using the jars from the castor/lib directory? I build Castor with
>> JDK 1.4.2 using the jars in the castor/lib directory.

Yes, I am using the jars from castor/lib. I'm currently running JDK 1.5 (I
modify the build file to use "source" and "target" arguments of 1.4. I don't
know - I suspect that the snapshot I have may not be the latest and greatest
Castor. Currently, I download the tarball from the Fisheye portal at
codehaus.org. When I check it against the commit logs (also located there),
it *does* seem that the version I have incorporates the most recent commits,
so I am assuming that the tarball is up-to-date.

I am assuming that I should stick with the jars included in the castor
tarball. If you think it would help to download Xerces and Adaptx from
elsewhere, please let me know.

Just to confirm, you can download Castor from

http://cvs.castor.codehaus.org/viewrep/~tarball=zip/castor/castor.zip and it
works for you? Are you checking out the repository via CVS?

Thanks!

Michael Stabler
Software Engineer
[EMAIL PROTECTED]
202.863.3580
www.cssiinc.com
-----Original Message-----
From: Keith Visco [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 27, 2005 10:18 PM
To: [email protected]
Subject: Re: [castor-user] Problems building Castor and Adaptx

Michael,

It sounds like you're trying to build Castor with a version of Xerces 
that is not compatible with the one that Adaptx was built with, and then 
it seems like you're trying to build Adaptx with a version of JAXP that 
is not compatible with the one that Adaptx was written against.

Are you using the jars from the castor/lib directory? I build Castor 
with JDK 1.4.2 using the jars in the castor/lib directory.

--Keith

Michael Stabler wrote:
> Greetings,
> 
>  
> 
>             I am having some problems building the latest Castor 
> snapshot (retrieved 04.27.2005). Perhaps someone can help me.
> 
>  
> 
>             Upon running Castor's "Release" target, I seem to get most 
> of the way through the process, but then receive the following error 
> during execution of the doc target:
> 
>  
> 
>  
> 
> /java.lang.VerifyError: (class: 
> org/exolab/adaptx/xml/parser/XercesParser, method : readDocument 
> signature: 
>
(Lorg/exolab/adaptx/net/URILocation;Lorg/exolab/adaptx/util/ErrorObserver;)L
org/w3c/dom/Document;) 
> Incompatible object argument for function call/
> 
>  
> 
>             Thought I'd try to debug the adaptx package to see what was 
> going on. When I try to build the code included in the tarball's adaptx 
> package, I get this exception:
> 
>  
> 
>
/adaptx\src\main\org\exolab\adaptx\jaxp\transform\TransformerFactoryImpl.jav
a:91: 
> org.exolab.adaptx.jaxp.transform.TransformerFactoryImpl is not abstract 
> and does not override abstract method 
> setFeature(java.lang.String,boolean) in 
> javax.xml.transform.TransformerFactory/
> 
> /public class TransformerFactoryImpl/
> 
>  
> 
>             Any thoughts?
> 
>  
> 
> Michael Stabler
> 
> Software Engineer
> 
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> 
> www.cssiinc.com
> 
>  
> 


Reply via email to