Thank you for reporting. I replace the private modifier to default. It should compile in JDK1.2 now.
It probably indicates not many people are using 1.2? Is it true? Thomas -----Original Message----- >From: BEDNARIK,LASLO (HP-Germany,ex1) [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, November 14, 2001 2:18 AM >To: [EMAIL PROTECTED] >Subject: [castor-dev] Nov 14 snapshot compilation error: SQLTypeConvertor is abstract > >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:7 5 >: 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:5 4 >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:5 5 >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 > ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
