[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-25 Thread admin msangel
Please update GAE plugin version in last archetype. I mean
mvn archetype:generate -DarchetypeGroupId=com.google.appengine.archetypes -
DarchetypeArtifactId=guestbook-archetype
and else must include 1.7.7.1 version instead of 1.7.7

-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-20 Thread blackpawn
After updating to 1.7.7 my server no longer works and all requests fail 
with: 

Traceback (most recent call last):
  File 
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver.py,
 
line 3001, in _HandleRequest
outfile = cStringIO.StringIO()
  File 
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver.py,
 
line 2870, in _Dispatch
  File 
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver.py,
 
line 719, in Dispatch
base_env_dict=base_env_dict)
  File 
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver.py,
 
line 1803, in Dispatch
return 'CGI dispatcher'
  File 
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver.py,
 
line 1632, in ExecuteCGI
OSError: [Errno 2] No such file or directory

I'm not sure what file or directory the error is referring to.  I had a 
working install of 1.7.6, clicked to update, now it just fails without much 
hint of what I should do to fix things.  Anyone else hit this or have a tip 
what may be wrong now?

-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-17 Thread husayt
Hi,
is there any progress on releasing an update for 1.7.7?  This issue with 
jar splitting is stopping us from switching to 1.7.7.

Thanks.


On Thursday, 11 April 2013 19:45:42 UTC+1, Takashi Matsuo (Google) wrote:

 On Thu, Apr 11, 2013 at 10:49 AM, Ludovic Champenois 
 lu...@google.comjavascript:
  wrote:

 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.


 To clarify, we're going to release a minor update for 1.7.7. For the 
 meantime, you can re-jar the file as follows:
  
 cd to the working directory
 $ jar xf somewhere\appengine-java-sdk-1.7.7\lib\user\
 appengine-api-1.0-sdk-1.7.7.**jar
 $ jar cfm somewhere\appengine-api-1.0-sdk-1.7.7.**jar 
 META-INF/MANIFEST.MF *
 and replace the old jar with the newly created one.

 Sorry for the inconvenience.





 On Wednesday, April 10, 2013 2:35:01 PM UTC-7, Francois MASUREL wrote:

 Yes, without success.


 François Masurel


 On Wed, Apr 10, 2013 at 11:28 PM, Takashi Matsuo tma...@google.comwrote:

  Hi Francois,

 Thanks for the report. Have you tried it with --enable_jar_splitting?


 On Wed, Apr 10, 2013 at 1:59 PM, Francois Masurel f.ma...@gmail.comwrote:

  Getting also the same appengine-api-1.0-sdk-1.**7.7.**jar is too 
 large error.

 I'm on Windows 7 x64 with latest GAE and Java 7 SDK and 
 the appengine-api-1.0-sdk-1.7.**7.**jar is 30.6MB big.

 Thanx for your help.

 François


 On Wednesday, April 10, 2013 9:15:04 PM UTC+2, Sekhar wrote:

 I'm getting a appengine-api-1.0-sdk-1.7.7.**j**ar is too large 
 error when deploying. Are we expected to split this manually or is there 
 a 
 workaround?

 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven 
 Plugin, and Outbound Sockets.  We're also happy to announce that we 
 have 
 removed the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspo**t.com/2013/04/app-**engine-177-**
 released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkReleaseNote**
 s http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkForJavaRele**
 aseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**goog**leappengine/wiki/**SdkForGoRelea**
 seNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  -- 
 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=enhttp://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .
  
  




 -- 
 Takashi Matsuo | Developers Programs Engineer | tma...@google.com
  
 -- 
 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=enhttps://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.
 To post to this group, send email to google-a...@googlegroups.**com.

 Visit this group at http://groups.google.com/**
 group/google-appengine?hl=enhttp://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .
  
  


  -- 
 You received this message because you are 

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-16 Thread ludovic Champenois

On 4/10/13 2:35 PM, Francois MASUREL wrote:

Yes, without success.


François Masurel


Hi,

The Java App Engine 1.7.7.1 SDK is now available with a fix for this 
windows specific issue. The Eclipse SDK plugin, as well as the App 
Engine Maven plugin have also been updated.


Happy coding...



On Wed, Apr 10, 2013 at 11:28 PM, Takashi Matsuo tmat...@google.com 
mailto:tmat...@google.com wrote:


Hi Francois,

Thanks for the report. Have you tried it with --enable_jar_splitting?


On Wed, Apr 10, 2013 at 1:59 PM, Francois Masurel
f.masu...@gmail.com mailto:f.masu...@gmail.com wrote:

Getting also the same appengine-api-1.0-sdk-1.7.7.jar is too
large error.

I'm on Windows 7 x64 with latest GAE and Java 7 SDK and
the appengine-api-1.0-sdk-1.7.7.jar is 30.6MB big.

Thanx for your help.

François


On Wednesday, April 10, 2013 9:15:04 PM UTC+2, Sekhar wrote:

I'm getting a appengine-api-1.0-sdk-1.7.7.jar is too
large error when deploying. Are we expected to split this
manually or is there a workaround?

On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond
Manzana wrote:

Hi everyone,

We're happy to announce that we have released the
1.7.7 SDK.

This release includes new features such as updates to
the Maven Plugin, and Outbound Sockets.  We're also
happy to announce that we have removed the weekly
$2.10 minimum spend for billing enabled apps :)

For more details, please read our blog post and
release notes.

Announcement:

http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

Releae notes for Python:
http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

Release notes for Java:

http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

Release notes for Go:

https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

Cheers!

Richmond Manzana
Technical Program Manager
Google App Engine

-- 
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-appengine+unsubscr...@googlegroups.com
mailto:google-appengine%2bunsubscr...@googlegroups.com.
To post to this group, send email to
google-appengine@googlegroups.com
mailto:google-appengine@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.





-- 
Takashi Matsuo | Developers Programs Engineer | tmat...@google.com

mailto:tmat...@google.com
-- 
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-appengine+unsubscr...@googlegroups.com
mailto:google-appengine%2bunsubscr...@googlegroups.com.
To post to this group, send email to
google-appengine@googlegroups.com
mailto:google-appengine@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-appengine+unsubscr...@googlegroups.com.

To post to this group, send email to google-appengine@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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread mike
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/pyapns

Now I am thinking modify the code here: 
https://github.com/simonwhitaker/PyAPNs 


On Friday, April 12, 2013 9:50:23 PM UTC-4, Rafael Sanches wrote:

 Thanks for this guys. 

 We have integrated apple's push system and it seems to work great! 

 Eliminating an external server reduces our app development complexity by a 
 lot.

 thanks!
 rafa


 On Fri, Apr 12, 2013 at 1:32 PM, Vinny P vinn...@gmail.com 
 javascript:wrote:

 Richmond  AppEngine team,

 If you're ever in the Chicago area, look me up and I'll buy you a beer. 
 I've been waiting for outbound sockets for years!

 A quick issue though: Can you make it explicitly clear in the Sockets API 
 Overview 
 https://developers.google.com/appengine/docs/java/sockets/overview that 
 developers have to include the JavaMail JARs if they need to access 
 IMAP/POP3/SMTP via Javamail? I say this because 
 https://developers.google.com/appengine/docs/java/mail/overview#Sending_Mail_with_the_JavaMail_API
  states 
 *Do not add Oracle®'s JavaMail JARs to your app.* I realize that's an 
 entirely different section, but it makes people believe that AppEngine 
 already packages the full JavaMail library, when truly it doesn't repackage 
 the Provider classes. It would also be fine if you skipped the notice and 
 included the Provider libraries within the AppEngine SDK.

 Thanks
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 @GOV on AppDotNet: https://alpha.app.net/gov


 On Tuesday, April 9, 2013 5:44:38 PM UTC-5, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspot.com/2013/04/app-**
 engine-177-released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googleappengine/wiki/**SdkForJavaReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  -- 
 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 javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread Jeff Schnitzer
Can't help you with python, but this bit of Java code works great for me
(called via the task queue). It uses this library:

https://github.com/notnoop/java-apns

Code:

@Singleton
public class PushService {

/** */
ApnsService service = APNS.newService()
.withCert(this.getClass().getResourceAsStream(CERT), CERT_PW)
.withProductionDestination()
.withNoErrorDetection()
.build();

/**
 * @param sound can be null
 * @param badge can be null
 */
synchronized public void push(String token, String message, String sound,
Integer badge) {
PayloadBuilder bld = APNS.newPayload().alertBody(message);

if (sound != null)
bld = bld.sound(sound);

if (badge != null)
bld = bld.badge(badge);

String payload = bld.build();

service.push(token, payload);
}
}



On Sun, Apr 14, 2013 at 7:58 PM, mike mike...@gmail.com wrote:

 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/pyapns

 Now I am thinking modify the code here:
 https://github.com/simonwhitaker/PyAPNs



 On Friday, April 12, 2013 9:50:23 PM UTC-4, Rafael Sanches wrote:

 Thanks for this guys.

 We have integrated apple's push system and it seems to work great!

 Eliminating an external server reduces our app development complexity by
 a lot.

 thanks!
 rafa


 On Fri, Apr 12, 2013 at 1:32 PM, Vinny P vinn...@gmail.com wrote:

 Richmond  AppEngine team,

 If you're ever in the Chicago area, look me up and I'll buy you a beer.
 I've been waiting for outbound sockets for years!

 A quick issue though: Can you make it explicitly clear in the Sockets
 API Overview https://developers.**google.com/appengine/docs/**
 java/sockets/overviewhttps://developers.google.com/appengine/docs/java/sockets/overview
  that
 developers have to include the JavaMail JARs if they need to access
 IMAP/POP3/SMTP via Javamail? I say this because https://developers.**
 google.com/appengine/docs/**java/mail/overview#Sending_**
 Mail_with_the_JavaMail_APIhttps://developers.google.com/appengine/docs/java/mail/overview#Sending_Mail_with_the_JavaMail_API
  **states *Do not add Oracle®'s JavaMail JARs to your app.* I realize
 that's an entirely different section, but it makes people believe that
 AppEngine already packages the full JavaMail library, when truly it doesn't
 repackage the Provider classes. It would also be fine if you skipped the
 notice and included the Provider libraries within the AppEngine SDK.

 Thanks
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 @GOV on AppDotNet: https://alpha.app.net/gov


 On Tuesday, April 9, 2013 5:44:38 PM UTC-5, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin,
 and Outbound Sockets.  We're also happy to announce that we have removed
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspo**t.com/2013/04/app-**engine-177-**
 released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkReleaseNote**shttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkForJavaRele**
 aseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**goog**leappengine/wiki/**SdkForGoRelea**
 seNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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=enhttp://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://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-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@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 

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread Rafael Sanches
Jeff,

I use the same library, but I had to change their source code, specially
the part where it create threads. It should use appengine threadfactory
instead.

Here's my issue comment: https://github.com/notnoop/java-apns/issues/101

I will submit a patch soon, but I'm tight on schedule.

I have talked too soon about sockets being working nice. Yesterday I have
reached max quota on the sockets creation. I don't see why there's a quota
at all. It means that I can't send APNS pushes as much as other HTTP
integrated api's.

thanks
rafa


On Mon, Apr 15, 2013 at 8:25 AM, Jeff Schnitzer j...@infohazard.org wrote:

 Can't help you with python, but this bit of Java code works great for me
 (called via the task queue). It uses this library:

 https://github.com/notnoop/java-apns

 Code:

 @Singleton
 public class PushService {

 /** */
 ApnsService service = APNS.newService()
  .withCert(this.getClass().getResourceAsStream(CERT), CERT_PW)
 .withProductionDestination()
 .withNoErrorDetection()
  .build();

 /**
  * @param sound can be null
  * @param badge can be null
  */
 synchronized public void push(String token, String message, String sound,
 Integer badge) {
  PayloadBuilder bld = APNS.newPayload().alertBody(message);

 if (sound != null)
 bld = bld.sound(sound);

 if (badge != null)
 bld = bld.badge(badge);

 String payload = bld.build();

 service.push(token, payload);
 }
 }



 On Sun, Apr 14, 2013 at 7:58 PM, mike mike...@gmail.com wrote:

 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/pyapns

 Now I am thinking modify the code here:
 https://github.com/simonwhitaker/PyAPNs



 On Friday, April 12, 2013 9:50:23 PM UTC-4, Rafael Sanches wrote:

 Thanks for this guys.

 We have integrated apple's push system and it seems to work great!

 Eliminating an external server reduces our app development complexity by
 a lot.

 thanks!
 rafa


 On Fri, Apr 12, 2013 at 1:32 PM, Vinny P vinn...@gmail.com wrote:

 Richmond  AppEngine team,

 If you're ever in the Chicago area, look me up and I'll buy you a beer.
 I've been waiting for outbound sockets for years!

 A quick issue though: Can you make it explicitly clear in the Sockets
 API Overview https://developers.**google.com/appengine/docs/**
 java/sockets/overviewhttps://developers.google.com/appengine/docs/java/sockets/overview
  that
 developers have to include the JavaMail JARs if they need to access
 IMAP/POP3/SMTP via Javamail? I say this because https://developers.**
 google.com/appengine/docs/**java/mail/overview#Sending_**
 Mail_with_the_JavaMail_APIhttps://developers.google.com/appengine/docs/java/mail/overview#Sending_Mail_with_the_JavaMail_API
  **states *Do not add Oracle®'s JavaMail JARs to your app.* I
 realize that's an entirely different section, but it makes people believe
 that AppEngine already packages the full JavaMail library, when truly it
 doesn't repackage the Provider classes. It would also be fine if you
 skipped the notice and included the Provider libraries within the AppEngine
 SDK.

 Thanks
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 @GOV on AppDotNet: https://alpha.app.net/gov


 On Tuesday, April 9, 2013 5:44:38 PM UTC-5, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven
 Plugin, and Outbound Sockets.  We're also happy to announce that we have
 removed the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspo**t.com/2013/04/app-**engine-177-**
 released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkReleaseNote**shttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkForJavaRele**
 aseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**goog**leappengine/wiki/**SdkForGoRelea**
 seNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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=enhttp://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit 
 

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread Rafael
Jeff,

I use the same library, but I had to change their source code, specially
the part where it create threads. It should use appengine threadfactory
instead.

Here's my issue comment: https://github.com/notnoop/java-apns/issues/101

I will submit a patch soon, but I'm tight on schedule.

I have talked too soon about sockets being working nice. Yesterday I have
reached max quota on the sockets creation. I don't see why there's a quota
at all. It means that I can't send APNS pushes as much as other HTTP
integrated api's.

thanks
rafa


On Mon, Apr 15, 2013 at 8:25 AM, Jeff Schnitzer j...@infohazard.org wrote:

 Can't help you with python, but this bit of Java code works great for me
 (called via the task queue). It uses this library:

 https://github.com/notnoop/java-apns

 Code:

 @Singleton
 public class PushService {

 /** */
 ApnsService service = APNS.newService()
  .withCert(this.getClass().getResourceAsStream(CERT), CERT_PW)
 .withProductionDestination()
 .withNoErrorDetection()
  .build();

 /**
  * @param sound can be null
  * @param badge can be null
  */
 synchronized public void push(String token, String message, String sound,
 Integer badge) {
  PayloadBuilder bld = APNS.newPayload().alertBody(message);

 if (sound != null)
 bld = bld.sound(sound);

 if (badge != null)
 bld = bld.badge(badge);

 String payload = bld.build();

 service.push(token, payload);
 }
 }



 On Sun, Apr 14, 2013 at 7:58 PM, mike mike...@gmail.com wrote:

 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/pyapns

 Now I am thinking modify the code here:
 https://github.com/simonwhitaker/PyAPNs



 On Friday, April 12, 2013 9:50:23 PM UTC-4, Rafael Sanches wrote:

 Thanks for this guys.

 We have integrated apple's push system and it seems to work great!

 Eliminating an external server reduces our app development complexity by
 a lot.

 thanks!
 rafa


 On Fri, Apr 12, 2013 at 1:32 PM, Vinny P vinn...@gmail.com wrote:

 Richmond  AppEngine team,

 If you're ever in the Chicago area, look me up and I'll buy you a beer.
 I've been waiting for outbound sockets for years!

 A quick issue though: Can you make it explicitly clear in the Sockets
 API Overview https://developers.**google.com/appengine/docs/**
 java/sockets/overviewhttps://developers.google.com/appengine/docs/java/sockets/overview
  that
 developers have to include the JavaMail JARs if they need to access
 IMAP/POP3/SMTP via Javamail? I say this because https://developers.**
 google.com/appengine/docs/**java/mail/overview#Sending_**
 Mail_with_the_JavaMail_APIhttps://developers.google.com/appengine/docs/java/mail/overview#Sending_Mail_with_the_JavaMail_API
  **states *Do not add Oracle®'s JavaMail JARs to your app.* I
 realize that's an entirely different section, but it makes people believe
 that AppEngine already packages the full JavaMail library, when truly it
 doesn't repackage the Provider classes. It would also be fine if you
 skipped the notice and included the Provider libraries within the AppEngine
 SDK.

 Thanks
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 @GOV on AppDotNet: https://alpha.app.net/gov


 On Tuesday, April 9, 2013 5:44:38 PM UTC-5, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven
 Plugin, and Outbound Sockets.  We're also happy to announce that we have
 removed the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspo**t.com/2013/04/app-**engine-177-**
 released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkReleaseNote**shttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkForJavaRele**
 aseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**goog**leappengine/wiki/**SdkForGoRelea**
 seNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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=enhttp://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit 
 

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-15 Thread Jeff Schnitzer
FYI, using withNoErrorDetection() it works on GAE out of the box.

But it would probably be nice to have that feature working.

Jeff


On Mon, Apr 15, 2013 at 4:51 PM, Rafael mufumb...@gmail.com wrote:

 Jeff,

 I use the same library, but I had to change their source code, specially
 the part where it create threads. It should use appengine threadfactory
 instead.

 Here's my issue comment: https://github.com/notnoop/java-apns/issues/101

 I will submit a patch soon, but I'm tight on schedule.

 I have talked too soon about sockets being working nice. Yesterday I have
 reached max quota on the sockets creation. I don't see why there's a quota
 at all. It means that I can't send APNS pushes as much as other HTTP
 integrated api's.

 thanks
 rafa


 On Mon, Apr 15, 2013 at 8:25 AM, Jeff Schnitzer j...@infohazard.orgwrote:

 Can't help you with python, but this bit of Java code works great for me
 (called via the task queue). It uses this library:

 https://github.com/notnoop/java-apns

 Code:

 @Singleton
 public class PushService {

 /** */
 ApnsService service = APNS.newService()
  .withCert(this.getClass().getResourceAsStream(CERT), CERT_PW)
 .withProductionDestination()
 .withNoErrorDetection()
  .build();

 /**
  * @param sound can be null
  * @param badge can be null
  */
 synchronized public void push(String token, String message, String sound,
 Integer badge) {
  PayloadBuilder bld = APNS.newPayload().alertBody(message);

 if (sound != null)
 bld = bld.sound(sound);

 if (badge != null)
 bld = bld.badge(badge);

 String payload = bld.build();

 service.push(token, payload);
 }
 }



 On Sun, Apr 14, 2013 at 7:58 PM, mike mike...@gmail.com wrote:

 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/pyapns

 Now I am thinking modify the code here:
 https://github.com/simonwhitaker/PyAPNs



 On Friday, April 12, 2013 9:50:23 PM UTC-4, Rafael Sanches wrote:

 Thanks for this guys.

 We have integrated apple's push system and it seems to work great!

 Eliminating an external server reduces our app development complexity
 by a lot.

 thanks!
 rafa


 On Fri, Apr 12, 2013 at 1:32 PM, Vinny P vinn...@gmail.com wrote:

 Richmond  AppEngine team,

 If you're ever in the Chicago area, look me up and I'll buy you a
 beer. I've been waiting for outbound sockets for years!

 A quick issue though: Can you make it explicitly clear in the Sockets
 API Overview https://developers.**google.com/appengine/docs/**
 java/sockets/overviewhttps://developers.google.com/appengine/docs/java/sockets/overview
  that
 developers have to include the JavaMail JARs if they need to access
 IMAP/POP3/SMTP via Javamail? I say this because https://developers.**
 google.com/appengine/docs/**java/mail/overview#Sending_**
 Mail_with_the_JavaMail_APIhttps://developers.google.com/appengine/docs/java/mail/overview#Sending_Mail_with_the_JavaMail_API
  **states *Do not add Oracle®'s JavaMail JARs to your app.* I
 realize that's an entirely different section, but it makes people believe
 that AppEngine already packages the full JavaMail library, when truly it
 doesn't repackage the Provider classes. It would also be fine if you
 skipped the notice and included the Provider libraries within the 
 AppEngine
 SDK.

 Thanks
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 @GOV on AppDotNet: https://alpha.app.net/gov


 On Tuesday, April 9, 2013 5:44:38 PM UTC-5, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven
 Plugin, and Outbound Sockets.  We're also happy to announce that we have
 removed the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspo**t.com/2013/04/app-**engine-177-**
 released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkReleaseNote**shttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkForJavaRele**
 aseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**goog**leappengine/wiki/**SdkForGoRelea**
 seNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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 

[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-12 Thread tz
I have the same problem as Panjie:  I can no longer use the api explorer on 
the local development server, instead it gets redirected to 
https://developers.google.com/apis-explorer/#p/ 

On Tuesday, April 9, 2013 6:44:38 PM UTC-4, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine


-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-12 Thread tz
I have the same problem Panjie, have you found a work around?

On Thursday, April 11, 2013 4:05:01 PM UTC-4, Panjie Setiawan Wicaksono 
wrote:

 Hi, with 1.7.7 python SDK i no longer can visit the local endpoint api 
 explorer.
 Before, i'd visit http://localhost:8080/_ah/api/explorer then redirected 
 to 
 https://developers.google.com/apis-explorer/?base=http://localhost:8080/_ah/api#p/
  and 
 i can explore my local endpoint api from there.
 But now the apis-explorer won't load the local endpoint api, instead it is 
 now redirecting me to the front 
 https://developers.google.com/apis-explorer/#p/ page.
 If i deploy the app first, i can load the apis-explorer just fine (from 
 the deployed app endpoint).
 I don't know if this is sdk related, but before (with 1.7.6) the 
 apis-explorer can be loaded from local development server.

 On Wednesday, 10 April 2013 05:44:38 UTC+7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine



-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-12 Thread alex
https://code.google.com/p/googleappengine/issues/detail?id=9167
On Apr 12, 2013 6:21 PM, tz tzclo...@gmail.com wrote:

 I have the same problem as Panjie:  I can no longer use the api explorer
 on the local development server, instead it gets redirected to
 https://developers.**google.com/apis-explorer/#p/https://developers.google.com/apis-explorer/#p/


 On Tuesday, April 9, 2013 6:44:38 PM UTC-4, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin,
 and Outbound Sockets.  We're also happy to announce that we have removed
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspot.com/2013/04/app-**
 engine-177-released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googleappengine/wiki/**SdkForJavaReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-12 Thread Vinny P
Richmond  AppEngine team,

If you're ever in the Chicago area, look me up and I'll buy you a beer. 
I've been waiting for outbound sockets for years!

A quick issue though: Can you make it explicitly clear in the Sockets API 
Overview https://developers.google.com/appengine/docs/java/sockets/overview 
that 
developers have to include the JavaMail JARs if they need to access 
IMAP/POP3/SMTP via Javamail? I say this because 
https://developers.google.com/appengine/docs/java/mail/overview#Sending_Mail_with_the_JavaMail_API
 states 
*Do not add Oracle®'s JavaMail JARs to your app.* I realize that's an 
entirely different section, but it makes people believe that AppEngine 
already packages the full JavaMail library, when truly it doesn't repackage 
the Provider classes. It would also be fine if you skipped the notice and 
included the Provider libraries within the AppEngine SDK.

Thanks
-
-Vinny P
Technology  Media Advisor
Chicago, IL

@GOV on AppDotNet: https://alpha.app.net/gov


On Tuesday, April 9, 2013 5:44:38 PM UTC-5, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine


-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-12 Thread Rafael
Thanks for this guys.

We have integrated apple's push system and it seems to work great!

Eliminating an external server reduces our app development complexity by a
lot.

thanks!
rafa


On Fri, Apr 12, 2013 at 1:32 PM, Vinny P vinny...@gmail.com wrote:

 Richmond  AppEngine team,

 If you're ever in the Chicago area, look me up and I'll buy you a beer.
 I've been waiting for outbound sockets for years!

 A quick issue though: Can you make it explicitly clear in the Sockets API
 Overview
 https://developers.google.com/appengine/docs/java/sockets/overview that
 developers have to include the JavaMail JARs if they need to access
 IMAP/POP3/SMTP via Javamail? I say this because
 https://developers.google.com/appengine/docs/java/mail/overview#Sending_Mail_with_the_JavaMail_API
  states
 *Do not add Oracle®'s JavaMail JARs to your app.* I realize that's an
 entirely different section, but it makes people believe that AppEngine
 already packages the full JavaMail library, when truly it doesn't repackage
 the Provider classes. It would also be fine if you skipped the notice and
 included the Provider libraries within the AppEngine SDK.

 Thanks
 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 @GOV on AppDotNet: https://alpha.app.net/gov


 On Tuesday, April 9, 2013 5:44:38 PM UTC-5, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin,
 and Outbound Sockets.  We're also happy to announce that we have removed
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspot.com/2013/04/app-**
 engine-177-released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googleappengine/wiki/**SdkForJavaReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-11 Thread Ludovic Champenois
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.




On Wednesday, April 10, 2013 2:35:01 PM UTC-7, Francois MASUREL wrote:

 Yes, without success.


 François Masurel


 On Wed, Apr 10, 2013 at 11:28 PM, Takashi Matsuo 
 tma...@google.comjavascript:
  wrote:

 Hi Francois,

 Thanks for the report. Have you tried it with --enable_jar_splitting?


 On Wed, Apr 10, 2013 at 1:59 PM, Francois Masurel 
 f.ma...@gmail.comjavascript:
  wrote:

 Getting also the same appengine-api-1.0-sdk-1.7.7.**jar is too large 
 error.

 I'm on Windows 7 x64 with latest GAE and Java 7 SDK and 
 the appengine-api-1.0-sdk-1.7.7.**jar is 30.6MB big.

 Thanx for your help.

 François


 On Wednesday, April 10, 2013 9:15:04 PM UTC+2, Sekhar wrote:

 I'm getting a appengine-api-1.0-sdk-1.7.7.**jar is too large error 
 when deploying. Are we expected to split this manually or is there a 
 workaround?

 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven 
 Plugin, and Outbound Sockets.  We're also happy to announce that we have 
 removed the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspot.com/2013/04/app-**
 engine-177-released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googleappengine/wiki/**
 SdkForJavaReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**googleappengine/wiki/**
 SdkForGoReleaseNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  -- 
 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 javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




 -- 
 Takashi Matsuo | Developers Programs Engineer | 
 tma...@google.comjavascript:
  
 -- 
 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 javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-11 Thread Takashi Matsuo
On Thu, Apr 11, 2013 at 10:49 AM, Ludovic Champenois l...@google.comwrote:

 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.


To clarify, we're going to release a minor update for 1.7.7. For the
meantime, you can re-jar the file as follows:

cd to the working directory
$ jar xf somewhere\appengine-java-sdk-1.7.7\lib\user\
appengine-api-1.0-sdk-1.7.7.**jar
$ jar cfm somewhere\appengine-api-1.0-sdk-1.7.7.**jar META-INF/MANIFEST.MF *
and replace the old jar with the newly created one.

Sorry for the inconvenience.





 On Wednesday, April 10, 2013 2:35:01 PM UTC-7, Francois MASUREL wrote:

 Yes, without success.


 François Masurel


 On Wed, Apr 10, 2013 at 11:28 PM, Takashi Matsuo tma...@google.comwrote:

  Hi Francois,

 Thanks for the report. Have you tried it with --enable_jar_splitting?


 On Wed, Apr 10, 2013 at 1:59 PM, Francois Masurel f.ma...@gmail.comwrote:

  Getting also the same appengine-api-1.0-sdk-1.**7.7.**jar is too
 large error.

 I'm on Windows 7 x64 with latest GAE and Java 7 SDK and
 the appengine-api-1.0-sdk-1.7.**7.**jar is 30.6MB big.

 Thanx for your help.

 François


 On Wednesday, April 10, 2013 9:15:04 PM UTC+2, Sekhar wrote:

 I'm getting a appengine-api-1.0-sdk-1.7.7.**j**ar is too large
 error when deploying. Are we expected to split this manually or is there a
 workaround?

 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven
 Plugin, and Outbound Sockets.  We're also happy to announce that we have
 removed the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspo**t.com/2013/04/app-**engine-177-**
 released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkReleaseNote**shttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googl**eappengine/wiki/**SdkForJavaRele**
 aseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**goog**leappengine/wiki/**SdkForGoRelea**
 seNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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=enhttp://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .






 --
 Takashi Matsuo | Developers Programs Engineer | tma...@google.com

 --
 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=enhttps://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.
 To post to this group, send email to google-a...@googlegroups.**com.

 Visit this group at http://groups.google.com/**
 group/google-appengine?hl=enhttp://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://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-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at 

[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-11 Thread Panjie Setiawan Wicaksono
Hi, with 1.7.7 python SDK i no longer can visit the local endpoint api 
explorer.
Before, i'd visit http://localhost:8080/_ah/api/explorer then redirected to 
https://developers.google.com/apis-explorer/?base=http://localhost:8080/_ah/api#p/
 and 
i can explore my local endpoint api from there.
But now the apis-explorer won't load the local endpoint api, instead it is 
now redirecting me to the front 
https://developers.google.com/apis-explorer/#p/ page.
If i deploy the app first, i can load the apis-explorer just fine (from the 
deployed app endpoint).
I don't know if this is sdk related, but before (with 1.7.6) the 
apis-explorer can be loaded from local development server.

On Wednesday, 10 April 2013 05:44:38 UTC+7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine


-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-11 Thread Sekhar
I see it as 31.398 KB. This is on Windows 7 64 bit. I'm deploying through 
Eclipse.

On Wednesday, April 10, 2013 1:38:51 PM UTC-7, Takashi Matsuo (Google) 
wrote:


 Hi Sekhar,

 Weird, I don't have such an error. How big is your 
 appengine-api-1.0-sdk-1.7.7.jar?  Which operating system are you using?
 Anyway, a possible workaround is to use --enable_jar_splitting option when 
 deploying. Can you try that?


 On Wed, Apr 10, 2013 at 12:15 PM, Sekhar allu...@gmail.com 
 javascript:wrote:

 I'm getting a appengine-api-1.0-sdk-1.7.7.jar is too large error when 
 deploying. Are we expected to split this manually or is there a workaround?


 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspot.com/2013/04/app-**
 engine-177-released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googleappengine/wiki/**SdkForJavaReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  -- 
 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 javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




 -- 
 Takashi Matsuo | Developers Programs Engineer | tma...@google.comjavascript:
  

-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-10 Thread Stefaan Vanderheyden
Great job! Watch out though, this is the 2nd time that the 
appengine-maven-plugin is not released to Maven Central at the same time as 
the rest of your SDK... What's up?

On Wednesday, April 10, 2013 12:44:38 AM UTC+2, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine


-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-10 Thread Sekhar
I'm getting a appengine-api-1.0-sdk-1.7.7.jar is too large error when 
deploying. Are we expected to split this manually or is there a workaround?

On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine


-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-10 Thread Takashi Matsuo
Hi Stefaan,

Sorry about it, we're going to push it today, and it'll be available
hopefully tomorrow.

In the meantime, you can build the snapshot version from the google code
repo by:

$ git clone https://code.google.com/p/appengine-maven-plugin/
$ cd appengine-maven-plugin
$ mvn install

Then you'll have the plugin version 1.7.7-SNAPSHOT in your local maven
directory, so you can use 1.7.7-SNAPSHOT as the version in your project's
pom.xml.
Only one nit is the SNAPSHOT version uses 1.7.6 SDK when uploading, so do
as follows:
$ mvn -Dappengine.target.version=1.7.7 appengine:update


On Wed, Apr 10, 2013 at 12:19 AM, Stefaan Vanderheyden 
stefaan.vanderhey...@gmail.com wrote:

 Great job! Watch out though, this is the 2nd time that the
 appengine-maven-plugin is not released to Maven Central at the same time as
 the rest of your SDK... What's up?


 On Wednesday, April 10, 2013 12:44:38 AM UTC+2, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin,
 and Outbound Sockets.  We're also happy to announce that we have removed
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspot.com/2013/04/app-**
 engine-177-released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googleappengine/wiki/**SdkForJavaReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@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.






-- 
Takashi Matsuo | Developers Programs Engineer | tmat...@google.com

-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-10 Thread Takashi Matsuo
Hi Sekhar,

Weird, I don't have such an error. How big is your
appengine-api-1.0-sdk-1.7.7.jar?  Which operating system are you using?
Anyway, a possible workaround is to use --enable_jar_splitting option when
deploying. Can you try that?


On Wed, Apr 10, 2013 at 12:15 PM, Sekhar allur...@gmail.com wrote:

 I'm getting a appengine-api-1.0-sdk-1.7.7.jar is too large error when
 deploying. Are we expected to split this manually or is there a workaround?


 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin,
 and Outbound Sockets.  We're also happy to announce that we have removed
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspot.com/2013/04/app-**
 engine-177-released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googleappengine/wiki/**SdkForJavaReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@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.






-- 
Takashi Matsuo | Developers Programs Engineer | tmat...@google.com

-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-10 Thread Peter Cigéhn
I'm also getting the appengine-api-1.0-sdk-1.7.7.jar is too large when 
trying to deploy. Is that expected and what are you supposed to do?

Den onsdagen den 10:e april 2013 kl. 21:15:04 UTC+2 skrev Sekhar:

 I'm getting a appengine-api-1.0-sdk-1.7.7.jar is too large error when 
 deploying. Are we expected to split this manually or is there a workaround?

 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine



-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-10 Thread Francois Masurel
Getting also the same appengine-api-1.0-sdk-1.7.7.jar is too large error.

I'm on Windows 7 x64 with latest GAE and Java 7 SDK and 
the appengine-api-1.0-sdk-1.7.7.jar is 30.6MB big.

Thanx for your help.

François


On Wednesday, April 10, 2013 9:15:04 PM UTC+2, Sekhar wrote:

 I'm getting a appengine-api-1.0-sdk-1.7.7.jar is too large error when 
 deploying. Are we expected to split this manually or is there a workaround?

 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin, 
 and Outbound Sockets.  We're also happy to announce that we have removed 
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine



-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-10 Thread Takashi Matsuo
Hi Francois,

Thanks for the report. Have you tried it with --enable_jar_splitting?


On Wed, Apr 10, 2013 at 1:59 PM, Francois Masurel f.masu...@gmail.comwrote:

 Getting also the same appengine-api-1.0-sdk-1.7.7.**jar is too large
 error.

 I'm on Windows 7 x64 with latest GAE and Java 7 SDK and
 the appengine-api-1.0-sdk-1.7.7.**jar is 30.6MB big.

 Thanx for your help.

 François


 On Wednesday, April 10, 2013 9:15:04 PM UTC+2, Sekhar wrote:

 I'm getting a appengine-api-1.0-sdk-1.7.7.**jar is too large error
 when deploying. Are we expected to split this manually or is there a
 workaround?

 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin,
 and Outbound Sockets.  We're also happy to announce that we have removed
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspot.com/2013/04/app-**
 engine-177-released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googleappengine/wiki/**SdkForJavaReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@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.






-- 
Takashi Matsuo | Developers Programs Engineer | tmat...@google.com

-- 
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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-10 Thread Francois MASUREL
Yes, without success.


François Masurel


On Wed, Apr 10, 2013 at 11:28 PM, Takashi Matsuo tmat...@google.com wrote:

 Hi Francois,

 Thanks for the report. Have you tried it with --enable_jar_splitting?


 On Wed, Apr 10, 2013 at 1:59 PM, Francois Masurel f.masu...@gmail.comwrote:

 Getting also the same appengine-api-1.0-sdk-1.7.7.**jar is too large
 error.

 I'm on Windows 7 x64 with latest GAE and Java 7 SDK and
 the appengine-api-1.0-sdk-1.7.7.**jar is 30.6MB big.

 Thanx for your help.

 François


 On Wednesday, April 10, 2013 9:15:04 PM UTC+2, Sekhar wrote:

 I'm getting a appengine-api-1.0-sdk-1.7.7.**jar is too large error
 when deploying. Are we expected to split this manually or is there a
 workaround?

 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:

 Hi everyone,

 We're happy to announce that we have released the 1.7.7 SDK.

 This release includes new features such as updates to the Maven Plugin,
 and Outbound Sockets.  We're also happy to announce that we have removed
 the weekly $2.10 minimum spend for billing enabled apps :)

 For more details, please read our blog post and release notes.

 Announcement:
 http://googleappengine.**blogspot.com/2013/04/app-**
 engine-177-released.htmlhttp://googleappengine.blogspot.com/2013/04/app-engine-177-released.html

 Releae notes for Python:
 http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

 Release notes for Java:
 http://code.google.com/p/**googleappengine/wiki/**
 SdkForJavaReleaseNoteshttp://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

 Release notes for Go:
 https://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNoteshttps://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

 Cheers!

 Richmond Manzana
 Technical Program Manager
 Google App Engine

  --
 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-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@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.






 --
 Takashi Matsuo | Developers Programs Engineer | tmat...@google.com

 --
 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-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@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-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@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.