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

Resources folder has wrong name #14

Closed
furkan3ayraktar opened this issue Oct 31, 2018 · 1 comment
Closed

Resources folder has wrong name #14

furkan3ayraktar opened this issue Oct 31, 2018 · 1 comment
Assignees
Labels

Comments

@furkan3ayraktar
Copy link
Collaborator

Describe the bug
When created another component with the same interface, resources folder has the name of component not the interface. It should have the name of the interface.

To Reproduce
Steps to reproduce the behavior:

  1. Create a component (e.g. lein polylith create c user)
  2. Create another component with same interface (e.g. lein polylith create c user-2 user)
  3. Navigate to components/user-2/resources
  4. You'll see folder is named as user-2 instead of user

Expected behavior
Resource folder name should be same as interface name.

Operating System (please complete the following information):

  • OS: MacOS
  • Version: 10.14

Versions (please complete the following information):

  • Leiningen: 2.8.1
  • Java: 1.8.0_181
  • Polylith: 0.2.0

Additional context
This bug relates to changes happened in the v0.2.0 release.

@furkan3ayraktar
Copy link
Collaborator Author

Also related to this issue:

In the core-test namespace of the second component, when code requires core, it requires it with the component name (user-2) instead of interface name (user).

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

2 participants