The link throws up an authorisation dialog. Is it possible to provide the username/ password so we can have a look at the details. Also could you please provide the URL to the ADLParser API.
The link throws up an authorisation dialog. Is it possible to provide the username/ password so we can have a look at the details. Also could you please provide the URL to the ADLParser API.
There is no authorisation required to view the repository - but Apache requires authorisation when there is a file referenced by the html file being served, which is non-existent. I need to know which exact link you chose. I presume you can at least see http://svn.openehr.org/knowledge_tools_java/TRUNK/project_page.htm?
There is no authorisation required to view the repository - but Apache requires authorisation when there is a file referenced by the html file being served, which is non-existent. I need to know which exact link you chose. I presume you can at least see http://svn.openehr.org/knowledge_tools_java/TRUNK/project_page.htm?
This link is working fine now. Earlier by by-passing the authorisation dialog it threw up an 'Access Denied' page.
There is no authorisation required to view the repository - but Apache requires authorisation when there is a file referenced by the html file being served, which is non-existent. I need to know which exact link you chose. I presume you can at least see http://svn.openehr.org/knowledge_tools_java/TRUNK/project_page.htm?
This link is working fine now. Earlier by by-passing the authorisation dialog it threw up an 'Access Denied' page.
Also, is there a link to the ADLParser API ?
Not yet. You can generate API docs from the src by "maven javacc javadoc", but it's not very useful since the parser interface methods are swamped by intermediate methods generated by javaCC.
Look at the docs/usage.txt or unit test code for examples.