[Java Spec Report] Re: jsr 14 proto where

"Pat LaVarre" <[email protected]> Thu, 11 Mar 2004 12:40:18 -0000
Newsgroups gmane.comp.java.spec-report
Message-ID <[email protected]>
> > I might make the adjustment ...
> > but I'll bet ... trivial.
> 
> Not trivial for me ...

To make the cause of death more plain, I copied scripts/javac to
become my own ./javac and then I applied:

- #!/bin/sh
+ #!/bin/bash -x

Next I tried only disabling the assert:

-     exit 1
+     # exit 1

This change produces such encouraging contrasts as:

$ javac -version 2>&1 | head -1
javac: invalid flag: -version
$
$ /javac -version 2>&1 | head -2
${J2SE14} does not point to a working J2SE 1.4.2 installation.
javac 1.4.2_03
$

$ javac -source 1.5 2>&1 | head -1
javac: invalid source release: 1.5
$
$ ./javac -source 1.5 2>&1 | head -2
${J2SE14} does not point to a working J2SE 1.4.2 installation.
javac: no source files
$

I was perhaps erroneously expecting to see a javac version other than
"1.4.2_03".

Pat LaVarre



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Upgrade to 128-bit SSL Security!
http://us.click.yahoo.com/LPJzrA/yjVHAA/TtwFAA/5cFolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this mailing list, send an email to:
[email protected]
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/java-spec-report/

<*> To unsubscribe from this group, send an email to:
     [email protected]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/