main-config.xml is all messed up
Hi,
I did a fresh install and added db-compact from the wiki and it was not valid as per the main-config.dtd and I copied this from the wiki
]]>
I got an error saying "what" must be declared.
I removed the what since it was not in the dtd now I get this
org.jdom.input.JDOMParseException: Error on line 13 of document file:/gale/teamware/.BuildServer/config/main-config.xml: Element type "notification-set" must be declared. I don't see notification-set defined in any of the *.dtd files in the ~/.BuildServer/config directory.
Please help this is very frustrating... I am just trying out of the box implementation and based the documentation (wiki) and am not able to move further.
Regards,
--Venkat.
Please sign in to leave a comment.
Hello,
Attached to this letter are correct default configuration files.
Two project-config.xml files correspond to JMock and XStream projects
correspondingly (see id attribute value in the file).
They should be placed into the corresponding project directory.
--
Pavel Sher
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Attachment(s):
project-config.xml
main-config.xml
project-config.xml
Hi Pavel,
I am trying to enable guest login. As per faq I am trying to insert
<auth-type>
<guest-login allowed="true" />
</auth-type>
but there is not auth-type int he mail-config.xml and I looked at dtd which has mandatory login-module with name attribute. What should that be for the default configuration .
Regards,
--Venkat.