Harshawardhan Gadgil wrote:
> 
> Thanks for the quick reply.
> 
> This however does not seem to work in my case. I'm using the following
> castor build
> 
> ========
> >java org.exolab.castor.util.Version
> 0.9.5.2  [200030928.211058]
> ========
> 
> I've the castorbuilder.properties file in my current directory as well
> as in my classpath.
> I wanted the following setting to work
> 
> org.exolab.castor.parser.namespaces=false


Ok, a couple problems there...this trick is for the castor.properties
file, not the castorbuilder.properties file, and the change is to make
the property true, not false:

in the castor.properties file change the following line:

org.exolab.castor.parser.namespaces=false

to:

org.exolab.castor.parser.namespaces=true


Another solution would be to use the CVS version of Castor, it contains
a built-in fix for the problem.


> 
> The same build on a Windows machine seems to work fine w/o giving any
> errors. Also on windows, the SourceGenerator does not generate extra
> classes. I'm using a Linux (SuSE, JDK 1.4.1, Xerces-J 2.5.0)
> 

I don't have a linux machine currently at my disposal so I can't see
this first hand. Perhaps someone else who is using linux might be of
more assistence to you.

However, try the above, it *should* work for you.

--Keith

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to