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 10058 - "whenempty" attribute should be ComboBox
Summary: "whenempty" attribute should be ComboBox
Status: CLOSED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-07 15:55 UTC by Milan Kubec
Modified: 2002-07-19 15:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2001-03-07 15:55:58 UTC
"whenempty" attribute for some tasks (jar, zip, war and maybe others) has
property editor for String, which means that user needs to write actuall action.
But these actions are defined - create, fail, skip. I think that ComboBox
Property editor should be used instead of plain String. User needs to refer docs
to find out what are correct values now.
Comment 1 Jesse Glick 2001-03-07 20:22:54 UTC
Not a bug in the module; the Ant <zip> etc. tasks define this attr as a plain
string, not a multiple selection. I have already prepared an Ant patch for this
anyway, I will submit it to ant-dev when I get a chance, hopefully in 1.4 it
will be fixed.
Comment 2 Jesse Glick 2001-03-12 17:48:56 UTC
Patch accepted into Ant for 1.4 BTW.