Skip to content

Instantly share code, notes, and snippets.

@neoeinstein
Last active August 29, 2015 14:18
Show Gist options
  • Save neoeinstein/1ecb763178039837ccdc to your computer and use it in GitHub Desktop.
Save neoeinstein/1ecb763178039837ccdc to your computer and use it in GitHub Desktop.
C:\dev\neoeinstein\FAKE\packages\FSharp.Formatting.CommandTool\tools\fsformatting.exe "metadataformat" "--generate" "--outdir" "./docs/apidocs/" "--layoutroots" "./help/templates/" "./help/templates/reference/" "--sourceRepo" "https://github.com/fsharp/FAKE/blob/master" "--sourceFolder" "C:\dev\neoeinstein\FAKE" "--parameters" "page-description" "FAKE - F# Make" "page-author" "Steffen Forkmann, Mauricio Scheffer, Colin Bull" "project-author" "Steffen Forkmann, Mauricio Scheffer, Colin Bull" "github-link" "https://github.com/fsharp/FAKE" "project-github" "http://github.com/fsharp/fake" "project-nuget" "https://www.nuget.org/packages/FAKE" "root" "http://fsharp.github.io/FAKE" "project-name" "FAKE - F# Make" --dllfiles "C:\dev\neoeinstein\FAKE\build\FakeLib.dll"
[0 sec] Resolving assembly: FSharp.Compiler.Service.resources, Version=0.0.82.0, Culture=en-US, PublicKeyToken=null
[0 sec] Resolving assembly: FSharp.Compiler.Service.resources, Version=0.0.82.0, Culture=en-US, PublicKeyToken=null
[0 sec] Resolving assembly: FSharp.Compiler.Service.resources, Version=0.0.82.0, Culture=en, PublicKeyToken=null
[0 sec] Resolving assembly: FSharp.Compiler.Service.resources, Version=0.0.82.0, Culture=en, PublicKeyToken=null
[3 sec] Reading assembly: C:\dev\neoeinstein\FAKE\build\FakeLib.dll
[3 sec] Parsing assembly (with documentation file 'C:\dev\neoeinstein\FAKE\build\FakeLib.XML')
[3 sec] Error while building member-name for Fake.AdditionalSyntax.( ? ) because: not a named type
[3 sec] Error while building member-name for Fake.AdditionalSyntax.( ?<- ) because: not a named type
[3 sec] Warning: Could not find documentation for 'T:Microsoft.FSharp.Core.obj'! (You can ignore this message when you have not written documentation for this member)
[3 sec] Warning: Could not find documentation for 'T:Microsoft.FSharp.Core.obj'! (You can ignore this message when you have not written documentation for this member)
[3 sec] Warning: Could not find documentation for 'T:Fake.AppVeyor.TestResultsType.MsTest'! (You can ignore this message when you have not written documentation for this member)
[3 sec] Warning: Could not find documentation for 'T:Fake.AppVeyor.TestResultsType.NUnit'! (You can ignore this message when you have not written documentation for this member) [3 sec] Warning: Could not find documentation for 'T:Fake.AppVeyor.TestResultsType.Xunit'! (You can ignore this message when you have not written documentation for this member)
[0 sec] received exception in MetadataFormat.Generate:
UnresolvedPathReferenceNoRange
("ICSharpCode.SharpZipLib","ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream")
Running build failed.
Error:
System.Exception: FSharp.Formatting "metadataformat" "--generate" "--outdir" "./docs/apidocs/" "--layoutroots" "./help/templates/" "./help/templates/reference/" "--sourceRepo" "https://github.com/fsharp/FAKE/blob/master" "--sourceFolder" "C:\dev\neoeinstein\FAKE" "--parameters" "page-description" "FAKE - F# Make" "page-author" "Steffen Forkmann, Mauricio Scheffer, Colin Bull" "project-author" "Steffen Forkmann, Mauricio Scheffer, Colin Bull" "github-link" "https://github.com/fsharp/FAKE" "project-github" "http://github.com/fsharp/fake" "project-nuget" "https://www.nuget.org/packages/FAKE" "root" "http://fsharp.github.io/FAKE" "project-name" "FAKE - F# Make" --dllfiles "C:\dev\neoeinstein\FAKE\build\FakeLib.dll" failed.
at Fake.FSharpFormatting.run@13-3.Invoke(String message) in C:\code\fake\src\app\FakeLib\FSharpFormattingHelper.fs:line 13
at Fake.FSharpFormatting.run(String command) in C:\code\fake\src\app\FakeLib\FSharpFormattingHelper.fs:line 13
at Fake.FSharpFormatting.CreateDocsForDlls(String outputDir, String templatesDir, IEnumerable`1 projectParameters, String sourceRepo, IEnumerable`1 dllFiles) in C:\code\fake\src\app\FakeLib\FSharpFormattingHelper.fs:line 44
at FSI_0001.Build.clo@93-4.Invoke(Unit _arg4) in C:\dev\neoeinstein\FAKE\build.fsx:line 120
at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in C:\code\fake\src\app\FakeLib\TargetHelper.fs:line 411
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment