OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Module install message points to wrong path #850

Open orchardbot opened 13 years ago

orchardbot commented 13 years ago

@bradmi created: https://orchard.codeplex.com/workitem/17018

When successfully installing a module frm the gallery feed using the Gallery admin UI, it outputs this message: Successfully added 'Orchard.Module.Maps 0.5.0' to C:\OrchardHgLatest\src\Orchard.Web\

Shouldn't it say this? Successfully added 'Orchard.Module.Maps 0.5.0' to C:\OrchardHgLatest\src\Orchard.Web\Modules

Note, if I was installing a Theme I would expect it to point to the Themes folder instead.

orchardbot commented 13 years ago

@sebastienros commented:

This message comes from nuget itself, which doesn't know about modules & themes, but simply uncompresses the data at the project level. This can be done but will imply to forget all nuget messages.