svn commit: r1342883 - in /ant/core/trunk: WHATSNEW manual/Tasks/manifest.html

2012-05-26 Thread jkf
Author: jkf Date: Sat May 26 10:58:46 2012 New Revision: 1342883 URL: http://svn.apache.org/viewvc?rev=1342883&view=rev Log: Documentation update: Bug 53215 - Broken link to oracle doc in Manifest task Modified: ant/core/trunk/WHATSNEW ant/core/trunk/manual/Tasks/manifest.html Modi

svn commit: r1342897 [2/2] - in /ant/core/trunk: ./ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/filters/ src/main/org/apache/tools/ant/helper/ src/main/org/apache/tools/ant/listener/

2012-05-26 Thread jkf
Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/AbstractAccessTask.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/AbstractAccessTask.java?rev=1342897&r1=1342896&r2=1342897&view=diff =

svn commit: r1342899 - in /ant/core/trunk: WHATSNEW manual/Tasks/junit.html

2012-05-26 Thread jkf
Author: jkf Date: Sat May 26 13:37:51 2012 New Revision: 1342899 URL: http://svn.apache.org/viewvc?rev=1342899&view=rev Log: Bug 53202 - Typo in JUnit task documentation Modified: ant/core/trunk/WHATSNEW ant/core/trunk/manual/Tasks/junit.html Modified: ant/core/trunk/WHATSNEW URL:

svn commit: r1342959 - in /ant/core/trunk: WHATSNEW manual/Tasks/fixcrlf.html src/main/org/apache/tools/ant/filters/FixCrLfFilter.java

2012-05-26 Thread jkf
Author: jkf Date: Sat May 26 20:48:39 2012 New Revision: 1342959 URL: http://svn.apache.org/viewvc?rev=1342959&view=rev Log: Bug 53036 - FixCRLF does not respect the eol="asis" setting Modified: ant/core/trunk/WHATSNEW ant/core/trunk/manual/Tasks/fixcrlf.html ant/core/

svn commit: r1343304 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/Main.java

2012-05-28 Thread jkf
Author: jkf Date: Mon May 28 15:54:00 2012 New Revision: 1343304 URL: http://svn.apache.org/viewvc?rev=1343304&view=rev Log: Bug 51792 - Unable to override system properties with 1.8.2 Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/Main.java Modified:

svn commit: r739567 - in /ant/core/trunk: ./ docs/manual/ src/main/org/apache/tools/ant/taskdefs/ src/tests/antunit/taskdefs/

2009-01-31 Thread jkf
Author: jkf Date: Sat Jan 31 14:54:54 2009 New Revision: 739567 URL: http://svn.apache.org/viewvc?rev=739567&view=rev Log: Adding task to provide host info, requests in bug reports 31164 and 45861. Added: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/HostInfo.java

svn commit: r739572 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java

2009-01-31 Thread jkf
Author: jkf Date: Sat Jan 31 16:14:58 2009 New Revision: 739572 URL: http://svn.apache.org/viewvc?rev=739572&view=rev Log: Fixed some obvious errors. (Formatter class is not thread safe, equals from string to another object). Modified: ant/core/trunk/src/main/org/apache/tools/ant/task

svn commit: r739575 - /ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java

2009-01-31 Thread jkf
Author: jkf Date: Sat Jan 31 16:26:41 2009 New Revision: 739575 URL: http://svn.apache.org/viewvc?rev=739575&view=rev Log: Math.abs(rand.nextInt()) may yield negative value. rand.nextInt(Integer.MAX_VALUE) seems to be what was meant. Modified: ant/core/trunk/src/main/org/apache/tools

svn commit: r739577 - /ant/core/trunk/src/main/org/apache/tools/ant/property/NullReturn.java

2009-01-31 Thread jkf
Author: jkf Date: Sat Jan 31 17:10:50 2009 New Revision: 739577 URL: http://svn.apache.org/viewvc?rev=739577&view=rev Log: Original toString would always throw a NPE. Modified: ant/core/trunk/src/main/org/apache/tools/ant/property/NullReturn.java Modified: ant/core/trunk/src/main/org/ap

