summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java
Commit message (Expand)AuthorAgeFilesLines
* whitespaceStefan Bodewig2023-03-021-4/+5
* properly handle File.list() returning nullStefan Bodewig2023-03-021-0/+3
* xslt task - log only the stylesheet resource nameChristoph Dreis2023-02-271-1/+1
* Class.newInstance() is deprecated in Java 9+twogee2020-07-291-1/+1
* removed http links from java sources to the extent possiblejkf2019-05-251-1/+1
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* HTML5-compliant javadoctwogee2019-03-201-3/+3
* Use diamondsGintas Grigelionis2018-04-021-1/+1
* Simplify logicGintas Grigelionis2018-04-011-5/+3
* Shorten fully qualified names and other small fixesGintas Grigelionis2018-03-311-1/+2
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-2/+2
* Let’s use doclintGintas Grigelionis2017-12-101-2/+39
* java 5-8java8Matt Benson2017-04-131-95/+76
* use better suited exceptionsStefan Bodewig2016-12-221-1/+1
* accept generic exceptions because of backwards compatibilityStefan Bodewig2016-12-221-1/+1
* embrace StringUtils#getStackTraceStefan Bodewig2016-12-211-1/+2
* unnecessary conditionStefan Bodewig2016-12-211-1/+1
* allow Ant references to be used for xslt attributesStefan Bodewig2016-09-041-1/+12
* add support for TraX factory featuresStefan Bodewig2016-09-041-4/+69
* PR 56748 Spelling fixes, submitted by Ville SkyttäVille Skyttä2014-07-211-1/+1
* whitespaceStefan Bodewig2014-07-121-7/+7
* make it compile under Java5 (1.5.0_22-b03)Jan Matèrne2014-07-041-109/+103
* checkstyleJan Matèrne2014-07-041-17/+24
* organize importsJan Matèrne2014-07-031-1/+3
* weed out race-condition in mkdirs calls inspired by PR 55290 and Matthias Bhe...Stefan Bodewig2013-12-311-1/+1
* .isEmpty method only exists in Java 1.6, Ant supports still Java 1.5Antoine Levy-Lambert2013-12-151-1/+1
* Allow params of XSLT to be optionally typed. PR 21525. Submitted by FrantiÅ...Stefan Bodewig2013-12-051-10/+182
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-6/+6
* #52829: ResourceCollection now Iterable<Resource>.Jesse N. Glick2012-04-161-7/+4
* if specified stylesheet doesn't exist, log the file resolved relative to proj...Stefan Bodewig2011-11-171-2/+3
* unused variableStefan Bodewig2010-08-051-1/+0
* better fix for bug 49271 as suggested by JesseStefan Bodewig2010-08-051-11/+19
* <xslt> ignores classpath when defaulting to TraX. PR 49271Stefan Bodewig2010-05-111-4/+11
* Removing ant-trax.jar and folding TraXLiaison into ant-nodeps.jar.Jesse N. Glick2010-02-181-14/+5
* As Jesse points out, equalsIgnoreCase is not locale-sensitiveStefan Bodewig2010-02-181-9/+4
* if user input is compared to fixed strings in a case insensitive manner we sh...Stefan Bodewig2010-02-171-4/+9
* use the same logic as target for xslt's param element's if/unless attributeStefan Bodewig2009-10-061-18/+38
* Add support for Xalan2 Traces. PR 36670.Stefan Bodewig2008-12-031-0/+130
* Add support for setting system properties in xslt. PR 36653.Stefan Bodewig2008-11-261-0/+36
* Add a failOnNoResources attribute to xslt. PR 46274.Stefan Bodewig2008-11-261-1/+20
* Add failOnError to xslt. PR 36260.Stefan Bodewig2008-11-261-25/+108
* add an option to suppress processor warnings. PR 18897.Stefan Bodewig2008-11-261-0/+25
* fail early if stylesheet doesn't exist. PR 34525.Stefan Bodewig2008-11-261-0/+6
* use adapter instead of instanceof checksStefan Bodewig2008-11-171-4/+7
* [43348] Use FileProvider interfaceMatthew Jason Benson2008-06-171-2/+3
* Bug ID 43635 <xslt> task can't be used more than once with a file stylesheetSteve Loughran2007-10-161-8/+13
* checkstylePeter Reilly2007-08-121-3/+6
* fmt/refacMatthew Jason Benson2007-07-171-86/+43
* checkstylePeter Reilly2006-11-181-1/+1
* checkstylePeter Reilly2006-11-051-1/+2