Skip to content

"tns library add android" fails to resolve dependencies because faulty path to project.properties is used #779

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

Closed
ginev opened this issue Aug 13, 2015 · 1 comment
Labels
Milestone

Comments

@ginev
Copy link

ginev commented Aug 13, 2015

tns --version outputs 1.2.2

When adding a library to a NS project using tns library add android the library's dependencies are not correctly resolved because the path to the corresponding project.properties file is faulty. There is a whitespace between the dependency's path and the /project.properties token.

I think this commit has introduced the issue: 3919e82

@ginev ginev added the bug label Aug 13, 2015
@ginev
Copy link
Author

ginev commented Aug 13, 2015

It seems the issue is related to a whitespace which is part of the original project.properties file. This whitespace is a result of a recent change in the Android build scripts which will be investigated. Probably we could trim the reference tokens in the project.properties file to make sure such artifacts are omitted.

@Fatme Fatme modified the milestones: 1.3.0, 1.2.3 Aug 13, 2015
Fatme pushed a commit that referenced this issue Aug 13, 2015
@vchimev vchimev closed this as completed Aug 17, 2015
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