thanks for the replies.

BTW: Didier, your code helps me fix the path differences for JUnit
inside Eclipse which also bugged me! :-)

For what I want to do I need to be able to delete a scheduled cron
task

Why?
The idea was for a workaround for the "Can I detect a new deployment?"
question I asked a few months back....

The idea was that the app would have a cron.xml that schedules a task
every (say) one minute.

After app deployment, the task would run almost immediately (which in
itself implies a new deployment), do my "new deployment" activity, and
then delete itself so it would not run again until the next
deployment.

On any subsequent deployment, the task would still be in the cron.xml
and so would be rescheduled and it would all happen again.

But it avoids a task running every minute checking a file or
something.

IKAI: I'm not sure I get your proposal if it could be done with that?

The original request: "I want to be able to programmatically detect a
new deployment" still stands if anyone has ideas.

thanks for the suggestions.

Andrew

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-appengine-java?hl=en.

Reply via email to