Is there an scm tool for RTC4 that can run using java 1.4?
Hi,
Our appliction is using Java 1.4. Part of its ant script that build the ear file is to connect to cvs which we are updating right now to connect to RTC. But since this application is using java 1.4, therefore, my JAVA_HOME righ now is pointing to 1.4. If part of the build.xml is to login and load code from RTC v4 using RTC ant tags, will the RTC ant tags work using Java 1.4?
Cheers,
Jojie
One answer
I am pretty certain that the Jazz Build Ant tasks will not run with Java 1.4, and there is no way to make that work.
My best suggestion is to do the RTC SCM stuff in a separate process invoked through the command line. Either use the SCM command-line tool. Or have your Ant script write out a small Ant script that calls the Jazz Build Ant tasks, and run that Ant script in an external Ant process that uses a newer JRE.