Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

wildcards get confused when packages and directories share a name #11

Open
anutron opened this issue Sep 7, 2011 · 0 comments
Open

Comments

@anutron
Copy link

anutron commented Sep 7, 2011

If you were to checkout a packager project (say, MooTools Core) and put it in a directory that happens to equal the package name ('Core') then this expression would fail:

packager build Core/*

Because it would interpret this as an instruction to get files in that directory instead of from the package. Even if you do this:

packager build +components Core/*

You'll get the same error, something like this:

WARNING: The required component Core/Source could not be found.
WARNING: The required component Core/Tests could not be found.
WARNING: The required component Core/package.yml could not be found.
etc
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant