java -version ------------- java version "1.2.1" Classic VM (build JDK-1.2.1_004, native threads)
OS -- Win2000 SP 4 Commands -------- rd /Q/S bootstrap 2>nul rd /Q/S build 2>nul rd /Q/S dist 2>nul del velocity.log >nul 2>nul call build.bat dist-lite test-jar call build.bat test -Dtest.haltonfailure=false output (excerpts) ------------------ ... Bootstrapping Ant Distribution build: Created dir: C:\cvs-repository\ant_CVS_HEAD\build\lib Compiling 203 source files to C:\cvs-repository\ant_CVS_HEAD\build\classes Note: 4 files use or override a deprecated API. Recompile with "-deprecation" for details. 1 warning compile-tests: [mkdir] Created dir: C:\cvs-repository\ant_CVS_HEAD\build\testcases [javac.preset] Compiling 228 source files to C:\cvs-repository\ant_CVS_HEAD\build\testcases [javac.preset] C:\cvs-repository\ant_CVS_HEAD\src\testcases\org\apache\tools\ant\Introspect ionHelperTest.java:606: No va riable EMPTY_MAP defined in class java.util.Collections. [javac.preset] Collections.EMPTY_MAP, makeTable("1", "2")); [javac.preset] ^ [javac.preset] C:\cvs-repository\ant_CVS_HEAD\src\testcases\org\apache\tools\ant\Introspect ionHelperTest.java:657: No va riable EMPTY_MAP defined in class java.util.Collections. [javac.preset] assertTrue(Collections.EMPTY_MAP == m); [javac.preset] ^ [javac.preset] Note: 7 files use or override a deprecated API. Recompile with "-deprecation" for details. [javac.preset] 2 errors, 1 warning JavaDoc for Collections ----------------------- EMPTY_MAP public static final Map EMPTY_MAP The empty map (immutable). This map is serializable. Since: 1.3 Jan > -----Ursprüngliche Nachricht----- > Von: Steve Loughran [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 13. September 2004 12:25 > An: Ant Developers List > Betreff: Re: AW: cvs commit: ant/src/main/org/apache/tools/ant > PropertyHelper. java > > Peter Reilly wrote: > > [EMAIL PROTECTED] wrote: > > > >> ok, JDK doc sais "Since: 1.2". > >> Often a compilation on JDK 1.2 is forgotten I think :-) > >> > >> Jan > >> > >> > > Yes, especially since jdk1.2.2 does not work on FedoraCore2 !. > > > > Neither does VMware, which is why I am a happy suse9.1 user. > The problem > with a full OSS platform is that it works best if the end user can > rebuild everything from scratch to work with it; closed source apps > -java runtime, vmare, Oracle, NVidia drivers, are troublesome in that > regard. As are laptops, for different reasons, but 'the bios > isnt open' > is one of them. > > Having actually seen (and rebuilt laptop BIOSes), I > understand why they > are kept closed. It isn't just for safety -screw up the keyboard > controller and your battery can get overcharged, which leads to *Bad > Things* happening, things which at best result in the death of the > battery. It is because laptop bioses are the ugliest code > humanity has > seen, all #defined C designed to maintain a single codebase > supporting > 20 different laptops, with a build process that involves > copying source > files with the same name from three+ different trees (based > on makefile > options) to create the final source tree that is then built > and linked. > > Getting back to java1.2, does anyone in the dev team have or run a > copy? I forsee a need to have a backwards looking gump build, > as well as > the 1.4 tester. > > > -Steve > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >