Hi,

I get the following error when I try to compile the Nov 14 snapshot
with Java 1.2.2 under WinNt4.0.
The first error is a seperate one (FactoryState) but after that I 
get lots of errors about the SQLTypeConvertor (~80).

Any hints ?

Thanks,

Laslo

main:
    [javac] Compiling 500 source files to
D:\tools\devel\castor\build\classes
    [javac]
D:\tools\devel\castor\src\main\org\exolab\castor\builder\SGStateInfo.java:75
: class org.exolab.castor.builder.FactoryState is defined in
SourceFactory.java. Because it is used outside of its source file, it should
be defined in a file called "FactoryState.java".
    [javac]     private FactoryState _currentFactoryState = null;
    [javac]                                               ^
    [javac]
D:\tools\devel\castor\src\main\org\exolab\castor\jdo\engine\SQLTypes.java:54
9: nested class org.exolab.castor.jdo.engine.SQLTypes. SQLTypeConvertor is
an abstract class. It can't be instantiated.
    [javac]         new TypeConvertorInfo( new SQLTypeConvertor(
java.lang.Short.class, java.lang.Boolean.class ) {
    [javac]                                ^
    [javac]
D:\tools\devel\castor\src\main\org\exolab\castor\jdo\engine\SQLTypes.java:55
4: nested class org.exolab.castor.jdo.engine.SQLTypes. SQLTypeConvertor is
an abstract class. It can't be instantiated.
    [javac]         new TypeConvertorInfo( new SQLTypeConvertor(
java.lang.Boolean.class, java.lang.Short.class ) {

======================================================================
     _  _ ___  ___         Laslo Bednarik    Tel. {0|49}-7031-468-2025
    | || | _ \/ __|        Software Engineer Telnet           701-2025 
    | __ |  _/\__ \                          Fax  {0|49}-7031-468-2207
    |_||_|_|  |___/                                           701-2207
=========== Hewlett-Packard ============           ___ _____ 
=           HP Services IT             =          |_ _|_   _|
=     Mail: [EMAIL PROTECTED]      =           | |  | |  
= http://isoit155.bbn.hp.com/~lbednari =          |___| |_|  
======================================================================

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

Reply via email to