qickrooms / flexcover

Automatically exported from code.google.com/p/flexcover
0 stars 0 forks source link

Flex source dsitro not complete? #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloading source from the Source tab
2.
3.

What is the expected output? What do you see instead?
Source for both Viwer and java source code.

What version of the product are you using? On what operating system?
0.5

Please provide any additional information below.
Sorry to have it as a issue. But didnt find a way to get in touch. I want
to see the instrumentation part of this. Is it possible? As I want to
modify it so that it will generate the xml as a artifact too so I can write
a Hudson report plugin and have that integrated into my build.. Thanks
again.. charlie  

Original issue reported on code.google.com by charleskailunglee@gmail.com on 22 Jul 2008 at 9:20

GoogleCodeExporter commented 8 years ago
Sorry the title of the issue.. should be 'FlexCover...'

Original comment by charleskailunglee@gmail.com on 22 Jul 2008 at 9:21

GoogleCodeExporter commented 8 years ago
The instrumentation code is checked in as a separate Google code project named
flexcover-sdk.  It is there for anyone to check out and examine.  It isn't 
checked
into this project because it is an extremely large codebase and is also licensed
differently due to its inclusion of Adobe Open Source content.

I am not sure what you mean by "generate the xml as an artifact".  If you want 
to
create some other format for the instrumentation metadata, it would probably be
easier for you to simply parse the .cvm file format that is already emitted by 
the
modified MXMLC compiler, and transform that into something else.  It is an easy
enough format to parse, and the CoverageViewer contains AS3 code that parses it 
into
a CoverageModel.

Original comment by joseph.b...@gmail.com on 22 Jul 2008 at 12:20