You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Nico Seessle <ni...@seessle.de> on 2000/09/15 23:06:13 UTC

[PATCH] Property.java Re: Loading null?

Looks like a bug... In a previous version "String name" was passed to the
method loadFile which was changed later to "File file". Since name is also
an instance variable there was no compiler error but the variable is
normally not initialized since it is only used for the name/value
combination.

Fix included (in the correct format again :-) )

Nico

----- Original Message -----
From: "Chaganthi, Madhusudan R." <mv...@cdc.gov>
To: <an...@jakarta.apache.org>
Sent: Friday, September 15, 2000 8:24 PM
Subject: RE: Loading null?


> I guess one of the properties is not being successfully loaded. Which
means
> anywhere you need that property, you would run into a problem.
> Its not a problem as long as you are not using that property in any of the
> tasks.
>
> A guess again.
>
> See if you have a "null" directory in the directory in which you are
> building your stuff (destination directory).
>
>
>
> -----Original Message-----
> From: Diane Holt [mailto:holtdl@yahoo.com]
> Sent: Friday, September 15, 2000 2:17 PM
> To: ant-dev@jakarta.apache.org
> Subject: Loading null?
>
>
> When I run verbose, this is included in the output:
>
> Project base dir set to: D:\dianeh\src\main
>    +Task: property
>  [property] Loading null
>
> Should I be worried about it and try to figure out what it means, or is
> this normal?
>
> Thanks,
> Diane
>
>
>
> =====
> (holtdl@yahoo.com)
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/

Re: [PATCH] Property.java Re: Loading null?

Posted by Stefan Bodewig <bo...@bost.de>.
>>>>> "NS" == Nico Seessle <ni...@seessle.de> writes:

 NS> Looks like a bug...

Yes, but a very very small one which won't do any harm because only
the message is wrong while the task is doing the right thing. Fixed in
a few minutes.

Stefan