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

Problem with example section "Test Nanite (finally)" #2

Closed
masonlee opened this issue Apr 25, 2009 · 2 comments
Closed

Problem with example section "Test Nanite (finally)" #2

masonlee opened this issue Apr 25, 2009 · 2 comments

Comments

@masonlee
Copy link

Looks like the file "nanite/examples/cli.rb" got moved to "nanite/examples/simpleagent/cli.rb". This causes two problems:

First, it breaks a path in cli.rb:

"require File.dirname(FILE) + '/../lib/nanite'" should become
"require File.dirname(FILE) + '/../../lib/nanite'"

Second, the tutorial code on the main webpage in the section "Test Nanite (finally)" needs to change from "cd examples; ./cli.rb;" to "cd examples/simpleagent; ./cli.rb"

@kennethkalmer
Copy link
Contributor

Updated in my branch and applied by ezmobius. Could be closed now

@masonlee
Copy link
Author

looks good. thanks!

This issue was closed.
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