You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kyle Weaver (Jira)" <ji...@apache.org> on 2020/05/11 20:18:00 UTC

[jira] [Updated] (BEAM-9950) cannot find symbol javax.annotation.Generated

     [ https://issues.apache.org/jira/browse/BEAM-9950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kyle Weaver updated BEAM-9950:
------------------------------
    Description: 
This happens when I run through Intellij but not when I run the same command on the command line, so it is presumably an issue with my Intellij setup. I am using Intellij 2019.2.4.

./gradlew :runners:flink:1.10:test --tests "org.apache.beam.runners.flink.translation.wrappers.streaming.io.UnboundedSourceWrapperTest$ParameterizedUnboundedSourceWrapperTest.testWatermarkEmission[*]"

.../apache/beam/model/pipeline/build/generated/source/proto/main/grpc/org/apache/beam/model/pipeline/v1/TestStreamServiceGrpc.java:20: error: cannot find symbol
@javax.annotation.Generated(
                 ^
  symbol:   class Generated
  location: package javax.annotation
1 error


  was:
This happens when I run through Intellij but not when I run the same command on the command line, so it is presumably an issue with my Intellij setup.

./gradlew :runners:flink:1.10:test --tests "org.apache.beam.runners.flink.translation.wrappers.streaming.io.UnboundedSourceWrapperTest$ParameterizedUnboundedSourceWrapperTest.testWatermarkEmission[*]"

.../apache/beam/model/pipeline/build/generated/source/proto/main/grpc/org/apache/beam/model/pipeline/v1/TestStreamServiceGrpc.java:20: error: cannot find symbol
@javax.annotation.Generated(
                 ^
  symbol:   class Generated
  location: package javax.annotation
1 error



> cannot find symbol javax.annotation.Generated
> ---------------------------------------------
>
>                 Key: BEAM-9950
>                 URL: https://issues.apache.org/jira/browse/BEAM-9950
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>            Reporter: Kyle Weaver
>            Priority: Minor
>
> This happens when I run through Intellij but not when I run the same command on the command line, so it is presumably an issue with my Intellij setup. I am using Intellij 2019.2.4.
> ./gradlew :runners:flink:1.10:test --tests "org.apache.beam.runners.flink.translation.wrappers.streaming.io.UnboundedSourceWrapperTest$ParameterizedUnboundedSourceWrapperTest.testWatermarkEmission[*]"
> .../apache/beam/model/pipeline/build/generated/source/proto/main/grpc/org/apache/beam/model/pipeline/v1/TestStreamServiceGrpc.java:20: error: cannot find symbol
> @javax.annotation.Generated(
>                  ^
>   symbol:   class Generated
>   location: package javax.annotation
> 1 error



--
This message was sent by Atlassian Jira
(v8.3.4#803005)