Gintas Grigelionis
b08077b2d6
Convert tabs into spaces
7 years ago
Gintas Grigelionis
c6aeb2eaa1
Missing CSS class
7 years ago
Gintas Grigelionis
66b52f99e4
Use HTML 5(-ish), fix links
7 years ago
Gintas Grigelionis
c53eb2b91c
There is a var tag in HTML 5…
7 years ago
Gintas Grigelionis
7eeb33d5e8
Chop off redundant blockquotes
7 years ago
Gintas Grigelionis
63dc4df7b8
Remove width constraints, unbreakable spaces and <code><pre>
7 years ago
Gintas Grigelionis
94d36a9fe7
Tidy tag soup, remove inlined styling, adjust formatting
7 years ago
Gintas Grigelionis
0da54795ca
Revised installation manual, cross-referenced optional tasks/types
7 years ago
Stefan Bodewig
00d140c1b2
Merge branch '1.9.x'
8 years ago
Stefan Bodewig
5347475984
add regexp attribute to linecontainsregexp
https://bz.apache.org/bugzilla/show_bug.cgi?id=60968
8 years ago
Stefan Bodewig
fd4ff0120a
accepted the PR too late for 1.10.1
8 years ago
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
8 years ago
Stefan Bodewig
6a40bdb9d3
document XZ support - PR 60350
9 years ago
Stefan Bodewig
c50b683cfb
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
77fbe3782f
fix the patterns used by touch and date selectors
https://bz.apache.org/bugzilla/show_bug.cgi?id=59909
9 years ago
Stefan Bodewig
41d51241c6
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
326727692a
add a filter for native2ascii
9 years ago
Stefan Bodewig
73bcc2813a
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
de5b4058b9
must not set file and dir in <fileset>
https://bz.apache.org/bugzilla/show_bug.cgi?id=59402
9 years ago
Stefan Bodewig
32bf39369d
ownedBy selector
9 years ago
Stefan Bodewig
bcfcb4d8ea
removed anchor by accident
9 years ago
Stefan Bodewig
c5e90beadb
symlink and executable file selectors
9 years ago
Jan Matrne
3a3575562d
Bug 53017: fix 1st sentence of antlib manual
10 years ago
Jan Matrne
9953e3cbc0
Bug 44241: 'activate' Steves <javaconstant> resource
10 years ago
Stefan Bodewig
54eeab675a
copy-past error
10 years ago
Stefan Bodewig
36ec8947fa
document <allbutfirst> and <allbutlast>
10 years ago
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
10 years ago
Stefan Bodewig
06bdb4521d
clearly document the effect of empty includesfile attribute
Bugzilla Issue 26814
10 years ago
Jan Matrne
32062cc59c
Precise the manual: <restrict> uses AND for combining nested resource selectors
10 years ago
Jan Matrne
c848f9a576
typo
10 years ago
Ville Skyttä
43844a7e6b
PR 56748 Spelling fixes, submitted by Ville Skyttä
11 years ago
Stefan Bodewig
6e88f92ead
PR 56584 allow ReplaceTokens filter to use multi-character token separators. Submitted by Ralf Hergert.
11 years ago
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
11 years ago
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
11 years ago
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
11 years ago
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
11 years ago
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
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
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
12 years ago
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
13 years ago
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
13 years ago
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
14 years ago
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
14 years ago
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
14 years ago