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 44904 - [freeform] Target customizer: implement link to debugger documentation
Summary: [freeform] Target customizer: implement link to debugger documentation
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: John Jullion-ceccarelli
URL: http://projects.netbeans.org/nonav/bu...
Keywords:
: 47619 (view as bug list)
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-06-15 18:13 UTC by David Konecny
Modified: 2004-09-02 11:29 UTC (History)
2 users (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 David Konecny 2004-06-15 18:13:14 UTC
SUBJ says all
Comment 1 David Konecny 2004-06-21 13:02:09 UTC
Technical part done:
src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.form;
new revision: 1.8; previous revision: 1.7
src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.java;
new revision: 1.12; previous revision: 1.11

I need either link to some web page or on-line help page. John, for
now I'm assigning this issue to you. Once there is a page pass back to
me to change link to it.
Comment 2 _ ttran 2004-08-03 16:03:22 UTC
John?
Comment 3 John Jullion-ceccarelli 2004-08-03 17:16:29 UTC
Have been focusing on web docs so haven't had a chance to do this yet.
I'll have at least first draft by end of next week.
Comment 4 Jesse Glick 2004-08-21 18:45:02 UTC
*** Issue 47619 has been marked as a duplicate of this issue. ***
Comment 5 Jesse Glick 2004-08-30 23:02:21 UTC
Status?
Comment 6 John Jullion-ceccarelli 2004-08-31 17:13:24 UTC
I've written the first draft of the OLH page on writing a debug target
for freeform projects (usersguide/projects/proj_free_debug.html). It's
still kinda rough and I haven't cross-linked it to the related OLH
pages yet. 

There's also a full guide on nb.org. Not sure which of the two to link
to from the New Project wizard/Project Properties. The web doc is much
more extensive and easier to read, but it requires that the user have
internet access and have the nb web browser correctly configured.

I think for now we should link to the OLH page, I will cross-link the
OLH page with other related pages and with the web guide. David, if
you can have the link call a unique help ID, I'll link it to the help
page in the helpset.
Comment 7 David Konecny 2004-08-31 17:16:31 UTC
OK, thanx. Make up some ID and let me know. I will link it tomorrow.
Comment 9 John Jullion-ceccarelli 2004-08-31 18:02:51 UTC
please just use the fully qualified name of the wizard page class and
add something like #debug at the end.
Comment 10 David Konecny 2004-09-01 10:10:06 UTC
The ID will be 

  org.netbeans.modules.ant.freeform.ui.TargetMappingPanel#debug
Comment 11 David Konecny 2004-09-01 11:23:21 UTC
Code part done. ID needs to be linked to a help page.

Implemented in:
nbproject/project.xml;
new revision: 1.9; previous revision: 1.8
src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.java;
new revision: 1.22; previous revision: 1.21
Comment 12 _ ttran 2004-09-02 10:28:29 UTC
John: can you finish this issue?
Comment 13 John Jullion-ceccarelli 2004-09-02 11:29:27 UTC
Hooked up:

Map.jhm
new revision: 1.239; previous revision: 1.238