I am a rookie when it comes to eclipse project setup but I followed all the 
write ups out there.  I setup a new workspace and imported 5 new Java projects 
and setup the maven dependencies and what not.

All the projects compile error free except Server and Gadgets and they give the 
following odd errors

Severity and Description    Path    Resource    Location    Creation Time    Id 
No start tag (<input>).    
shindig-gadgets/src/main/java/org/apache/shindig/gadgets/parse/nekohtml    
cajatest.html    line 36    1226520604010    10763 No start tag (<script>).    
shindig-gadgets/src/main/java/org/apache/shindig/gadgets/parse/nekohtml    
cajatest.html    line 58    1226520604010    10770 No start tag (<script>).    
shindig-gadgets/src/main/java/org/apache/shindig/gadgets/parse/nekohtml    
cajatest.html    line 60    1226520604010    10771 No start tag (<script>).    
shindig-gadgets/src/main/java/org/apache/shindig/gadgets/parse/nekohtml    
cajatest.html    line 61    1226520604010    10772 No start tag (<style>).    
shindig-gadgets/src/main/java/org/apache/shindig/gadgets/parse/nekohtml    
cajatest.html    line 65    1226520604010    10774 Start tag (<span>) not 
closed.    
shindig-gadgets/src/main/java/org/apache/shindig/gadgets/parse/nekohtml    
cajatest.html    line 85    1226520604010    10782 No start tag (<embed>).    
shindig-gadgets/src/test/resources/org/apache/shindig/gadgets/rewrite    
rewritelinksbasic.html    line 8    1226520604010    10789 The content of 
element type "web-app" must match 
"(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)".
    shindig-server/src/main/webapp/WEB-INF    web.gadgets.xml    line 24    
1226520604047    10793 The content of element type "web-app" must match 
"(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)".
    shindig-server/target/shindig-server-1-SNAPSHOT/WEB-INF    web.gadgets.xml  
  line 24    1226520604047    10794
Can someone tell me what I may be doing wrong?  I am sure its something I have 
messed up somewhere or a small setting I am missing.
Thanks

Reply via email to