svn commit: r739864 - /ant/core/trunk/docs/manual/CoreTasks/hostinfo.html

2009-02-01 Thread jkf
Author: jkf Date: Sun Feb 1 22:19:20 2009 New Revision: 739864 URL: http://svn.apache.org/viewvc?rev=739864&view=rev Log: Forgot to commit this one yesterday (belongs to commit r739567) Added: ant/core/trunk/docs/manual/CoreTasks/hostinfo.html Added: ant/core/trunk/docs/manual/CoreT

svn commit: r739865 - /ant/core/trunk/src/main/org/apache/tools/ant/util/DateUtils.java

2009-02-01 Thread jkf
Author: jkf Date: Sun Feb 1 22:19:57 2009 New Revision: 739865 URL: http://svn.apache.org/viewvc?rev=739865&view=rev Log: Another thread-unsafe date formatter Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DateUtils.java Modified: ant/core/trunk/src/main/org/apache/tools

svn commit: r739873 - in /ant/core/trunk: docs/manual/OptionalTasks/junit.html src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java

2009-02-01 Thread jkf
Author: jkf Date: Sun Feb 1 22:30:48 2009 New Revision: 739873 URL: http://svn.apache.org/viewvc?rev=739873&view=rev Log: Do not filter out AssertionError bugzilla 45631. Also some corrections and still avoid inclusion of the AssertionError "Caused by" line as originally present w

svn commit: r739874 - /ant/core/trunk/WHATSNEW

2009-02-01 Thread jkf
Author: jkf Date: Sun Feb 1 22:32:32 2009 New Revision: 739874 URL: http://svn.apache.org/viewvc?rev=739874&view=rev Log: 45631 Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=739874&r1=739873&r2

svn commit: r741505 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Jikes.java

2009-02-06 Thread jkf
Author: jkf Date: Fri Feb 6 10:20:47 2009 New Revision: 741505 URL: http://svn.apache.org/viewvc?rev=741505&view=rev Log: Removed the own implementation for creating a temporary file, in case deletion of temp file fails, added it as candidate for deletion on exit. Modified: ant/core/t

svn commit: r741554 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Redirector.java

2009-02-06 Thread jkf
Author: jkf Date: Fri Feb 6 12:36:48 2009 New Revision: 741554 URL: http://svn.apache.org/viewvc?rev=741554&view=rev Log: Pr 44544: Deadlock between in, out and err in the redirector. Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Redirector.

svn commit: r741513 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java

2009-02-06 Thread jkf
Author: jkf Date: Fri Feb 6 10:27:54 2009 New Revision: 741513 URL: http://svn.apache.org/viewvc?rev=741513&view=rev Log: deprecated since Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java Modified: ant/core/trunk/src/main/org/ap

svn commit: r741512 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/extension: DeweyDecimal.java Extension.java ExtensionAdapter.java Specification.java

2009-02-06 Thread jkf
Author: jkf Date: Fri Feb 6 10:27:22 2009 New Revision: 741512 URL: http://svn.apache.org/viewvc?rev=741512&view=rev Log: Marked the DeweyDecimal in extension package deprecated. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java

svn commit: r741506 - /ant/core/trunk/src/main/org/apache/tools/ant/util/DateUtils.java

2009-02-06 Thread jkf
Author: jkf Date: Fri Feb 6 10:21:24 2009 New Revision: 741506 URL: http://svn.apache.org/viewvc?rev=741506&view=rev Log: Deprecated the public DateFormat Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DateUtils.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/

svn commit: r742061 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java

2009-02-08 Thread jkf
Author: jkf Date: Sun Feb 8 11:33:56 2009 New Revision: 742061 URL: http://svn.apache.org/viewvc?rev=742061&view=rev Log: Bugzilla Report 46659, space missing between define and value in RPM task (verified against help page of rpm). Modified: ant/core/trunk/WHATSNEW ant/core/trunk

svn commit: r768513 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: ExecTask.java Execute.java

2009-04-25 Thread jkf
Author: jkf Date: Sat Apr 25 10:55:30 2009 New Revision: 768513 URL: http://svn.apache.org/viewvc?rev=768513&view=rev Log: Remove pre java 1.3 construct. Remove spawn from Execute (spawn from ExecTask is actually used, the one here was never used) Modified: ant/core/trunk/src/main

svn commit: r793048 - in /ant/core/trunk: ./ docs/webtest/gettest/ src/main/org/apache/tools/ant/taskdefs/ src/tests/antunit/taskdefs/

2009-07-10 Thread jkf
Author: jkf Date: Fri Jul 10 17:37:04 2009 New Revision: 793048 URL: http://svn.apache.org/viewvc?rev=793048&view=rev Log: Also allow redirect from http to https a subset of what was requested in pr 47433. Tests from https to http v.v. have also been executed I couldn't find a https

svn commit: r793056 - /ant/core/trunk/build.xml

2009-07-10 Thread jkf
Author: jkf Date: Fri Jul 10 17:50:28 2009 New Revision: 793056 URL: http://svn.apache.org/viewvc?rev=793056&view=rev Log: made easier to switch loglevel on the antunit testcases Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc

svn commit: r820893 - /ant/core/trunk/docs/manual/CoreTasks/replace.html

2009-10-01 Thread jkf
Author: jkf Date: Fri Oct 2 05:46:42 2009 New Revision: 820893 URL: http://svn.apache.org/viewvc?rev=820893&view=rev Log: 47929 inconsistency between source and src in example and explanation Modified: ant/core/trunk/docs/manual/CoreTasks/replace.html Modified: ant/core/trunk/docs/ma

svn commit: r922178 - /ant/core/trunk/bootstrap.bat

2010-03-12 Thread jkf
Author: jkf Date: Fri Mar 12 08:41:21 2010 New Revision: 922178 URL: http://svn.apache.org/viewvc?rev=922178&view=rev Log: pr 48896 tools.jar no longer present on bootstrap classpath Modified: ant/core/trunk/bootstrap.bat Modified: ant/core/trunk/bootstrap.bat URL: http://svn.apache

svn commit: r922179 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ResourceUtils.java

2010-03-12 Thread jkf
Author: jkf Date: Fri Mar 12 08:44:54 2010 New Revision: 922179 URL: http://svn.apache.org/viewvc?rev=922179&view=rev Log: problem 48894 1) buffer size management is present in FileChannel, so we do not need to impose any limit. 2) bus error in gij when requested copy size > remaining fi

svn commit: r922191 - /ant/core/trunk/build.xml

2010-03-12 Thread jkf
Author: jkf Date: Fri Mar 12 09:37:52 2010 New Revision: 922191 URL: http://svn.apache.org/viewvc?rev=922191&view=rev Log: Inspired on one of the patches on debian ant Minimum java version 1.8+ is 1.4. Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL:

svn commit: r943929 - /ant/core/trunk/src/main/org/apache/tools/ant/DemuxInputStream.java

2010-05-13 Thread jkf
Author: jkf Date: Thu May 13 16:26:25 2010 New Revision: 943929 URL: http://svn.apache.org/viewvc?rev=943929&view=rev Log: Pr 49279, DemuxInputStream.read() should return unsigned values (mandated by contract of InputStream) Modified: ant/core/trunk/src/main/org/apache/tools

svn commit: r943930 - /ant/core/trunk/WHATSNEW

2010-05-13 Thread jkf
Author: jkf Date: Thu May 13 16:27:52 2010 New Revision: 943930 URL: http://svn.apache.org/viewvc?rev=943930&view=rev Log: (empty) Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=943930&r1=943929&a

svn commit: r947339 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/util/ResourceUtils.java

2010-05-22 Thread jkf
Author: jkf Date: Sat May 22 22:00:52 2010 New Revision: 947339 URL: http://svn.apache.org/viewvc?rev=947339&view=rev Log: pr 49326. Sun JVM tries to mmap the entire file during a copy. For large files this is not feasible. We now explicitly request to copy at most 16 MiB per request. Modi

svn commit: r947340 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ResourceUtils.java

2010-05-22 Thread jkf
Author: jkf Date: Sat May 22 22:05:31 2010 New Revision: 947340 URL: http://svn.apache.org/viewvc?rev=947340&view=rev Log: fix spelling error in var name Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ResourceUtils.java Modified: ant/core/trunk/src/main/org/apache/tools

svn commit: r990653 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/HostInfo.java

2010-08-29 Thread jkf
Author: jkf Date: Sun Aug 29 21:07:29 2010 New Revision: 990653 URL: http://svn.apache.org/viewvc?rev=990653&view=rev Log: Bugzilla 49513, reported by jks/iname Availability of hostname is now taken into consideration when selecting a local address. Modified: ant/core/trunk/WHAT

svn commit: r990692 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/HostInfo.java

2010-08-29 Thread jkf
Author: jkf Date: Mon Aug 30 04:05:46 2010 New Revision: 990692 URL: http://svn.apache.org/viewvc?rev=990692&view=rev Log: fixed error in patch committed yesterday. Site Local with address no longer overwrites global without. Modified: ant/core/trunk/src/main/org/apache/tools/ant/task

svn commit: r990865 - /ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml

2010-08-30 Thread jkf
Author: jkf Date: Mon Aug 30 17:03:27 2010 New Revision: 990865 URL: http://svn.apache.org/viewvc?rev=990865&view=rev Log: Forward lookup will no longer give back ip address split in host and domain. On gump apparently the ip address cannot be resolved to the real hostname. Modified:

svn commit: r608939 - in /ant/core/trunk/src: main/org/apache/tools/ant/taskdefs/ main/org/apache/tools/ant/taskdefs/compilers/ main/org/apache/tools/ant/taskdefs/cvslib/ main/org/apache/tools/ant/tas

2008-01-04 Thread jkf
Author: jkf Date: Fri Jan 4 09:45:12 2008 New Revision: 608939 URL: http://svn.apache.org/viewvc?rev=608939&view=rev Log: request from cactus team, backward incompatible change in FileUtils made backward compatible Modified: ant/core/trunk/src/main/org/apache/tools/ant/task

svn commit: r608999 - /ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java

2008-01-04 Thread jkf
Author: jkf Date: Fri Jan 4 12:48:55 2008 New Revision: 608999 URL: http://svn.apache.org/viewvc?rev=608999&view=rev Log: improved lay-out + add since ant 1.7.1 instead of 1.8 Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/FileUtils.java Modified: ant/core/trunk/src/main

svn commit: r608996 - in /ant/core/branches/ANT_17_BRANCH/src: main/org/apache/tools/ant/taskdefs/ main/org/apache/tools/ant/taskdefs/compilers/ main/org/apache/tools/ant/taskdefs/cvslib/ main/org/apa

2008-01-04 Thread jkf
Author: jkf Date: Fri Jan 4 12:46:26 2008 New Revision: 608996 URL: http://svn.apache.org/viewvc?rev=608996&view=rev Log: manual merge of r608939 Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/Execute.java ant/core/branches/ANT_17_BRANCH/src/main

[ant] branch master updated: updated default m2 repository location

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 7af3b61 updated default m2 repository location

[ant] branch master updated: Updated manual to use https as far as currently possible.

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 264074b Updated manual to use https as far as

[ant] branch master updated: Updated http references to https in text files in root directory, except WHATSNEW

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new e824308 Updated http references to https in text

[ant] branch master updated: https to the extent possible for src/etc excluding src/etc/testcases

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new c82c433 https to the extent possible for src/etc

[ant] 02/02: checkstyle.org has https site also for xsl

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit 46a53f4e36d971f45f3cb9fcc5203d03f7a6094b Author: jkf AuthorDate: Sat May 25 18:55:39 2019 +0200 checkstyle.org has https

[ant] 01/02: checkstyle.org has https site

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit 2e225a00fdd3397a5d0ee14580fc1c1aacfa6f9d Author: jkf AuthorDate: Sat May 25 18:54:41 2019 +0200 checkstyle.org has https

[ant] branch master updated (c82c433 -> 46a53f4)

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ant.git. from c82c433 https to the extent possible for src/etc excluding src/etc/testcases new 2e225a0 checkstyle.org has https

[ant] branch master updated: remove unnecessary http references in xml / xsl testcases

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 3d515b2 remove unnecessary http references in xml

[ant] branch master updated: removed http links from java sources to the extent possible

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new ceb39e21 removed http links from java sources to the

[ant] branch master updated: Validating contents of resources fetched via insecure channels

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new ad49c5b Validating contents of resources fetched via

[ant] branch master updated: Avoid connection refused errors by leaving some time between the gets, works locally lets see if it also works for jenkins

2019-05-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 9b4393b Avoid connection refused errors by leaving

[ant-antlibs-antunit] branch master updated: updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licen

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git The following commit(s) were added to refs/heads/master by this push: new 7b53475 updated reference to license

[ant-antlibs-common] branch master updated: updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licens

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git The following commit(s) were added to refs/heads/master by this push: new b4d1de5 updated reference to license

[ant-antlibs-compress] branch master updated: updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/lice

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git The following commit(s) were added to refs/heads/master by this push: new a9d4076 updated reference to

[ant-antlibs-dotnet] branch master updated: updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licens

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-dotnet.git The following commit(s) were added to refs/heads/master by this push: new 2ae779c updated reference to license

[ant-antlibs-props] branch master updated: updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/license

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-props.git The following commit(s) were added to refs/heads/master by this push: new 7f8db09 updated reference to license

[ant-antlibs-vss] branch master updated: updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-vss.git The following commit(s) were added to refs/heads/master by this push: new 25647b3 updated reference to license

[ant] branch master updated: Fixed broken javadoc

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new e5e41f0 Fixed broken javadoc e5e41f0 is described

[ant-antlibs-antunit] branch master updated: Removed unnecessary http references

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git The following commit(s) were added to refs/heads/master by this push: new 3d4c28f Removed unnecessary http

[ant-antlibs-antunit] branch master updated: also https in NOTICE

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git The following commit(s) were added to refs/heads/master by this push: new 2c49ac7 also https in NOTICE 2c49ac7

[ant-antlibs-common] branch master updated: Removed unnecessary http references

2019-05-26 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git The following commit(s) were added to refs/heads/master by this push: new 2096c51 Removed unnecessary http

[ant] branch master updated: uri is part of the license itself and therfore should not be changed without involvement of legal.

2019-05-27 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 2a99ecf uri is part of the license itself and

[ant-antlibs-common] branch master updated: uri is part of the license itself and therfore should not be changed without involvement of legal.

2019-05-27 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git The following commit(s) were added to refs/heads/master by this push: new e8dfc5e uri is part of the license

[ant-antlibs-compress] branch master updated: Removed unnecessary http references

2019-05-27 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git The following commit(s) were added to refs/heads/master by this push: new 0fa97a4 Removed unnecessary http

[ant] 02/02: updated default m2 repository location

2019-05-31 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/ant.git commit 0b1690a4f50e363fdbe4a474e24d0a7ac9e82d67 Author: jkf AuthorDate: Sat May 25 13:07:23 2019 +0200 updated default m2

[ant] 01/02: Validating contents of resources fetched via insecure channels

2019-05-31 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/ant.git commit fb6d9b0d5d603d4339f5547a74f00833b221cc0a Author: jkf AuthorDate: Sun May 26 08:11:28 2019 +0200 Validating contents of

[ant] branch 1.9.x updated (5198e58 -> 0b1690a)

2019-05-31 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/ant.git. from 5198e58 Use HTTPS URL for fetching doc generation tool new fb6d9b0 Validating contents of resources fetched via

[ant] branch master updated: PR 53457 - ByteBuffer::limit and ByteBuffer::rewind are new methods linked when building on jdk11 this prevents running ZIP related tasks on jdk8 from completing successfu

2019-06-01 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 823a531 PR 53457 - ByteBuffer::limit and ByteBuffer

[ant] branch master updated: @BeforeAll failing should break build. Pr 63479

2019-06-01 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 35d3b9a @BeforeAll failing should break build. Pr

[ant] branch master updated (35d3b9a -> ed10217)

2019-06-01 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ant.git. from 35d3b9a @BeforeAll failing should break build. Pr 63479 new 382edda Patch improving FTP Connection Closed error

[ant] 01/02: Patch improving FTP Connection Closed error handling and reporting by Eugene Adell

2019-06-01 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit 382edda47687bf2eec6f65f0f17e29e81b7cf847 Author: jkf AuthorDate: Sat Jun 1 14:18:52 2019 +0200 Patch improving FTP

[ant] 02/02: Updating WHATSNEW for the changes of today and last week

2019-06-01 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit ed102173aa937cb650162d7c9accb03f4495b895 Author: jkf AuthorDate: Sat Jun 1 14:30:05 2019 +0200 Updating WHATSNEW for the

[ant] branch master updated: The changes of last week part

2019-06-01 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new dbf4b6f The changes of last week part dbf4b6f is

[ant] branch master updated: Refer to Java 8 documentation for consistency

2019-06-02 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 1595855 Refer to Java 8 documentation for

[ant] 01/02: make deprecated method use non-deprecated method instead of the other way around

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit 6904fd1eee39ae35a584564f5f4601bf123a19a5 Author: jkf AuthorDate: Sat Jun 15 11:49:20 2019 +0200 make deprecated method

[ant] 02/02: JavaEnvUtils - Suppot of JDK1.8+ only

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit d49dacf854f8996fc980fca977ea2bf825e1e062 Author: jkf AuthorDate: Sat Jun 15 13:42:21 2019 +0200 JavaEnvUtils - Suppot of

[ant] branch master updated (1c4a77a -> d49dacf)

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ant.git. from 1c4a77a Merge branch '1.9.x' new 6904fd1 make deprecated method use non-deprecated method instead of the

[ant] branch master updated (d49dacf -> b527dca)

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ant.git. from d49dacf JavaEnvUtils - Suppot of JDK1.8+ only new 15fcc94 Use commandline argument file for all options, but -J

[ant] branch master updated (b527dca -> dadbc27)

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ant.git. from b527dca Merge pull request #98 from slobokot/fork-javac new 5c8178b Merge pull request #98 from slobokot/fork-javac

[ant] 03/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/ant

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit dadbc278d00e51d396b8949e7bf38ee0df6f10b8 Merge: 8f90351 b527dca Author: jkf AuthorDate: Sat Jun 15 16:28:16 2019 +0200

[ant] 01/03: Merge pull request #98 from slobokot/fork-javac

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit 5c8178b5b3c74ff10e7554582b3cfaf6c9d78048 Merge: d49dacf 2bc974a Author: jmkf AuthorDate: Sat Jun 15 14:46:25 2019 +0200

[ant] 02/03: improved version handling in CompilerAdapter

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit 8f903513877e81e1c2e180c80c467f1ad71fc1d9 Author: jkf AuthorDate: Sat Jun 15 16:10:37 2019 +0200 improved version

[ant] branch master updated: More easily avoidable 1.x confusion removed

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 7b825e7 More easily avoidable 1.x confusion removed

[ant] branch master updated: sorry for messing up with tabs

2019-06-15 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 4af2316 sorry for messing up with tabs 4af2316 is

svn commit: r1861938 - in /ant/site/ant: production/ sources/ sources/stylesheets/

2019-06-23 Thread jkf
Author: jkf Date: Sun Jun 23 14:41:22 2019 New Revision: 1861938 URL: http://svn.apache.org/viewvc?rev=1861938&view=rev Log: Updated location of wiki. Modified: ant/site/ant/production/antnews.html ant/site/ant/production/archive.html ant/site/ant/production/bindownload.html

svn commit: r1861939 - in /ant/site/ant/production: manual-1.9.x/using.html manual/using.html

2019-06-23 Thread jkf
Author: jkf Date: Sun Jun 23 14:52:36 2019 New Revision: 1861939 URL: http://svn.apache.org/viewvc?rev=1861939&view=rev Log: also updated manual manually Modified: ant/site/ant/production/manual-1.9.x/using.html ant/site/ant/production/manual/using.html Modified: ant/site/ant/produc

[ant] branch master updated: updated wiki location in manual

2019-06-23 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 805137c updated wiki location in manual 805137c is

[ant] branch 1.9.x updated: cherry-pick updated wiki location in manual

