[root]/src/etc/testcases/taskdefs/style
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 272 (100.0%) | 16.0 |
jhm | 4 (23.5%) | 100 (36.8%) | 25.0 |
peterreilly | 3 (17.6%) | 66 (24.3%) | 22.0 |
bodewig | 4 (23.5%) | 38 (14.0%) | 9.5 |
antoine | 1 (5.9%) | 22 (8.1%) | 22.0 |
mbenson | 2 (11.8%) | 19 (7.0%) | 9.5 |
jglick | 1 (5.9%) | 18 (6.6%) | 18.0 |
conor | 2 (11.8%) | 9 (3.3%) | 4.5 |
Have to fix fix from bug 39407, because a nested resource and a nested resource
collection are ambiguous; all resources are resource collections. Added
addConfiguredStyle(Resources) for maximum ease of use; user can specify a
nested resource e.g. <file> or <url>, or any resource collection known to
evaluate to a single result e.g. <fileset file="foo" /> OR
<style refid="somesingleelementcollection" /> is supported OOTB. Docs to come.
10 lines of code changed in:
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
75 lines of code changed in:
Add support to define the stylesheet as a resource in <xslt>
Bugzilla Report 39407
22 lines of code changed in:
add filenamemapper support to <xslt>.
Bugzilla 37604. Submitted by Maarten Coene.
9 lines of code changed in:
resource collection support for xslt
9 lines of code changed in:
#25832: deprecating the task names <WsdlToDotnet> and <style>.
18 lines of code changed in:
unit test for PR 25911
7 lines of code changed in:
Unit test for PR 24866
7 lines of code changed in:
Add nested mappers to xslt, PR: 11249
15 lines of code changed in:
Make easier to read
8 lines of code changed in:
Fix new style test so that it pases on Linux. There appeared
to be a clock granularity problem where the output and the stylesheet
both have the same timestamp. I have change the test in XSLTProcess to
run the xslt in this case. Also added a more meaningful message
1 lines of code changed in:
Test if <style> generates new if the XSL is new.
Forgotten to "add" before "commit".
12 lines of code changed in:
Test if <style> generates new if the XSL is new.
13 lines of code changed in:
Add if/unless attributes to <param/> element of <style/> task
PR: 22044
Obtained from: Jens
Submitted by: Peter Reilly & Jan Mat??rne
66 lines of code changed in: