Valery-Sh / NbAppEngine

NetBeans IDE plugin for Google App Engine
Other
10 stars 2 forks source link

bug: Entering gmail password #3

Open keddy opened 11 years ago

keddy commented 11 years ago

hi @Valery-Sh,

When uploading your project to Google App Engine it prompts you for a email and password.

If you enter you actually google email and normal password (like i did!) by mistake instead of an application specific password (ASP) the netbeans plugin does not recognize this as an error and so saves the email and password as normal. As you know this cannot be changed without changing files manually and so you are stuck with not be able to upload to GAE.

Issue -

class: org.netbeans.modules.j2ee.appengine.deployment.Deployer function: deploy(boolean markPasswordIncorrect) line: 90

the output process reader only looks for "password do not match" and not for the case of entering your main google password.

Needs another check for this !