Hi Michael, I had no problems to compile 0.9.7 against JDK 1.3 on windows. Are you sure that the source code has been preprocessed properly?
please try again to run: bin\build clean bin\build junit cheers, Thomas Michael S�dkamp wrote: > Hi, > > Running bin\build junit as described on the quickstart page fails for me > with the 0.9.7 source distribution. My JDK is 1.3.1. > Here are the end lines from the console output. > > [javac] PropertyEditor propertyEditor = > (PropertyEditor) > hmPropertyEditors.get(p.getPropertyEditorClass()); > [javac] ^ > [javac] > C:\download\jakarta-ojb-0.9.7-src\target\src\org\apache\ojb\tools\ma > pping\reversedb2\gui\JIFrmOJBRepository.java:126: cannot resolve symbol > [javac] symbol : class PropertyEditor > [javac] location: class > org.apache.ojb.tools.mapping.reversedb2.gui.JIFrmOJB > Repository > [javac] PropertyEditor propertyEditor = > (PropertyEditor) > hmPropertyEditors.get(p.getPropertyEditorClass()); > [javac] ^ > [javac] 81 errors > [javac] 2 warnings > > BUILD FAILED > file:C:/download/jakarta-ojb-0.9.7-src/build.xml:147: Compile failed; see > the co > mpiler error output for details. > > Running the 0.9.7 binary distribution works well (of course no compilation > errors). > > Best Regards > > Michael > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
