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/05 00:20:03 UTC

[PATCH] Project.java catching absence taskdefs|types/default.properties better

At least on my System (W2K; JDK 1.2.2 / JDK 1.3) "getResourceAsStream()"
just returns null if the requested resource is not available (and this is
also what the docs are saying) - there is never an IOException throws,
instead an NullPointerException. This is catched and an BuildException
thrown.

Nico