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 66223 - interactive should be enumerated value
Summary: interactive should be enumerated value
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-07 09:53 UTC by Jaroslav Tulach
Modified: 2007-02-20 18:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2005-10-07 09:53:46 UTC
While editing following build script fragment in NetBeans: 
 
    <nbprofiledirect  
            jvmargsprefix="-J"  
            jvmargsproperty="profiler.jvmargs"  
            jvmproperty="profiler.jdkhome"  
            mainclass="org.netbeans.Main" 
            interactive="| 
        > 
 
I get no code completion at the caret '|' location. I suspect that this is due 
to not using "enumerated values" in the definition of the task. Without it is 
hard to find out what values are allowed, so please switch to that style. 
 
If you need inspiration nbbuild's ModuleDependencies is using the suggested 
style.
Comment 1 iformanek 2005-10-07 11:47:49 UTC
Fixed, thanks for the hint.
Comment 2 ehucka 2006-10-09 12:09:08 UTC
Verification of old issues.
Comment 3 Alexander Kouznetsov 2007-02-20 10:23:59 UTC
Closing old issues
Comment 4 Alexander Kouznetsov 2007-02-20 18:09:16 UTC
Reverting to original Target Milestone value changed by mistake. Sorry for
inconvenience.