-
Bug
-
Resolution: Done
-
Blocker
-
JDG 7.0.1 DR2
-
None
I'm trying to run the C# client tests, but the Swig code is not getting compiled, so the tests fail. Here is the output from the Jenkins job:
C:\home\jenkins\workspace\jdg-func-dotnet-client-windows\e465d7e2>call mvn -f C:\home\jenkins\workspace\jdg-func-dotnet-client-windows\e465d7e2\dotnet-client-tests\testdir\java_events -s C:\home\jenkins\workspace\jdg-func-dotnet-client-windows\e465d7e2\dotnet-client-tests\settings_mead_jdg.xml -Dversion.org.infinispan=8.3.1.DR2-redhat-1 clean package [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-readable POM C:\home\jenkins\workspace\jdg-func-dotnet-client-windows\e465d7e2\dotnet-client-tests\testdir\java_events: C:\home\jenkins\workspace\jdg-func-dotnet-client-windows\e465d7e2\dotnet-client-tests\testdir\java_events (The system cannot find the file specified) @ @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project (C:\home\jenkins\workspace\jdg-func-dotnet-client-windows\e465d7e2\dotnet-client-tests\testdir\java_events) has 1 error [ERROR] Non-readable POM C:\home\jenkins\workspace\jdg-func-dotnet-client-windows\e465d7e2\dotnet-client-tests\testdir\java_events: C:\home\jenkins\workspace\jdg-func-dotnet-client-windows\e465d7e2\dotnet-client-tests\testdir\java_events (The system cannot find the file specified) [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/ProjectBuildingException
I am working on recreating the environment, so I can get more details about the failure.