You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On mvn clean install step, there is an error regarding Source option 5 is no longer supported. Use 6 or later.
This appeared on Math-issue-309 and Math-issue-280, their pom.xml files' tags had to be updated from 1.5 to 1.6 and then the command works.
Running this command as is specified in the doc java -cp target/astor-*-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 /Users/trb/Documents/SideGigs/Patcher/astor/examples/Math-issue-309 -dependencies examples/Math-issue-309/lib
Results in the following log -
Steps to reproduce -
mvn clean install
step, there is an error regardingSource option 5 is no longer supported. Use 6 or later.
This appeared on
Math-issue-309
andMath-issue-280
, theirpom.xml
files' tags had to be updated from 1.5 to 1.6 and then the command works.java -cp target/astor-*-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 /Users/trb/Documents/SideGigs/Patcher/astor/examples/Math-issue-309 -dependencies examples/Math-issue-309/lib
Results in the following log -
There is no
patch.diff
file generated, either, as it should be according to the doc; in the output directory.The text was updated successfully, but these errors were encountered: