to filter the xml cccc, junit format the xml output.
CCCC 出力xml の値検査をし、xml report を出力します。
出力される xml ファイルは Jenkins に junit xml として集計させることができます。
Usage
SET TARGETDIR=%WORKSPACE%\.cccc
cd /d %TARGETDIR%
dir /s /b *.xml | call c4ju --filter="../filter.xml" --out_xmlfile="%WORKSPACE%\test_default.xml" -
Show Usage