From: Timothy J. H. <tim...@ma...> - 2003-07-27 00:35:05
|
On Saturday, July 26, 2003, at 06:50 PM, Geoffrey Knauth wrote: > Bizarre. I just tried with fresh CVS checkouts on Mac OS X (10.3) and > RedHat 9.0, and I still get the 2 warnings for jsint.compiler.Reflect > and jsint.compiler.CompileReflection. > > I do see you have a clean build. > > Maybe you have something in your CLASSPATH that is causing the > warnings not to appear? Ahhh. You are using anonymous checkout (pserver) and I am using developer checkout. Sourceforge just recently moved anonymous checkout to a separate server which is only backed up once a day. So your CVS is 24 hours out of sync!!!! The message from sourceforge is quoted below. I saw it, but it didn't sink in until a few minutes ago! Maybe tomorrow will be better. FROM SOURCEFORGE EMAIL ..... > As you may have noticed, CVS is visibly having growing pains. Due to > system load, we have had to move anonymous checkouts to our backup > server. This has made the code of our 65,000 projects more > accessible. However, since data is synchronized from the primary > CVS servers to the backup CVS servers at specific times during the day, > it has also caused up to a 24 hour delay in getting the > freshest code on the site. Sorry for the confusion! > > Geoffrey > > On Saturday, July 26, 2003, at 09:37, Timothy John Hickey wrote: > >> >> On Saturday, July 26, 2003, at 09:28 AM, Geoffrey Knauth wrote: >> >>> I'm still getting the 2 warnings. I'll try again later. >> Could you try once more. >> I've just checked out the lastest CVS and compiled it and get no >> warnings during the compiler compilation phase. >> Here is what I get ... there are still some warnings, but these are >> in the SchemeTest code, which ought to be OK... >> >>> [Timothy-Hickeys-Computer:/tmp/jscheme] tim% src/build/bootstrap >>> generated Listener11.java >>> generated Listener11swing.java >>> generated Listener.java >>> Javacing 8 files >>> Compiling the compiler.... >>> Compiling jsint/compiler/Reflect to package jsint.compiler >>> >>> Javacing 1 file >>> Compiling jsint/compiler/CompileReflection to package jsint.compiler >>> >>> Javacing 1 file >>> Compiling jsint/compiler/Compiler to package jsint.compiler >>> >>> Javacing 1 file >>> Compiling jsint/Compile to package jsint >>> >>> Javacing 1 file >>> Javacing 1 file >>> Note: src/jlib/SchemeCanvas.java uses or overrides a deprecated API. >>> Note: Recompile with -deprecation for details. >>> Compiling jlib/JLIB to package jlib >>> >>> Javacing 1 file >>> Compiling jlib/Swing to package jlib >>> >>> Javacing 1 file >>> Compiling jlib/Networking to package jlib >>> >>> Javacing 1 file >>> Note: src/jlib/Networking.java uses or overrides a deprecated API. >>> Note: Recompile with -deprecation for details. >>> Compiling jlib/SNLP to package jlib >>> >>> Javacing 1 file >>> Javacing 5 files >>> Note: src/build/CompilingLoadlet.java uses or overrides a deprecated >>> API. >>> Note: Recompile with -deprecation for details. >>> Javacing 10 files >>> Javacing 3 files >>> Javacing 4 files >>> Javacing 3 files >>> Note: Some input files use or override a deprecated API. >>> Note: Recompile with -deprecation for details. >>> Javacing 2 files >>> Javacing 1 file >>> >>> >>> **************** Running jscheme/ScemeTests.scm ****************** >>> several warnings should appear below as certain error conditions are >>> tested >>> this is to be expected and does not signal a problem with the tests >>> >>> Javadot WARNING: no such field: class jsint.Symbol.name >>> Javadot WARNING: no such field: class jsint.Symbol.name >>> ** WARNING: No such instance method "equalsFirst" in class >>> jsint.Pair >>> ** WARNING: No such instance method "equalsFirst" in class >>> jsint.Pair >>> ** WARNING: No such static method "hashCode0" in class jsint.Pair >>> ** WARNING: No such static method "hashCode0" in class jsint.Pair >>> Javadot WARNING: Constructor jsint.Symbol has no methods. >>> Javadot WARNING: Constructor jsint.Symbol has no methods. >>> Tests: 247 Failures: 0 >>> >>> All tests have completed with any errors as shown above >>> Try (run-tests #t) to see both failing and successful tests and >>> their results >>> ********************* jscheme/SchemeTests.scm has completed >>> *********************** >>> >>> >>> lib/jscheme.jar built. >>> lib/applet.jar built. >>> lib/jschemelite.jar build. >>> Loading source files for package build... >>> Loading source files for package dclass... >>> Loading source files for package elf... >>> Loading source files for package interact... >>> Loading source files for package jlib... >>> Loading source files for package jscheme... >>> Loading source files for package jschemeweb... >>> Loading source files for package jsint... >>> Loading source files for package using... >>> Constructing Javadoc information... >>> Standard Doclet version 1.4.1 >>> >>> Generating doc/api/constant-values.html... >>> Building tree for all the packages and classes... >>> Generating doc/api/build/class-use/SchemeLite.html... >>> Generating doc/api/build/class-use/LoadletClassLoader.html... >> .... >> >> >> >>> Thanks for all your efforts to make this squeaky clean! >> My pleasure. >>> >>> Geoffrey >>> -- >>> Geoffrey S. Knauth | http://knauth.org/gsk >>> >>> On Saturday, July 26, 2003, at 08:28, Timothy John Hickey wrote: >>> >>>> Update of /cvsroot/jscheme/jscheme/src/jsint >>>> In directory sc8-pr-cvs1:/tmp/cvs-serv23990/src/jsint >>>> >>>> Modified Files: >>>> DynamicEnvironment.java Symbol.java >>>> Log Message: >>>> moved showJavaDotWarnings flag to DynamicEnvironments, where it >>>> belongs! >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email sponsored by: Free pre-built ASP.NET sites >>>> including >>>> Data Reports, E-commerce, Portals, and Forums are available now. >>>> Download today and enter to win an XBOX or Visual Studio .NET. >>>> http://aspnet.click-url.com/go/psa00100003ave/ >>>> direct;at.aspnet_072303_01/01 >>>> _______________________________________________ >>>> Jscheme-devel mailing list >>>> Jsc...@li... >>>> https://lists.sourceforge.net/lists/listinfo/jscheme-devel >>>> >>>> >> >> > |