GoogleCloudPlatform / GoogleCloudPlatform/appengine-java-standard

runtime-lite has not been added as maven module

Aperta
#23 2 commenti 0 reazioni 1 assegnatario Rivendicata da @lachlan-roberts Vedi su GitHub
Lingua principale
Java
Stelle
223
Fork
63
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

`runtime-lite` has not been added as a maven module and so it won't build with the rest of the project.

It needs an entry in the `` section of `runtime/pom.xml`, but when added it gives some compile errors

```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project runtime-lite: Compilation failure: Compilation failure:
[ERROR] appengine-java-standard/runtime/lite/src/test/java/com/google/appengine/runtime/lite/RequestManagerTest.java:[295,63] cannot find symbol
[ERROR] symbol: method getGeneratedRegistry()
[ERROR] location: class com.google.protobuf.ExtensionRegistry
[ERROR] appengine-java-standard/runtime/lite/src/test/java/com/google/appengine/runtime/lite/RequestManagerTest.java:[334,63] cannot find symbol
[ERROR] symbol: method getGeneratedRegistry()
[ERROR] location: class com.google.protobuf.ExtensionRegistry
[ERROR] -> [Help 1]
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.