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

"[ERROR] Failed to execute goal org.eolang:eo-maven-plugin:0.28.9:assemble" when running "eoc dataize hello" #79

Closed
EduardoFernandes1410 opened this issue Oct 7, 2022 · 3 comments

Comments

@EduardoFernandes1410
Copy link
Member

When executing "eoc dataize hello" on the hello world example from README.md, I get the following error message after several minutes (provided in pastebin due to the size of it):

https://pastebin.com/TirD0i7S

node version: v16.17.1
npm version: 8.15.0
java version: 17.0.4
javac version: 17.0.4
OS: ubuntu 22.04

@kerelape
Copy link
Member

kerelape commented Oct 8, 2022

Failed to execute org.eolang.maven.PullMojo: Failed while trying to save to
./home/eduardo/Documents/INNOPOLIS/EQSP/Project/Examples/.eoc/04-pull/org/eolang/sprintf.eo

Looks like you use sprintf as is. You have to either use it like QQ.txt.sprintf, or make an alias to it: +alias org.eolang.txt.sprintf

@EduardoFernandes1410
Copy link
Member Author

I'm using the code given as an example in the README.md of this repo. There is no sprintf, only stdout. Here is the full code:

[args...] > hello
  QQ.io.stdout > @
    "Hello, world!\n"

@yegor256
Copy link
Member

@EduardoFernandes1410 it's a known problem, seems to be closed already: objectionary/eo#1323

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

3 participants