1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<!-- $Id$ -->
<head>
<title>DOC Center Bug Tracking System Usage</title>
</head>
<body text = "#000000" link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff">
<h1>DOC Center Bug Tracking System Usage</h1>
<p>
The
<a href="http://www.dre.vanderbilt.edu">
Center for Distributed Object Computing</a> uses the
<a href="http://www.mozilla.org/projects/bugzilla/">Bugzilla</a>
bug tracking system to keep track of existing problems and
enhancement requests.
<p>
To streamline our development process, you can now use it to
enter problem reports or make a request for a particular feature
that you'd like to see integrated into
<a href="http://www.dre.vanderbilt.edu/ACE">ACE</a>,
<a href="http://www.dre.vanderbilt.edu/TAO">TAO</a> or <a
href="http://www.dre.vanderbilt.edu/CIAO">CIAO</a>.
<p>
You can also use it to track the status of a particular bug or
enhancement. In addition, the bug tracking system can be used
to add comments and attachments that contain solutions or simple
test cases.
<p>
The bug tracking system is located at the following web site:
<samp>
<a href="http://deuce.doc.wustl.edu/bugzilla/index.cgi">
http://deuce.doc.wustl.edu/bugzilla/index.cgi
</a>
</samp>
<p>
If all you want to do is browse through the bugs in our bug
tracking system or view bug summary reports, then you can use
the bug tracking system right away. However, if you want to be
able to submit bug reports then you will have to create a bug
tracking system account.
<p>
Upon entering a bug or enhancement request for the first time,
you will be asked to enter an e-mail address. Once you've done
that, you will be mailed a password that you can use to log on
to the bug tracking system. You will only be asked to do this
once. Any changes to bug reports you submit will be mailed to
the e-mail address you provide.
<p>
Once you've logged on, you will have the ability to enter bug
reports and modify existing ones. Other than adding comments,
fixes and attachments, please do not modify bug reports you
haven't submitted.
<p>
The bug tracking system is fairly straightforward to use. When
entering bug reports or enhancement requests, enter as much
information as possible. Most of the bug form fields provide
help if you are unsure what a particular field is used for.
<p>
For more information about using Bugzilla, and about bug
reporting in general, please see the following web sites:
<p>
<blockquote>
<samp>
<a href="http://www.mozilla.org/bugs">
http://www.mozilla.org/bugs/
</a><br>
<a href="http://www.mozilla.org/quality/bug-writing-guidelines.html">
http://www.mozilla.org/quality/bug-writing-guidelines.html
</a>
</samp>
</blockquote>
<p>
Keep in mind that the Bugzilla installation at the above web
site is <em>not</em> the same Bugzilla installation at the
Center for Distributed Object Computing. All bug reports and
enhancement requests for ACE and TAO should be done at the
Center for Distributed Object Computing's Bugzilla web site.
<hr>
<address><a href="mailto:ossama@dre.vanderbilt.edu">Ossama Othman</a></address>
<!-- Created: Wed Aug 18 14:45:31 EDT 1999 -->
<!-- hhmts start -->
Last modified: Wed Nov 14 21:36:32 Pacific Standard Time 2001
<!-- hhmts end -->
<br>
Back to <a href="index.html">ACE Documentation Home</a>.
</body>
</html>
|