Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Appengine cloud endpoints client generation not generating source jar file

GAE version: 1.8.2

The client library is not getting generated from morning today. I have tried deleting the endpoints-lib directory and tried re-generating the client code. No help.

  1. The important thing is that there is no error in the log!
  2. The .properties file has this content:

    src=../libs-sources/nabthethief-deviceinfoendpoint-v1-20130726061953-java-1.15.0-rc-sources.jar

But there is no such file! I think this is where the source is to be generated and that file is absent.

As a result, all my imports (related to the library) are failing and all I see in my code-base are errors.

Anyone experiencing the same? Please help.

like image 774
Rahim Avatar asked Oct 22 '22 04:10

Rahim


1 Answers

A breaking change was introduced and has been rolled back. The root cause is still under investigation, but you should see the correct behavior now.

like image 66
Dan Holevoet Avatar answered Oct 24 '22 02:10

Dan Holevoet