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

Sync having problems with linked folders #32

Open
eproxus opened this issue May 16, 2014 · 2 comments
Open

Sync having problems with linked folders #32

eproxus opened this issue May 16, 2014 · 2 comments
Milestone

Comments

@eproxus
Copy link

eproxus commented May 16, 2014

I'm having a release generated with Relx's dev mode (app folders in release/lib are just folders linked to apps/, e.g. release/lib/$APP-1.0 is a link to apps/$APP). Sync cannot reload changed source files and beam files that are changed in the original folder.

What works:

  • Touching the beam file in $RELEASE/lib/$APP/ebin/module.beam

What doesn't work:

  • Touching the beam file in apps/$APP/ebin/module.beam
  • Touching the src file in release/lib/$APP/src/module.erl
  • Touching the src file in apps/$APP/src/module.erl
@choptastic
Copy link
Collaborator

Thanks for the report, Adam.

When you say "link", do you mean a symlink? (Forgive me, I haven't used
relx).

On Fri, May 16, 2014 at 8:56 AM, Adam Lindberg [email protected]:

I'm having a release generated with Relx's dev mode (app folders in
release/lib are just folders linked to apps/, e.g. release/lib/$APP-1.0is a link to
apps/$APP). Sync cannot reload changed source files and beam files that
are changed in the original folder.

What works:

  • Touching the beam file in $RELEASE/lib/$APP/ebin/module.beam

What doesn't work:

  • Touching the beam file in apps/$APP/ebin/module.beam
  • Touching the src file in release/lib/$APP/src/module.erl
  • Touching the src file in apps/$APP/src/module.erl


Reply to this email directly or view it on GitHubhttps://github.com//issues/32
.

Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

@eproxus
Copy link
Author

eproxus commented May 19, 2014

Yes. 😄

@choptastic choptastic added this to the 1.0.0 milestone Oct 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants