On Friday, March 7, 2014 12:08 PM, Øyvind Foshaug <[email protected]> wrote:
Hi,
when I try to compile the project
https://github.com/OpenGamma/OG-Platform.git
The following code:
....
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${version.exec-maven-plugin}</version>
<executions>
<execution>
<id>debug-nix-cpptasks-integration-tests-kill</id>
<phase>post-integration-test</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<skip>${skip.integration-tests-native}</skip>
<executable>exe-kill</executable>
<arguments>
<argument>${localTarget}/run/Debug/ServiceRunner</argument>
</arguments>
</configuration>
</execution>
</executions>
.....
gives this error
[exec] [INFO] --- exec-maven-plugin:1.1.1:exec
(debug-nix-cpptasks-integration-tests-kill) @ og-language-util ---
[exec] [INFO] /bin/sh: 1: exe-kill: not found
Maybe someone in this forum know a fix to this?
Thanks,
Oyvind