52 Commits

Author SHA1 Message Date
Gintas Grigelionis
b08077b2d6 Convert tabs into spaces 2018-03-01 06:44:53 +01:00
Gintas Grigelionis
c6aeb2eaa1 Missing CSS class 2018-02-28 17:02:48 +01:00
Gintas Grigelionis
66b52f99e4 Use HTML 5(-ish), fix links 2018-02-28 08:00:45 +01:00
Gintas Grigelionis
c53eb2b91c There is a var tag in HTML 5… 2018-02-09 07:12:06 +01:00
Gintas Grigelionis
7eeb33d5e8 Chop off redundant blockquotes 2018-02-09 06:54:09 +01:00
Gintas Grigelionis
63dc4df7b8 Remove width constraints, unbreakable spaces and <code><pre> 2018-02-08 22:56:19 +01:00
Gintas Grigelionis
94d36a9fe7 Tidy tag soup, remove inlined styling, adjust formatting 2018-02-08 17:00:18 +01:00
Gintas Grigelionis
0da54795ca Revised installation manual, cross-referenced optional tasks/types 2018-01-20 10:11:35 +01:00
Stefan Bodewig
00d140c1b2 Merge branch '1.9.x' 2017-04-11 16:32:00 +02:00
Stefan Bodewig
5347475984 add regexp attribute to linecontainsregexp
https://bz.apache.org/bugzilla/show_bug.cgi?id=60968
2017-04-11 16:29:41 +02:00
Stefan Bodewig
fd4ff0120a accepted the PR too late for 1.10.1 2017-02-20 17:48:01 +01:00
pyxide
ea7091756b Enhanced JavaxScriptRunner, Junit, docs, Javadoc
JavaxScriptRunner:
- Better compiled script reference name to avoid reference name
  collision, project wide : execName + ".compiled." +
  getScript().hashCode() + "." + getProject().hashCode();

ScriptDef:
- Fixed Javadoc + use of 3rd person
  [(oracle style
guideline)](http://www.oracle.com/technetwork/articles/java/index-137868.html#styleguide)

Task manual: documentation for `encoding` and `compiled` options.
- `encoding` : script.html, scriptdef.html, conditions.html,
   selectors.html, mapper.html, filterchain.html
- `compiled` : scriptdef.html

Added source file `encoding` option on:
- org.apache.tools.ant.taskdefs.optional.Script
- org.apache.tools.ant.types.optional.AbstractScriptComponent
  (inherited by ScriptCondition, ScriptMapper)
- org.apache.tools.ant.types.optional.ScriptFilter
- org.apache.tools.ant.types.optional.ScriptSelector

Test units :
- org.apache.tools.ant.taskdefs.optional.script.ScriptDefTest,
  script.xml : src + encoding
- org.apache.tools.ant.taskdefs.optional.RhinoScriptDefTest,
  scriptdef.xml : src + encoding, compiled
- new file: src/etc/testcases/taskdefs/optional/script/heavy-script.js
2017-02-20 17:41:37 +01:00
Stefan Bodewig
6a40bdb9d3 document XZ support - PR 60350 2017-01-12 17:19:15 +01:00
Stefan Bodewig
c50b683cfb Merge branch '1.9.x' 2016-07-31 10:16:52 +02:00
Stefan Bodewig
77fbe3782f fix the patterns used by touch and date selectors
https://bz.apache.org/bugzilla/show_bug.cgi?id=59909
2016-07-31 09:29:41 +02:00
Stefan Bodewig
41d51241c6 Merge branch '1.9.x' 2016-07-24 16:55:23 +02:00
Stefan Bodewig
326727692a add a filter for native2ascii 2016-07-24 16:54:52 +02:00
Stefan Bodewig
73bcc2813a Merge branch '1.9.x' 2016-05-22 17:16:37 +02:00
Stefan Bodewig
de5b4058b9 must not set file and dir in <fileset>
https://bz.apache.org/bugzilla/show_bug.cgi?id=59402
2016-05-22 17:07:03 +02:00
Stefan Bodewig
32bf39369d ownedBy selector 2016-04-10 06:52:10 +02:00
Stefan Bodewig
bcfcb4d8ea removed anchor by accident 2016-04-10 06:50:15 +02:00
Stefan Bodewig
c5e90beadb symlink and executable file selectors 2016-04-09 17:04:02 +02:00
Jan Matrne
3a3575562d Bug 53017: fix 1st sentence of antlib manual 2015-06-11 08:34:32 +02:00
Jan Matrne
9953e3cbc0 Bug 44241: 'activate' Steves <javaconstant> resource 2015-06-10 15:33:33 +02:00
Stefan Bodewig
54eeab675a copy-past error 2015-05-17 13:24:16 +02:00
Stefan Bodewig
36ec8947fa document <allbutfirst> and <allbutlast> 2015-05-17 13:07:52 +02:00
Stefan Bodewig
1a584200e2 Add encoding attributes to <tar>, <untar> and <tarfileset>
This is a workaround for Bugzilla Issue 57822
https://bz.apache.org/bugzilla/show_bug.cgi?id=57822
2015-04-21 21:36:07 +02:00
Stefan Bodewig
06bdb4521d clearly document the effect of empty includesfile attribute
Bugzilla Issue 26814
2015-03-07 12:32:13 +01:00
Jan Matrne
32062cc59c Precise the manual: <restrict> uses AND for combining nested resource selectors 2015-02-23 09:00:44 +01:00
Jan Matrne
c848f9a576 typo 2015-02-23 08:38:11 +01:00
Ville Skyttä
43844a7e6b PR 56748 Spelling fixes, submitted by Ville Skyttä 2014-07-21 07:01:17 +02:00
Stefan Bodewig
6e88f92ead PR 56584 allow ReplaceTokens filter to use multi-character token separators. Submitted by Ralf Hergert. 2014-06-24 06:31:55 +02:00
mclarke
b61c80746d Test improvements: convert to JUnit4, improved error testing and remove sleeps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588563 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 21:00:38 +00:00
Stefan Bodewig
42beec8e1d A new resource collection multirootfileset, PR 48621
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1578003 13f79535-47bb-0310-9956-ffa450edef68
2014-03-16 09:06:51 +00:00
Stefan Bodewig
3c1f0ee7fa add a 'binaryOutput' attribute to redirector to prevent Ant from corrupting, well, binary output. PRs 56156 and 55667
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1573617 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 17:12:23 +00:00
Stefan Bodewig
5fc48a4bf9 assorted spelling fixes by Lajos Veres - closes #4
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1572981 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 16:14:30 +00:00
Stefan Bodewig
bfa0ded769 Don't use leading slashes for patterns in zipfileset. PR 53949
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554808 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02 14:01:45 +00:00
Stefan Bodewig
9b8fa0748f Add nested propertyset to filterset. PR 55794. Submitted by Richard Steele
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548210 13f79535-47bb-0310-9956-ffa450edef68
2013-12-05 17:19:24 +00:00
Stefan Bodewig
5e36d6068b PR 42702 - document replacetoken's support for resources, which was added in 1.8.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1538045 13f79535-47bb-0310-9956-ffa450edef68
2013-11-01 20:02:08 +00:00
Stefan Bodewig
f5fb02e493 modernize a whole lot of links and example outputs - BZ 55551 - submitted by Erik Costlow
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1522924 13f79535-47bb-0310-9956-ffa450edef68
2013-09-13 13:40:23 +00:00
Jesse N. Glick
ba19f6fab9 #43362 follow-ups: missing/incorrect @since; minor doc improvements and corrections.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1484767 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 11:44:39 +00:00
Antoine Levy-Lambert
46c940785a adding if and unless namespaces allowing to put conditions on all tasks and nested elements. Code written by Peter Reilly. Bugzilla PR 43362.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1479422 13f79535-47bb-0310-9956-ffa450edef68
2013-05-05 23:49:49 +00:00
Jan Materne
edbb09d862 Bug-53538: Manual requires clarification about the use of property/propertynames
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1478660 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 07:03:43 +00:00
Matthew Jason Benson
15b31983d4 add LoadResource to the list of tasks supporting filterchains
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1456609 13f79535-47bb-0310-9956-ffa450edef68
2013-03-14 18:43:23 +00:00
Antoine Levy-Lambert
06dc6c0eea adding an encoding attribute to the contains selector
StringResource default encoding becomes UTF-8
changing ResourceUtils to use the String's encoding when copying from a String
Bug Report 54606


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1452118 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 20:23:51 +00:00
Jacobus Martinus Kruithof
a0a88c7787 Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation
-- excluding api --

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342889 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 12:14:49 +00:00
Stefan Bodewig
d090f28345 stray ampersand, PR 52667
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292394 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 16:49:47 +00:00
Stefan Bodewig
827e9b0654 BCEL moved from Jakarta to Commons
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1150561 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25 07:27:50 +00:00
Stefan Bodewig
45c397532b regexp and ORO have been mothballed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1147760 13f79535-47bb-0310-9956-ffa450edef68
2011-07-18 06:46:28 +00:00
Jesse N. Glick
5b65b7e51b PR 51286: move anchors inside headers.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1129898 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31 20:19:01 +00:00