RDTK / generator

A tool for creating Jenkins jobs and other things from recipes describing software projects
GNU General Public License v3.0
21 stars 3 forks source link

Error on "no author" during analysis #17

Closed rhaschke closed 5 years ago

rhaschke commented 5 years ago

The build-generator, during analysis phase, complains about the author name (no author)@586721db-9bb0-4bc9-806b-5fbf8591ca9a generated by cvs2svn: http://colossus:8080/view/config/job/run-build-generator/159/console

    Error during analysis of project xmltio. Caused by:
    > Error accessing repository
    > "https://projects.cit-ec.uni-bielefeld.de/git/xcf.xmltio.git". Caused by:
    > > When parsing <string> which is
    > >
    > > │ (no author) <(no author)@586721db-9bb0-4bc9-806b-5fbf8591ca9a>
    > >
    > > . Caused by:
    > > > At
    > > > 
    > > >   (no author) <(no author)
    > > >   ^ (Line 1, Column 0, Position 0)
    > > > 
    > > > In context PERSON/EMAIL:
    > > >
    > > > While parsing EMAIL-ADDRESS-AT-SIGN. Expected:
    > > >
    > > >      the string " at "
    > > >   or the string "[at]"
    > > >   or the character @ (COMMERCIAL_AT)
    > > >
    > > > While parsing EMAIL-ADDRESS-LOCAL-PART. Expected:
    > > >
    > > >      <end of input>
    > > >   or anything but     the string " at "
    > > >                   and the string "[at]"
    > > >                   and the character Space
    > > >                   and the character < (LESS-THAN_SIGN)
    > > >                   and the character @ (COMMERCIAL_AT)
    > > >
    > > > While parsing EMAIL-ADDRESS-SCHEME-SECTION. Expected:
    > > >
    > > >      the character : (COLON)
    > > >   or <end of input>
    > > >   or anything but     the character Space
    > > >                   and the character : (COLON)
    > > >                   and the character < (LESS-THAN_SIGN)
scymtym commented 5 years ago

Fixed in upstream project.