Hi, I'm struggling with using ClearCase at my current job and it's a REAL pain, considering that we were using CVS last year.
I'm trying to make a build server that downloads the code from ClearCase, compiles it and generates all the distributions. The build server must be RHEL5 and the ClearCase server is a Windows machine, so I don't think using normal ClearCase client would be an option.
Is there any possible way of having a ClearCase CLI client that just downloads the code?
I'm looking into CCRC but it seems that has no CLI interface. I also looked into IBM page but it needs a "CCSHARED" dependency that I have no idea of where it could be. I installed CCRC for Linux and pointed to the install directory with no success:
german@Shakuras:/instaladores/linux/CCRCCLI$ ./rcleartool
rcleartool>
rcleartool> update
Exception in thread "main" java.lang.NoClassDefFoundError: javax/wvcm/WvcmException
at com.ibm.rational.ccrc.cli.command.ClearWan.main(Unknown Source)
german@Shakuras:/instaladores/linux/CCRCCLI$
`