--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/r5JNlfkqq94/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
Hi,We are tracking this issue internally...Only on windows, and if your app is using some JSP right?It's a combination of 2 things: the api jar becoming too big (we will compress it soon), and the jspc compiler keeping a lock on the files in the jspc classpath, making the api jar not deletable (we do not need to upload it to the runtime server)... Windows file locking system makes the locked file non deletable...Until we push a new SDK, the only workaround would be for you to modify your local SDK this way:1/ unjar the impacted jar.2/ rejar it with the jar command default (i.e compression) and making sure you keep all the META-INF manifest (using the m flag) content in the new jar. It contains critical info for the processing.This will workaround the issue, while waiting for a new push.
--
Do you mind to share a bit on how you integrated APN ?Did you write the APN code yourself or use existing code?I need to implement APN in Python as well.I was using: https://github.com/samuraisam/pyapnsNow I am thinking modify the code here:
Yes, without success.
François Masurel