Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

DirectoryNotFound when attempting to ignore package folder #144

Open
hach-que opened this issue Dec 28, 2015 · 0 comments
Open

DirectoryNotFound when attempting to ignore package folder #144

hach-que opened this issue Dec 28, 2015 · 0 comments
Labels
Projects

Comments

@hach-que
Copy link
Member

System.IO.DirectoryNotFoundException: Could not find a part of the path "/Users/june/Documents/Prototest/.git/info/exclude".
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x1a03aa0 + 0x0021d> in <filename unknown>:0 
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, System.String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) <0x1a039d0 + 0x0004f> in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
  at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) <0x18550d0 + 0x000df> in <filename unknown>:0 
  at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) <0x1855080 + 0x00042> in <filename unknown>:0 
  at System.IO.StreamReader..ctor (System.String path, Boolean detectEncodingFromByteOrderMarks) <0x1854f90 + 0x00046> in <filename unknown>:0 
  at System.IO.StreamReader..ctor (System.String path) <0x1854f50 + 0x0002c> in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string)
  at Protobuild.GitUtils.GetFileStringList (System.String excludePath) <0x50cbde0 + 0x0006f> in <filename unknown>:0 
  at Protobuild.GitUtils.MarkIgnored (System.String folder) <0x50cbc48 + 0x00037> in <filename unknown>:0 
  at Protobuild.BinaryPackageResolve.ResolveLibraryBinary (ICachableBinaryPackageMetadata protobuildMetadata, System.String folder, Boolean forceUpgrade, System.Func`1 getBinaryPackage) <0x50cb558 + 0x0012f> in <filename unknown>:0 
  at Protobuild.BinaryPackageResolve.ResolveProtobuild (Protobuild.ProtobuildPackageMetadata protobuildMetadata, System.String folder, System.String templateName, Boolean forceUpgrade) <0x50cb2d0 + 0x00197> in <filename unknown>:0 
  at Protobuild.BinaryPackageResolve.Resolve (IPackageMetadata metadata, System.String folder, System.String templateName, Boolean forceUpgrade) <0x50cb168 + 0x00087> in <filename unknown>:0 
  at Protobuild.Internal.ProtobuildPackageProtocol.<ResolveSource>b__6_0 (IPackageMetadata metadata, System.String folder, System.String name, Boolean upgrade, Nullable`1 source) <0x50cb0b0 + 0x00093> in <filename unknown>:0 
  at Protobuild.PackageManager.Resolve (Protobuild.ModuleInfo module, PackageRef reference, System.String platform, System.String templateName, Nullable`1 source, Boolean forceUpgrade) <0x2ec3108 + 0x00793> in <filename unknown>:0 
  at Protobuild.PackageManager.ResolveAll (Protobuild.ModuleInfo module, System.String platform) <0x2ec1dc0 + 0x001cb> in <filename unknown>:0 
  at Protobuild.ActionDispatch.PerformAction (Protobuild.ModuleInfo module, System.String action, System.String platform, System.String[] enabledServices, System.String[] disabledServices, System.String serviceSpecPath, Boolean debugServiceResolution, Boolean disablePackageResolution, Boolean disableHostPlatformGeneration) <0x2ec02d0 + 0x00559> in <filename unknown>:0 
  at Protobuild.GenerateCommand.Execute (Protobuild.Execution execution) <0x2ec0140 + 0x000e7> in <filename unknown>:0 
  at Protobuild.MainClass.Main (System.String[] args) <0x756220 + 0x0109a> in <filename unknown>:0 
@hach-que hach-que added the Bug label Dec 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Roadmap
Not on Roadmap
Development

No branches or pull requests

1 participant