<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/java/ant.git/manual, branch java8</title>
<subtitle>git.apache.org: repos/asf/ant.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/'/>
<entry>
<title>Merge branch '1.9.x'</title>
<updated>2017-04-11T14:32:00+00:00</updated>
<author>
<name>Stefan Bodewig</name>
<email>bodewig@apache.org</email>
</author>
<published>2017-04-11T14:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=00d140c1b2ac131485862741145ddfbd68024892'/>
<id>00d140c1b2ac131485862741145ddfbd68024892</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add regexp attribute to linecontainsregexp</title>
<updated>2017-04-11T14:29:41+00:00</updated>
<author>
<name>Stefan Bodewig</name>
<email>bodewig@apache.org</email>
</author>
<published>2017-04-11T14:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=53474759846a9ade58ddbd6f24b1649f16e3233f'/>
<id>53474759846a9ade58ddbd6f24b1649f16e3233f</id>
<content type='text'>
https://bz.apache.org/bugzilla/show_bug.cgi?id=60968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bz.apache.org/bugzilla/show_bug.cgi?id=60968
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for jarsigner's -tsadigestalg to &lt;signjar&gt;.</title>
<updated>2017-03-16T17:03:39+00:00</updated>
<author>
<name>Stefan Bodewig</name>
<email>bodewig@apache.org</email>
</author>
<published>2017-03-16T17:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=c11dcf20fa01d13c96a4017a734488ba763cc075'/>
<id>c11dcf20fa01d13c96a4017a734488ba763cc075</id>
<content type='text'>
https://bz.apache.org/bugzilla/show_bug.cgi?id=60665
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bz.apache.org/bugzilla/show_bug.cgi?id=60665
</pre>
</div>
</content>
</entry>
<entry>
<title>accepted the PR too late for 1.10.1</title>
<updated>2017-02-20T16:48:01+00:00</updated>
<author>
<name>Stefan Bodewig</name>
<email>bodewig@apache.org</email>
</author>
<published>2017-02-20T16:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=fd4ff0120ab95c38554c071ee193a64141d1c987'/>
<id>fd4ff0120ab95c38554c071ee193a64141d1c987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhanced JavaxScriptRunner, Junit, docs, Javadoc</title>
<updated>2017-02-20T16:41:37+00:00</updated>
<author>
<name>pyxide</name>
<email>oparent@gmail.com</email>
</author>
<published>2017-01-20T15:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=ea7091756bb65ba5667ac8246efba6ac3f04322e'/>
<id>ea7091756bb65ba5667ac8246efba6ac3f04322e</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '1.9.x'</title>
<updated>2017-02-17T05:54:28+00:00</updated>
<author>
<name>Stefan Bodewig</name>
<email>bodewig@apache.org</email>
</author>
<published>2017-02-17T05:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=5c9767039b88ea36077fc14a041ad5241a60bd67'/>
<id>5c9767039b88ea36077fc14a041ad5241a60bd67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added forceCsvQuoteChar option</title>
<updated>2017-02-17T05:49:14+00:00</updated>
<author>
<name>Francesco Steccanella</name>
<email>fsteccanella@gmail.com</email>
</author>
<published>2017-02-16T11:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=474d23b554cef3164e5edc65ab1d1a52727b9b42'/>
<id>474d23b554cef3164e5edc65ab1d1a52727b9b42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/pr/31'</title>
<updated>2017-02-09T07:09:23+00:00</updated>
<author>
<name>Jan Matèrne</name>
<email>jhm@apache.org</email>
</author>
<published>2017-02-09T07:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=1ccf1989ac4c780845737fcb6b5e9b7e9664084b'/>
<id>1ccf1989ac4c780845737fcb6b5e9b7e9664084b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'rel/1.10.1' and bump versions</title>
<updated>2017-02-06T14:27:34+00:00</updated>
<author>
<name>Stefan Bodewig</name>
<email>bodewig@apache.org</email>
</author>
<published>2017-02-06T14:24:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=79a34b8d20ac9c3aad58a30a98f36871fdabd83a'/>
<id>79a34b8d20ac9c3aad58a30a98f36871fdabd83a</id>
<content type='text'>
Tagging version 1.10.1 of Ant
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tagging version 1.10.1 of Ant
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'rel/1.9.9' into 1.9.x and bump versions</title>
<updated>2017-02-06T14:17:01+00:00</updated>
<author>
<name>Stefan Bodewig</name>
<email>bodewig@apache.org</email>
</author>
<published>2017-02-06T14:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/java/ant.git/commit/?id=05d69720d40699278ef2f29c25d5c1388c8a6aca'/>
<id>05d69720d40699278ef2f29c25d5c1388c8a6aca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
