On Wed, 24 Jul 2002 19:42:23 +1000, Peter Donald wrote:
>Oops - feel free to remove the offending code.
>
>On Wed, 24 Jul 2002 02:58, Jon Skeet wrote:
>> > Why was it removed? Must've missed that....
>>
>> According to Peter's change, it's now obsolete. Here's what setJava now
>> has:
>>
>> public void setJava(boolean java) {
>> log( "The attribute java is currently unused.", Project.MSG_WARN );
>> }
>
>It was written to but never read IIRC so there was no point in keeping
>variable around if it was never used ;)
>
>--
>Cheers,
>
>Peter Donald
As I saw in the source, this.java was used to determine if the -java parameter
to
the NetRexx compiler should be set. It was never meant to be the
super-super-super-
this private variable. I think renaming it to this.generatejava is more clear
than
just this.java. Please DON'T REMOVE that option. It's used by all user who use
jikes as their (post-) compiler!
sincerely,
Patric Bechtel
IPCON Informationssysteme
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>