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
It's good repo for newbie to start to learn basic Akka. it's awesome repo:)
However, as I run mvn clean install -X I got the following error:
mvn clean install -X
[ERROR] Child module /home/user1/workspace_spm/akka-java-examples/channel of /home/user1/workspace_spm/akka-java-examples/pom.xml does not exist @
I saw you defined a channel sub module but there's no any channel in root folder, is persistent-channel?
channel
persistent-channel
The text was updated successfully, but these errors were encountered:
I'll test and commit, but I must've renamed it to persistent-channel and never changed the root pom. Thanks!
Sorry, something went wrong.
I think rename on here is work(I've tested it)
No branches or pull requests
It's good repo for newbie to start to learn basic Akka. it's awesome repo:)
However, as I run
mvn clean install -X
I got the following error:I saw you defined a
channel
sub module but there's no anychannel
in root folder, ispersistent-channel
?The text was updated successfully, but these errors were encountered: