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
When I run the command for example lang_39:
java -cp astor-1.1.0-jar-with-dependencies.jar fr.inria.main.evolution.AstorMain -mode jgenprog -srcjavafolder /src/java/ -srctestfolder /src/test/ -binjavafolder /target/classes/ - bintestfolder /target/test-classes/ -location /home/astor/Documents/A3/astor/examples/lang_39/
It doesn't return any answer, it just runs for a while and then finishes without giving any answer. This is what appeared on the console:
[astor@julia-note target]$ java -cp astor-1.1.0-jar-with-dependencies.jar fr.inria.main.evolution.AstorMain -mode jgenprog -srcjavafolder /src/java/ -srctestfolder /src/test / -binjavafolder /target/classes/ -bintestfolder /target/test-classes/ -location /home/astor/Documents/A3/astor/examples/lang_39/ [astor@julia-note target]$
What happened? How to proceed?
The text was updated successfully, but these errors were encountered:
https://logging.apache.org/log4j/log4j-2.4/manual/configuration.html Add the above xml file to the astor root folder (log4j2.xml) When you run it , java -cp target/astor-1.1.0-jar-with-dependencies.jar -Dlog4j.configurationFile=/home/linuxadmin/Desktop/astor/log4j2.xml
Idea was from the user-lapplislazuli , and it worked for me
Sorry, something went wrong.
No description provided.
No branches or pull requests
When I run the command for example lang_39:
java -cp astor-1.1.0-jar-with-dependencies.jar fr.inria.main.evolution.AstorMain -mode jgenprog -srcjavafolder /src/java/ -srctestfolder /src/test/ -binjavafolder /target/classes/ - bintestfolder /target/test-classes/ -location /home/astor/Documents/A3/astor/examples/lang_39/
It doesn't return any answer, it just runs for a while and then finishes without giving any answer.
This is what appeared on the console:
What happened? How to proceed?
The text was updated successfully, but these errors were encountered: