You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2013/06/13 13:53:20 UTC

[jira] [Commented] (CMIS-671) Debug Workbench TCK in Eclipse

    [ https://issues.apache.org/jira/browse/CMIS-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682150#comment-13682150 ] 

Florian Müller commented on CMIS-671:
-------------------------------------

The TCK can be started as a console application ({{org.apache.chemistry.opencmis.tck.runner.ConsoleRunner}}), deployed as a web application ({{org.apache.chemistry.opencmis.tck.runner.WebRunnerServlet}}), and triggered by Ant ({{org.apache.chemistry.opencmis.tck.runner.CmisTckAntTask}}). All TCK tests are also JUnit tests and the TCK can be embedded into any other application. There are many ways to run and debug the TCK.

Here is one:
- Get the OpenCMIS source code via SVN (https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/)
- Run {{mvn clean install}}
- Run {{mvn eclipse:eclipse}}
- Open Eclipse and import the generated Eclipse projects
- Debug the Workbench (org.apache.chemistry.opencmis.workbench.Workbench)

                
> Debug Workbench TCK in Eclipse
> ------------------------------
>
>                 Key: CMIS-671
>                 URL: https://issues.apache.org/jira/browse/CMIS-671
>             Project: Chemistry
>          Issue Type: Wish
>            Reporter: linzhixing
>            Priority: Trivial
>
> Workbench TCK says I got some errors, but the messages are sometimes not enough to fix bugs in a CMIS compliant repository. TCK is now executed from OpenCIS Workbench GUI, but if debugging the code in IDE like Eclipse is possible, it would be useful. Is there any possible method or a manual?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira