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

Eclipse scala IDE shows errors related to BuildInfo and conf . workflow executor/assembly also fails #2

Open
dipankarkghosal opened this issue May 2, 2016 · 1 comment

Comments

@dipankarkghosal
Copy link

screen shot 2016-05-02 at 12 58 11 pm

screen shot 2016-05-02 at 12 58 54 pm

@wjur
Copy link
Contributor

wjur commented May 5, 2016

The error is caused by an SBT plugin that puts a commit's hash into the code. Since the .git directory is missing, I assume that you have downloaded the source code via "releases" subpage using one of the tags.

To solve the problem please checkout the repository.

git clone [email protected]:deepsense-io/seahorse-workflow-executor.git

If you want to use 1.0's code then please check out the appropriate tag:

git checkout v1.0.0

Also, consider checking out 1.1 branch as it contains new features and bugfixes. Furthermore, you can also take a look at master branch (our development branch).

If you are interested in using rather than building then probably you want to download a Vagrant image with ready-to-use Seahorse from http://seahorse.deepsense.io/downloads.html

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