Author |
Message
|
marcin.kasinski |
Posted: Thu Feb 15, 2007 1:25 pm Post subject: Broker flow runtime version <-- CVS version automatically |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
Hi,
MB 6.0.2
I have some problem.
I have message flow and I would like to set up version information of this flow (Version parameter) but I dont want to do it manually but I would like CVS to do it for me.
I red that I can use CVS keywords for it.
I put "$Revision :$" as a Version of my flow checked out CVS flow and deployed on my broker.
Problem is that on runtime I expect see CVS version o fthsi flow ( 1.1 or similar) as a version of my flow but I see the same text I put , "$Revision :$"
I red that CVS will replace this string with a real CVS version during CVS check out operation.
Can you help me to solve this problem ?
Marcin |
|
Back to top |
|
 |
EddieA |
Posted: Fri Feb 16, 2007 9:56 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
To use the Passthrough node with CVS versioning, you have to build the bar file, outside the Toolkit, by pulling the Flow, directly from CVS, where the $Revision "tag" is replaced.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Feb 16, 2007 10:05 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You may need to make sure that CVS thinks of your flow as ASCII rather than Binary.
The same with ESQL code. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Fri Feb 16, 2007 11:12 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
jefflowrey wrote: |
You may need to make sure that CVS thinks of your flow as ASCII rather than Binary.
The same with ESQL code. |
Hi jefflowrey,
Problem is that I tried it with ASCII but result was the same ...
Marcin |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Feb 16, 2007 11:16 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
servi |
Posted: Mon Jul 07, 2008 3:16 am Post subject: |
|
|
 Novice
Joined: 19 Mar 2008 Posts: 22 Location: Madrid, España
|
Hi,
I added the Version keyword tag $MQSI Version=$Revision :$ MQSI$ to the Long description of the message flow as said the document, but instead of display the CVS revision, the tag Version of the BAR file display:
$Revision :
There is any idea how CVS will parse the tag $Revision on the Long Description?
Thanks |
|
Back to top |
|
 |
servi |
Posted: Mon Jul 07, 2008 4:09 am Post subject: |
|
|
 Novice
Joined: 19 Mar 2008 Posts: 22 Location: Madrid, España
|
I've just found my error. It's necesary to delete the black before " :"
"$ MQSI Version=$Revision: $ MQSI $"
 |
|
Back to top |
|
 |
|