Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report full paths when access is denied #242

Closed
agross opened this issue Oct 11, 2014 · 7 comments
Closed

Report full paths when access is denied #242

agross opened this issue Oct 11, 2014 · 7 comments
Labels

Comments

@agross
Copy link
Contributor

agross commented Oct 11, 2014

$ paket update
...
Paket failed with:
   Access to the path 'Google.Apis.Admin.Directory.directory_v1.xml' is denied.

What's the directory of the XML file?

@forki
Copy link
Member

forki commented Oct 11, 2014

How can I reproduce this?
On Oct 11, 2014 5:05 PM, "Alexander Groß" notifications@github.com wrote:

$ paket update
...
Paket failed with:
Access to the path 'Google.Apis.Admin.Directory.directory_v1.xml' is denied.

What's the directory of the XML file?


Reply to this email directly or view it on GitHub
#242.

@agross
Copy link
Contributor Author

agross commented Oct 11, 2014

Have VS lock a file ;) At least that's how I encountered the error.

Beste Grüße,

Alex

Alexander Groß
http://therightstuff.de/

On Sat, Oct 11, 2014 at 5:09 PM, Steffen Forkmann notifications@github.com
wrote:

How can I reproduce this?
On Oct 11, 2014 5:05 PM, "Alexander Groß" notifications@github.com
wrote:

$ paket update
...
Paket failed with:
Access to the path 'Google.Apis.Admin.Directory.directory_v1.xml' is
denied.

What's the directory of the XML file?


Reply to this email directly or view it on GitHub
#242.


Reply to this email directly or view it on GitHub
#242 (comment).

@forki
Copy link
Member

forki commented Oct 22, 2014

sorry can't reproduce

@agross
Copy link
Contributor Author

agross commented Oct 22, 2014

$ paket install
Paket version 0.9.1.0
NUnit 2.6.2 unzipped to packages\NUnit
00.94s - ready.

# take the lock now

$ paket update
Paket version 0.9.1.0
Parsing paket.dependencies
Resolving packages:
  - fetching versions for NUnit
    - exploring NUnit 2.6.3
Locked version resolutions written to paket.lock
Downloading NUnit 2.6.3 to NuGet\Cache\NUnit.2.6.3.nupkg
Paket failed with:
   The process cannot access the file 'nunit.framework.dll' because it is being used by another process.

@mexx
Copy link
Member

mexx commented Oct 22, 2014

The problem occurs while deleting the directory containing a locked file. Utils.cs:32

@forki forki added the bug label Oct 24, 2014
@forki forki closed this as completed in a22f5c0 Oct 24, 2014
@forki
Copy link
Member

forki commented Oct 24, 2014

Unfortunately I couldn't reproduce since the filelocker gives an error :-)

but I'm trusting @mexx on this.

@agross
Copy link
Contributor Author

agross commented Oct 24, 2014

Confirmed, paths are reported now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants