Hans Ulrich Niedermann wrote: > I always got an NullPointerException when calling "ant -projecthelp" > (ant 1.4alpha from CVS). The fix is so obvious that I'm not sure if > this behaviour was originally intended :-) Patch is attached.
Fixed in CVS, thanks for pointing out my error. However, your patch didn't actually work; it caused the problem I was trying to fix in the first place. The Vector create needed to be moved down into the if statement. Glenn
