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 26749 - Ant popup-menu does not list some of my targets
Summary: Ant popup-menu does not list some of my targets
Status: VERIFIED DUPLICATE of bug 36320
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-23 17:28 UTC by Steven Ostrowski
Modified: 2005-07-15 07:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the ant build file that is the subject (4.12 KB, text/plain)
2002-08-23 17:29 UTC, Steven Ostrowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Ostrowski 2002-08-23 17:28:21 UTC
The ant pop-up menu (right-clicking on the ant file in the 
explorer window) does not list some of the targets in the 
build file. I made the file from a new ant example file, 
and it appears the targets that aren't being displayed are 
those that I've edited. The file still works as I've run 
it from the command line, but the IDE should list the 
targets to run.

I'm going to attach the ant file.
Comment 1 Steven Ostrowski 2002-08-23 17:29:06 UTC
Created attachment 7198 [details]
the ant build file that is the subject
Comment 2 Steven Ostrowski 2002-08-23 17:52:54 UTC
Forgot to mention that the targets in particular I'm 
wanting to run are the compile and jar targets...
Comment 3 Jesse Glick 2002-08-23 19:02:08 UTC
Only targets with descriptions, and also the default target even if it
has no description, are listed in this popup, to avoid cluttering it
with internal targets not needed by the user of the script. Any target
can always be run by expanding the script and selecting Execute from
it, however.
Comment 4 Jesse Glick 2003-10-17 20:28:32 UTC
x
Comment 5 Jesse Glick 2003-10-17 20:28:58 UTC
See issue #36320 for suggested changes.

*** This issue has been marked as a duplicate of 36320 ***
Comment 6 Marian Mirilovic 2005-07-15 07:43:33 UTC
closed