DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25982>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25982 empty include task inside javac causes NullPointerException ------- Additional Comments From [EMAIL PROTECTED] 2004-01-08 17:14 ------- It should be checked in whatever is the equivalent of the execute() of tasks for PatternSets or whatever. Looking at the code you modfied, instead I guess you should thow a BuildException if name is null. if (name == null) { throw new BuildException("Mandatory attribute 'name' is missing"); } .... not sure if this is the best location to do it. Haven't look at all the code. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
