<target name="update" description="Uploads the application to App
Engine.">
        <appcfg action="update" war="war">
            <options>
                <arg value="--enable_jar_splitting" />
            </options>
        </appcfg>
    </target>

I have above ant target to update the app.

But when run I get this message:

    [java] Your authentication credentials can't be found and may have
expired.
    [java] Please run appcfg directly from the command line to re-
establish your credentials.

How can I supply the email and password when running the ant target. I
don't want to store then in build.xml (at least not the password).
-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to