'posix:permissions' not supported in Windows
Summary
'posix:permissions' not supported as initial attribute (In my OS in Windows)
Component
de.evoal.core.arff plungin
Steps to reproduce
Compiling on a windows operating system
Current Behaviour
The EvoAl is not compiling.
Expected Behavior
Should Compile
Relevant logs and/or screenshots
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] ArffPropertiesReaderTest.testSimpleArff:27 » UnsupportedOperation 'posix:permissions' not supported as initial attribute
[INFO]
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for EvoAl (Aggregation) 2024.10.0-rc1.999999:
[INFO]
[INFO] EvoAl (Aggregation) ................................ SUCCESS [ 1.364 s]
[INFO] EvoAl - Core ....................................... SUCCESS [ 0.048 s]
[INFO] EvoAl - Core - JUnit Helpers ....................... SUCCESS [ 7.889 s]
[INFO] EvoAl - Core - Main ................................ SUCCESS [ 9.123 s]
[INFO] EvoAl - Plugins .................................... SUCCESS [ 0.068 s]
[INFO] EvoAl - Plugins - ARFF support ..................... FAILURE [ 4.926 s]
[INFO] EvoAl - Plugins - Optimisation ..................... SKIPPED
[INFO] EvoAl - Plugins - Optimisation - EA ................ SKIPPED
[INFO] EvoAl - Plugins - Optimisation - PSO ............... SKIPPED
[INFO] EvoAl - Plugins - Generator - Main ................. SKIPPED
[INFO] EvoAl - Plugins - Surrogate - API .................. SKIPPED
[INFO] EvoAl - Plugins - Surrogate - Simple ............... SKIPPED
[INFO] EvoAl - Plugins - Surrogate - SMILE ................ SKIPPED
[INFO] EvoAl - Plugins - Surrogate - Adaption ............. SKIPPED
[INFO] EvoAl - Core - JaCoCo .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.595 s
[INFO] Finished at: 2024-08-07T14:24:24+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test) on project core.arff:
[ERROR]
[ERROR] Please refer to C:\Users\SOUMYAJIT\Downloads\evoal-core\src\evoal\plugins\de.evoal.core.arff\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :core.arff
Possible fixes
Replace posix permissions with something that works with Windows and Unix operating systems.
Contact Person
/cc @berber