-
Notifications
You must be signed in to change notification settings - Fork 4
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
Capistrano builds for various targets & sub-projects #21
Comments
Recommend compile and assembly (via sbt) happen on the dev system (wherever the |
The JAR uploads in PR #25 worked last night. It is too slow to do the uploads, it should be much faster to build stuff on each remote system, in parallel. It certainly is faster to build it once on the laptop, but the uploads are a killer. I'm going to start work on an alternative to PR #25 that builds on the remote systems. The first build will be expensive, but once the ivy packages are cached, it should be much faster. |
The Stardog deployment is working OK in PR #30, although there are some problems with the assembly because the banana-rdf dependency is not properly published for our version of scala. @atz submitted an issue to get it published and they did it, see @Maatari - we need to use that published artifact; are we using it or not? |
sbt
installed (or the deploy must be able to install it?)The text was updated successfully, but these errors were encountered: