The reason this is failing is because your url-patterns don't match this
regular expression (http://www.regular-expressions.info/tutorial.html):

'^(?!\^)/|\.|(\(.).*(?!\$).$'

Start your urls with a "/" or ".* (catch all)"

On Sat, Aug 28, 2010 at 10:35 AM, Saurabh Saxena <
[email protected]> wrote:

> Hi All,
>
> Can anybody let me know how long it takes to get google app enigne account
> activated.I have created two application ids one week back and till date i
> havent received any mail from google about my account activation.
>
> I am not able to upload  application using eclipse 3.5 deploy option.I am
> getting the following error message
> Unable to assign value 'editInfo' to attribute 'url':Value 'editInfo' for
> key url does not match expression '^(?!\^)/|\.|(\(.).*(?!\$).$'
>
> Kindly help me out in this issue, please find attached web.xml file used.
>
> Thanks in advance.
>
>
>
> --
> 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]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>



-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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