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

Fix #578 Update reference directory for server #579

Merged
merged 2 commits into from
May 30, 2017

Conversation

ljacomet
Copy link
Member

Move it to the server folder instead of the kit root. This allows
moving out server from a kit and use that as the set of files to copy
on different hosts.

Move it to the server folder instead of the kit root. This allows
moving out server from a kit and use that as the set of files to copy
on different hosts.
// XXX hack to have enterprise system tests to find license key under <ee-branch>/code/base
String baseDir = System.getProperty("tc.base-dir");
return new File(baseDir != null ? baseDir : ".", "../../../code/base");
return new File(System.getProperty("user.dir"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we are using this property TC_INSTALL_ROOT_IGNORE_CHECKS_PROPERTY_NAME, its better to remove it altogether instead of patching it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is still configured in build-parent/pom.xml and I did not want to start a big clean up here, just a minor removal. Filed #582 for this bigger clean up.

@myronkscott myronkscott merged commit aa49b2e into Terracotta-OSS:master May 30, 2017
@ljacomet ljacomet deleted the issue-578 branch May 30, 2017 21:05
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

Successfully merging this pull request may close these issues.

3 participants