Julian Feinauer created PLC4X-116:
-------------------------------------
Summary: Build fails locally during thrift phase
Key: PLC4X-116
URL: https://issues.apache.org/jira/browse/PLC4X-116
Project: Apache PLC4X
Issue Type: Bug
Affects Versions: 0.3.1
Reporter: Julian Feinauer
Assignee: Christofer Dutz
When I run
{code:bash}
mvn clean install
{code}
with the exception
{code:java}
[INFO] --- maven-thrift-plugin:0.1.11:compile (thrift-sources) @ plc4py ---
[ERROR] thrift failed output:
[ERROR] thrift failed error: /bin/sh:
/Users/julian/Develop/incubator-plc4x/plc4py/target/thrift-compiler/thrift: No
such file or directory
{code}
and when I run `mvn
-Pdevelopment,with-cpp,with-python,with-proxies,with-sandbox clean compile`
(like Jenkins does)
I get
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack
(unpack-protocol-spec) on project interop-server: Artifact has not been
packaged yet. When used on reactor artifact, unpack should be executed after
packaging: see MDEP-98. -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :interop-server
{code}
Is there something wrong with my setup?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)