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

package folder depth for Java Server different than .Net Server #4

Open
jayeshpatel1 opened this issue May 31, 2013 · 1 comment
Open
Labels

Comments

@jayeshpatel1
Copy link

NuGet .Net Server finds packages located one level below the designated location, while NuGet standalone Java Server only looks for packages at the level we specify.

That is...
java -jar standalone-nuget-feed.jar /tmp/nuget_packages /url:http://localhost:8888/nuget/feed

would not find packages if we organize them under:
/tmp/nuget_packages/App1
/tmp/nuget_packages/App2
/tmp/nuget_packages/3rdParty

@jonnyzzz
Copy link
Member

jonnyzzz commented Jun 3, 2013

Please provide a patch for standalone-3 branch to cover the issue

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