I think that this is a bug in the task, rather than an unused variable. 
It's a fairly rarely used feature of NetRexxC to keep the java code. I'll 
suss it out and get back to you.
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


[EMAIL PROTECTED] wrote on 07/24/2002 06:01:44 AM:

> sbailliez    2002/07/23 13:01:44
> 
>   Modified:    src/main/org/apache/tools/ant/taskdefs/optional
>                         NetRexxC.java
>   Log:
>   'java' attribute has never been used here. Get rid of it.
> 
>   Revision  Changes    Path
>   1.22      +0 -3 
> 
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
> 
>   Index: NetRexxC.java
>   ===================================================================
>   RCS file: 
> 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java,v
>   retrieving revision 1.21
>   retrieving revision 1.22
>   diff -u -r1.21 -r1.22
>   --- NetRexxC.java   23 Jul 2002 07:54:51 -0000   1.21
>   +++ NetRexxC.java   23 Jul 2002 20:01:44 -0000   1.22
>   @@ -564,9 +564,6 @@
>            if ((p = getProject().getProperty("ant.netrexxc.format"))!= 
null) {
>                this.format = Project.toBoolean(p);
>            }
>   -        if ((p = getProject().getProperty("ant.netrexxc.java")) != 
null) {
>   -            this.java = Project.toBoolean(p);
>   -        }
>            if ((p = getProject().getProperty("ant.netrexxc.keep")) != 
null) {
>                this.keep = Project.toBoolean(p);
>            }
> 
> 
> 
> 
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>
> 

Reply via email to