We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just did a pull, last commit is:
commit 4fe3d02 Author: James Earl Douglas james@earldouglas.com Date: Mon May 30 10:23:11 2011 -0700
extract RefMap into its own class file
I then try the Twitter demo, but get the following errors:
$ sbt
twitter-demo [info] [info] == twitter-demo == [info] Source analysis: 1 new/modified, 0 indirectly invalidated, 0 removed. [info] Compiling main sources... [error] /Users/ian/workspace/Swarm/swarm-twitter/node1/src/main/scala/swarm/twitter/SwarmTwitter.scala:3: not found: type SwarmTwitterTemplate [error] class SwarmTwitter extends SwarmTwitterTemplate("node1", 9998, 9997) [error] ^ [error] /Users/ian/workspace/Swarm/swarm-twitter/node1/src/main/scala/swarm/twitter/SwarmTwitter.scala:3: too many arguments for constructor Object: ()java.lang.Object [error] class SwarmTwitter extends SwarmTwitterTemplate("node1", 9998, 9997) [error] ^ [error] two errors found [info] Source analysis: 1 new/modified, 0 indirectly invalidated, 0 removed. [info] Compiling main sources... [error] /Users/ian/workspace/Swarm/swarm-twitter/node2/src/main/scala/swarm/twitter/SwarmTwitter.scala:3: not found: type SwarmTwitterTemplate [error] class SwarmTwitter extends SwarmTwitterTemplate("node2", 9997, 9998) [error] ^ [error] /Users/ian/workspace/Swarm/swarm-twitter/node2/src/main/scala/swarm/twitter/SwarmTwitter.scala:3: too many arguments for constructor Object: ()java.lang.Object [error] class SwarmTwitter extends SwarmTwitterTemplate("node2", 9997, 9998) [error] ^ [error] two errors found [info] == twitter-demo == [success] Successful.
The text was updated successfully, but these errors were encountered:
The twitter-demo command does not have an implicit compile command built-in, though this would be very nice to have.
Try running compile first:
compile twitter-demo
Sorry, something went wrong.
I'm an idiot, I assumed that running the demo would trigger recompilation.
Ian.
On Mon, May 30, 2011 at 3:11 PM, JamesEarlDouglas < reply@reply.github.com>wrote:
The twitter-demo command does not have an implicit compile command built-in, though this would be very nice to have. Try running compile first: $ sbt compile twitter-demo Reply to this email directly or view it on GitHub: #5 (comment)
Reply to this email directly or view it on GitHub: #5 (comment)
Ian Clarke CEO, Uprizer Labs LLC Email: ian@uprizer.com Ph: +1 512 422 3588
I updated the sbt configuration so that running twitter-demo automatically runs compile when necessary.
twitter-demo
compile
No branches or pull requests
Just did a pull, last commit is:
commit 4fe3d02
Author: James Earl Douglas james@earldouglas.com
Date: Mon May 30 10:23:11 2011 -0700
I then try the Twitter demo, but get the following errors:
$ sbt
The text was updated successfully, but these errors were encountered: