16
Bugs and Issues / Recursive Use Cases do not work with RTF Report Ge
« on: April 02, 2010, 05:33:40 am »
I have the following project browser hierarchy in my use cases:
My Package
My Use Case 1
My UC Diagram a
My Use Case 2
My UC Diagram b
My Use Case 3
My Activity Diagram I
My Use Case 4
And so on.
I want to create an RTF document output that looks like the following:
1. My Use Case 1
Notes for My Use Case 1
My UC Diagram a
1.1 My Use Case 2
Notes for My Use Case 2
My UC Diagram b
1.1.1 My Use Case 3
Notes for My Use Case 3
My Activity Diagram I
1.1.1.1 My Use Case 4
Notes for My Use Case 4
And so on.....
The trouble is the RTF report generator will create information on:
1. My Use Case 1
Notes for My Use Case 1
My UC Diagram a
Without any problem. I can not get the report generator to recurse down the use case hierarchy.
Any ideas?
My Package
My Use Case 1
My UC Diagram a
My Use Case 2
My UC Diagram b
My Use Case 3
My Activity Diagram I
My Use Case 4
And so on.
I want to create an RTF document output that looks like the following:
1. My Use Case 1
Notes for My Use Case 1
My UC Diagram a
1.1 My Use Case 2
Notes for My Use Case 2
My UC Diagram b
1.1.1 My Use Case 3
Notes for My Use Case 3
My Activity Diagram I
1.1.1.1 My Use Case 4
Notes for My Use Case 4
And so on.....
The trouble is the RTF report generator will create information on:
1. My Use Case 1
Notes for My Use Case 1
My UC Diagram a
Without any problem. I can not get the report generator to recurse down the use case hierarchy.
Any ideas?