Menu

#62 Documentation index was not found in clean installs

v1.0.x
fixed
critical (96)
v1.0.9
Bug Fix
2016-10-08
2016-06-22
Erik Hänel
No

The documentation index won't be found in clean installs of v1.0.9rc2.

Analysis:
The error results from the additional lines

if (!fileExists(sDocIndexFile))
{
    cerr << endl << " ERROR: Documentation index was not found." << endl;
    return;
}

in doc_helper.cpp. Remove these lines.

Implementation:
Lines were removed.

Tests:
A clean installation was performed and started. Documentation index was loaded and available. Bug fix accepted.

Discussion

  • Erik Hänel

    Erik Hänel - 2016-06-22
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2016-06-22
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,7 @@
     The documentation index won't be found in clean installs of v1.0.9rc2.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2016-06-22
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,15 @@
     The documentation index won't be found in clean installs of v1.0.9rc2.
    
     **Analysis:**
    +The error results from the additional lines
    +~~~C
    +if (!fileExists(sDocIndexFile))
    +{
    
    +    cerr << endl << " ERROR: Documentation index was not found." << endl;
    +    return;
    +}
    +~~~
    +in *doc_helper.cpp*. Remove this line.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2016-06-22
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -9,8 +9,9 @@
         return;
     }
     ~~~
    -in *doc_helper.cpp*. Remove this line.
    +in *doc_helper.cpp*. Remove these lines.
    
     **Implementation:**
    +Lines were removed.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2016-06-23
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -15,3 +15,4 @@
     Lines were removed.
    
     **Tests:**
    +A clean installation was performed and started. Documentation index was loaded and available. Bug fix accepted.
    
    • status: testing --> fixed
     
  • Erik Hänel

    Erik Hänel - 2016-10-08
    • Labels: --> critical
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB