views:

100

answers:

1

I'm trying to experiment with project variables in JCAPS, and while I can find some information on how to define them, I cannot find anything on how to actually use them.

Basically, I have a JCD defined that has one item (a filename) that changes between deployments. I would like to be able to re-use the JCD for multiple deployments, supplying the filename via a project variable (configured in the deployment profile).

A: 

I would advise you to not use the variables. We have had much better success using property files that we have stored on the server.

Jeffrey Sehmer