I got the latest version of all the source code from CVS and was able to
successfully build it, however I'm running into a problem when I try to run
Jetspeed under Tomcat. I get the following exception:
Exception: org.xml.sax.SAXParseException: The element type
"portlet-controller-ref" must be terminated by the matching end-tag
"</portlet-controller-ref>".{file: [not available]; line: 8; column: 25}
Stack Trace follows:
org.xml.sax.SAXParseException: The element type "portlet-controller-ref"
must be terminated by the matching end-tag "</portlet-controller-ref>".
I went to line 8 of default.psml and found the following:
<portlet-controller-ref name="CardPortletController">
<parameter name="parameter" value="pane"/>
</portlet-controller>
I changed </portlet-controller> to </portlet-controller-ref> and that fixed
the problem.
My question is how stable is the code in CVS? After fixing this bug I'm
still running into other errors. I would like to test out the current code
so that I can verify that the bugs I'm finding in 1.2b1 have been fixed.
What's the best way of going about testing the latest code? I'm new to CVS
so I may have improperly downloaded the latest version.
Eric
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]