It's all about the answers!

Ask a question

Is there an scm tool for RTC4 that can run using java 1.4?


Jojie Valiente (3021417) | asked Oct 11 '12, 12:01 a.m.

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



permanent link
David Olsen (5237) | answered Oct 11 '12, 6:38 p.m.
JAZZ DEVELOPER
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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.