Spring Tool Source (STS) - problem getting my first project compile
I have been trying to create brand new Java Roo based project using STS 2.7.1 RELEASE. I choose to use Roo and Maven as default setting and after updating all the Maven dependencies from the Project menu (hence resolving the initial errors due to the missing dependendices defined automatically by STS in pom.xml file) I remain with the following JSP problem:
ErrorCMDocument_load_exception=An error occurred while loading document {0} with publicId {1}
in resource called: load-scripts.tagx
The problem is with the following two lines in the file load-script.tagx:
<link rel="stylesheet" type="text/css" href="${tundra_url}"><!-- required for FF3 and Opera --></link>
<link rel="stylesheet" type="text/css" media="screen" href="${roo_css_url}"><!-- required for FF3 and Opera --></link>
I am not sure if there is any configuration problem or what else.. would anyone be able to suggest some solution?
Many thanks开发者_如何转开发 and Best Regards
See this POST from the Spring Roo forum
You can find a temporary solution (POST at July 19th, 2011 04:38 PM)
精彩评论