Not sure if renaming to remove space will break something else. I use eclipse. Any thoughts?
On Aug 24, 12:42 pm, Robert Kluin <[email protected]> wrote: > On Tue, Aug 24, 2010 at 13:40, Saqib Ali <[email protected]> wrote: > > I am trying to use the appcfg.sh in the GAE Java SDK to rollback a > > stuck (in progress) deployment. However the rollback is failing > > because I have an space character in the Folder name for the Project: > > If that is the cause, why not just rename the folder without a space? > Perhaps to CrowdedIntelligence...? > > > > > > > appengine-java-sdk-1.3.5/bin/appcfg.sh rollback "workspace/Crowded\ > > Intelligence/war/" (fails) > > appengine-java-sdk-1.3.5/bin/appcfg.sh rollback 'workspace/Crowded\ > > Intelligence/war/' (fails) > > appengine-java-sdk-1.3.5/bin/appcfg.sh rollback workspace/Crowded\ > > Intelligence/war/ (fails) > > > Any thoughts on how I can get around this? > > > Thanks, > > Saqib > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" 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 > > athttp://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