2019-06-23 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/1.9.x by this push: new 4f012c5 cherry-pick updated wiki location in manual

[ant] 01/02: Bug 47414 - [PATCH] Add Ftp ant task timeout by Eugene Adell

2019-07-12 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit e6b44170a8419f01a5ea45b4917f569ca45aafff Author: jkf AuthorDate: Fri Jul 12 14:45:48 2019 +0200 Bug 47414 - [PATCH] Add

[ant] 02/02: Add Ftp ant task timeout documentation also updated

2019-07-12 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit 1702b68043aa3d60562e6b54903ad377fc9ca591 Author: jkf AuthorDate: Fri Jul 12 16:05:46 2019 +0200 Add Ftp ant task timeout

[ant] branch master updated (1d7bf5c -> 1702b68)

2019-07-12 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ant.git. from 1d7bf5c Merge branch '1.9.x' new e6b4417 Bug 47414 - [PATCH] Add Ftp ant task timeout by Eugene Adel

[ant] 01/02: Bugzilla 63252 FTP prevent No Transfer Timeout during long listings by Eugene Adell

2019-07-12 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit b719dcff3d6cd3e79705dcbcb9357579ae8ff711 Author: jkf AuthorDate: Fri Jul 12 16:24:54 2019 +0200 Bugzilla 63252 FTP

[ant] branch master updated (1702b68 -> 4ea4918)

2019-07-12 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ant.git. from 1702b68 Add Ftp ant task timeout documentation also updated new b719dcf Bugzilla 63252 FTP prevent No Transfer

[ant] 02/02: Add Ftp ant task wakeUpTransferInterval documentation also updated

2019-07-12 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git commit 4ea4918b7097a4d222f122a98d906607e5b07e21 Author: jkf AuthorDate: Fri Jul 12 17:00:44 2019 +0200 Add Ftp ant task

[ant] branch master updated: Add Ftp ant task timeout documentation also updated

2019-07-13 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new c100ca0 Add Ftp ant task timeout documentation also

[ant] branch master updated: FTP checkstyle fixed + removed spurious part from ftp.html

2019-07-14 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new bd7934e FTP checkstyle fixed + removed spurious part

[ant] branch master updated: 1.10.7

2019-07-14 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new ee3ef7a 1.10.7 ee3ef7a is described below commit

[ant] branch master updated: Fixed regression on javac version selection in case build.compiler property is set.

2019-08-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new aac25de Fixed regression on javac version selection

[ant] branch master updated: Removing quotes that break builds on 1.8

2019-08-25 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new a45a1f3 Removing quotes that break builds on 1.8

[ant] branch jkf-review created (now 4bbbd8e)

2020-09-29 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch jkf-review in repository https://gitbox.apache.org/repos/asf/ant.git. at 4bbbd8e Fixing new typos in running.html This branch includes the following new commits: new 4bbbd8e Fixing

[ant] 01/01: Fixing new typos in running.html

2020-09-29 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch jkf-review in repository https://gitbox.apache.org/repos/asf/ant.git commit 4bbbd8e1e90921e07ba3c035a015715eda9e62f4 Author: jmkf AuthorDate: Tue Sep 29 18:05:50 2020 +0200 Fixing new typos in

[ant] branch master updated: Fixing new typos in running.html (#136)

2020-09-29 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new f291dea Fixing new typos in running.html (#136

[ant] 01/01: Ant 1.10 requires jdk 8 doc update

2020-09-29 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch jkf-1.10-requires-jdk8 in repository https://gitbox.apache.org/repos/asf/ant.git commit 1eca36cffe13853841bfa1850c724db0b1561bf5 Author: jmkf AuthorDate: Tue Sep 29 19:36:38 2020 +0200 Ant

[ant] branch jkf-1.10-requires-jdk8 created (now 1eca36c)

2020-09-29 Thread jkf
This is an automated email from the ASF dual-hosted git repository. jkf pushed a change to branch jkf-1.10-requires-jdk8 in repository https://gitbox.apache.org/repos/asf/ant.git. at 1eca36c Ant 1.10 requires jdk 8 doc update This branch includes the following new commits: new

  1   2   >