Re: How to resolve a NullPointerException

2006-10-27 Thread tharanga wijethilake
g. if you have a NPE when using command line Ant, run ant -verbose (-verbose is a command line argument) this will give you a stack trace. Regards, Antoine Original-Nachricht Datum: Mon, 16 Oct 2006 17:41:07 +0300 Von: "tharanga wijethilake" <[EMAIL PROTEC

Re: How to resolve a NullPointerException

2006-10-16 Thread Antoine Levy-Lambert
s List" Betreff: How to resolve a NullPointerException > Hi all, > I am tring to run this Ant file using a java program. > When I run this using "Ant run" option provided in eclipse it runs with > out any trouble. > > > > > c

AW: How to resolve a NullPointerException

2006-10-16 Thread Jan.Materne
Dont know that task, but I have doubts using the leading "/" on the bundlepath value ... Jan >-Ursprüngliche Nachricht- >Von: tharanga wijethilake [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 16. Oktober 2006 16:41 >An: Ant Users List >Betreff: How to resol

How to resolve a NullPointerException

2006-10-16 Thread tharanga wijethilake
Hi all, I am tring to run this Ant file using a java program. When I run this using "Ant run" option provided in eclipse it runs with out any trouble. but when I try to run prgrammtically it gives a null pointer. Please Could someone tell me how am i supose t