[
https://issues.apache.org/jira/browse/BAHIR-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15985515#comment-15985515
]
ASF GitHub Bot commented on BAHIR-112:
--------------------------------------
Github user ckadner commented on the issue:
https://github.com/apache/bahir-flink/pull/16
Second commit is to address **Scalastyle** check violations:
```Bash
mvn scalastyle:check -pl flink-connector-netty 2>&1 | grep "error file" |
sed "s|$(pwd)||g"
```
```
error
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/HttpReceiverSource.scala
message=File must end with newline character
error
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/NettyUtil.scala
message=Header does not match expected text line=2
error
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpHandler.scala
message=Header does not match expected text line=2
error
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpReceiverSource.scala
message=Header does not match expected text line=2
error
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpReceiverSource.scala
message=File must end with newline character
error
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpServer.scala
message=Header does not match expected text line=2
error
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpServer.scala
message=File must end with newline character
error
file=/flink-connector-netty/src/test/scala/org/apache/flink/streaming/connectors/netty/example/StreamSqlExample.scala
message=Header does not match expected text line=2
```
> Maven reports "No sources to compile" in flink-connector-netty
> --------------------------------------------------------------
>
> Key: BAHIR-112
> URL: https://issues.apache.org/jira/browse/BAHIR-112
> Project: Bahir
> Issue Type: Bug
> Components: Build, Flink Streaming Connectors
> Affects Versions: Flink-0.1
> Reporter: Christian Kadner
> Priority: Critical
>
> Run:
> {code}
> mvn clean test -pl flink-connector-netty | grep -A1 "maven-compile"
> {code}
> Output:
> {code}
> [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @
> flink-connector-netty_2.11 ---
> [INFO] No sources to compile
> --
> [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @
> flink-connector-netty_2.11 ---
> [INFO] No sources to compile
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)