picklesdoc / pickles

The open source living documentation generator
http://www.picklesdoc.com/
Apache License 2.0
461 stars 163 forks source link

Pickles parsing error on root Pickles_FeatureDirectory #614

Open SergioETrillo opened 3 years ago

SergioETrillo commented 3 years ago

I use Pickles.MSBuild, latest version v.2.21.1 I configure it as below:

<Pickles_Generate>True</Pickles_Generate>
<Pickles_DocumentationFormat>dhtml</Pickles_DocumentationFormat>
<Pickles_OutputDirectory>.\PickleJar</Pickles_OutputDirectory>
<Pickles_FeatureDirectory>..\..\..\src</Pickles_FeatureDirectory>
<Pickles_ResultsFile>.\TestResult.xml</Pickles_ResultsFile>
<Pickles_ResultsFormat>nunit3</Pickles_ResultsFormat>

When I try to build the project, I get the following error:

C:\Dev\ces\src\packages\Pickles.MSBuild.2.21.1\build\Pickles.MSBuild.targets(12,9): error : Some files were not parsed correctly.

I got a few Specflow projects scattered under my src root directory on different levels. When I change the Pickles_FeatureDirectory to point to those specific projects, it builds without problem.

A colleague got this issue at some point, and fixed it by correcting some html file, so it would seem that Pickles looks for not just feature files? Is there any way I can debug where the offending file is?