You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Ralf Purnhagen <pu...@gmx.net> on 2000/08/31 17:59:27 UTC

NullPointerException

Hi,

we are using Ant 1.1 and JDK 1.3 to build our project. On most
computers there is no problem, but one developer always gets the
following NullPointerException:

java.lang.NullPointerException
        at java.io.Reader.<init>(Reader.java:64)
        at java.io.InputStreamReader.<init>(InputStreamReader.java:89)
        at java.io.InputStreamReader.<init>(InputStreamReader.java:78)
        at java.util.Properties.load(Properties.java:189)
        at org.apache.tools.ant.Project.init(Project.java:125)
        at org.apache.tools.ant.Main.runBuild(Main.java:248)
        at org.apache.tools.ant.Main.main(Main.java:107)

Can you help me?

Thanks,
Ralf