Each time a robot is added to a wave, a new instance of that Robot is
created. This is persistent across AppEngine deployments. Removing and
re-adding the Robot is the only way to create a new instance based
upon the new deployment.

If you change the version of a Robot, AppEngine will continue to
broadcast the old version to clients by default. To change the default
version that is broadcast, go to your AppEngine dashboard, and then
click the "Versions" link on the left-side navigation-bar. Then, hit
the radio button for your new version and click "make default." After
doing this, remove and re-add the Robot, instantiating the Robot at
the default version (which is now the correct one).

I could be wrong, but from what I've seen, this is the only way.

On Nov 18, 6:52 am, Jura <[email protected]> wrote:
> Hello,
>
> I make robot with java wave robot api
> deploy it to App engine
> and it is work
>
> but when i make changes in code and update project on App engine
> this changes does not appears in wave
>
> I change profile andhttp://wt-bot.appspot.com/_wave/robot/profile
> returns new profile immediately
> but in wave robot still has old profile even when i remove contact and
> add it again
>
> same with code
> i change code but behavior in wave does not change
>
> i try change robot version in capabilities.xml but it is seems
>
> How to restart my robot on App engine?
> How tell wave to update robot?

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.


Reply via email to