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

Deployment #22

Closed
avouros opened this issue Jun 19, 2016 · 1 comment
Closed

Deployment #22

avouros opened this issue Jun 19, 2016 · 1 comment
Assignees
Labels

Comments

@avouros
Copy link
Collaborator

avouros commented Jun 19, 2016

In order for the code to be deployed all files (apart from the ones inside the import folder) must exist inside the project home folder and not separate folders.

image.

This issue is caused because the following set of commands (which add all folders/subfolders/files of the project home folder to the matlab path):

        main_path = cd(fileparts(mfilename('fullpath')));
        addpath(genpath(main_path));

do not cope with the deployed version of the program.

Solution: All the .m files inside the folders must be called each time they are needed (by using dynamic paths and the ''ctfroot'' command).

This solution will be implemented in the future.

@avouros
Copy link
Collaborator Author

avouros commented Aug 20, 2016

Issue moved to: #39

@avouros avouros closed this as completed Aug 20, 2016
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