Documentum xCP 2.0 Designer Customization

1k Views Asked by At

Can we add plugins in xCP designer like we can add in Eclipse?

We need to have SVN plugin, so that we can do code versioning.

Actually the problem is in our project multiple people need to work on same object. So can we do it in xCP?

1

There are 1 best solutions below

0
Miki On

Googling around I found an interesting post from Chris Campbell -> Tips for Using Source Control in xCP 2.0 and also Kyle Pettit writing basically the same thing in his post. I don't doubt that you can integrate source control plugin to the xCPDesigner but since my team is used to Git and most of us using standalone clients we'll walk that way. I can't share any experience yet, but I'll try to update this post in the future.

From xCPDesigner Help Manual:

Include following files/folders:

  • .settings/
  • Artifacts/
  • content/
  • lib/
  • src/
  • .classpath
  • .project
  • build.properties
  • pom.xml

Ignore following files/folders:

  • configuration/
  • gen/
  • META-INF/
  • target/
  • .index
  • .generatedresources
  • runapp.log

To work with an application that another developer has added to the source control repository:

  • Check out the application from the source control repository to the checkout directory on your file system.
  • Import the application into your xCP Designer environment. Do not select the option to import a copy of the application.
  • After you update shared resources, check them into the source control repository.
  • To get changes that were checked in by other developers, use your source control client to synchronize your local file system with the changes from the source control repository and then click Refresh on the xCP Designer toolbar to pick up the latest changes.

Refer to the documentation for your source control system for more information on setting up a source control system and using the source control client to complete source control actions.