今天照着Google App Engine的官方文档,试了试GuestBook,从开始知道部署前都很顺利,没问题!但是部署的时候却出了问题。
很郁闷,问题出在哪里呢?看了一下那个文件的内容
看不出来什么问题,[b]尝试在/之前加个空格[/b],如下
具然好了。啊哈哈~
Deploying guestbook to Google".
Received SAXException parsing the input stream for C:/workspace/
JavaAppOnGoogle/guestbook/war\WEB-INF/datastore-indexes.xml
很郁闷,问题出在哪里呢?看了一下那个文件的内容
<!-- Indices written at 09-5-6 ����8:01 -->
<datastore-indexes/>
看不出来什么问题,[b]尝试在/之前加个空格[/b],如下
<!-- Indices written at 09-5-6 ����8:01 -->
<datastore-indexes />
具然好了。啊哈哈~