This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 29277

Summary: "build" as default name for ant custom task
Product: projects Reporter: Milan Kubec <mkubec>
Component: AntAssignee: issues@projects <issues>
Status: VERIFIED INVALID    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Milan Kubec 2002-12-04 13:10:09 UTC
Default name for ant custom task created by NFT
wizard is "build", which is good default name for
build script, but bad one for custom task.
Comment 1 Jesse Glick 2002-12-04 15:55:02 UTC
This is not the default name. The default name, as for all Java
sources, is unset; if you have made a template before in the same
session, the last-used file name is used as a default for the next
template.
Comment 2 Milan Kubec 2003-07-11 08:51:31 UTC
Verified.