svn commit: r1470336 - /ant/easyant/core/trunk/src/documentation/howto/GettingStarted.html

2013-04-21 Thread jhm
Author: jhm Date: Sun Apr 21 19:47:32 2013 New Revision: 1470336 URL: http://svn.apache.org/r1470336 Log: typo Modified: ant/easyant/core/trunk/src/documentation/howto/GettingStarted.html Modified: ant/easyant/core/trunk/src/documentation/howto/GettingStarted.html URL: http

svn commit: r1478660 - /ant/core/trunk/manual/Types/filterchain.html

2013-05-03 Thread jhm
Author: jhm Date: Fri May 3 07:03:43 2013 New Revision: 1478660 URL: http://svn.apache.org/r1478660 Log: Bug-53538: Manual requires clarification about the use of property/propertynames Modified: ant/core/trunk/manual/Types/filterchain.html Modified: ant/core/trunk/manual/Types

svn commit: r1478661 - /ant/core/trunk/manual/Tasks/parallel.html

2013-05-03 Thread jhm
Author: jhm Date: Fri May 3 07:10:31 2013 New Revision: 1478661 URL: http://svn.apache.org/r1478661 Log: Bug-53490: unrequired stuff breaks code formatting Modified: ant/core/trunk/manual/Tasks/parallel.html Modified: ant/core/trunk/manual/Tasks/parallel.html URL: http://svn.apache.org

svn commit: r1485605 - in /ant/site/ant: production/external.html sources/external.xml

2013-05-23 Thread jhm
Author: jhm Date: Thu May 23 08:10:20 2013 New Revision: 1485605 URL: http://svn.apache.org/r1485605 Log: starting update externals - AntDoclet not more available - Antmerge not more available - CMSDeploy: last version from 2003, Vignette itself not more available - Configure not more available

svn commit: r1486297 - in /ant/site/ant: production/nightlies.html sources/nightlies.xml

2013-05-25 Thread jhm
Author: jhm Date: Sat May 25 08:09:43 2013 New Revision: 1486297 URL: http://svn.apache.org/r1486297 Log: Update nightlies.[x|ht]ml Modified: ant/site/ant/production/nightlies.html ant/site/ant/sources/nightlies.xml Modified: ant/site/ant/production/nightlies.html URL: http

svn commit: r1515308 - in /ant/site/ant: production/faq.html sources/faq.xml

2013-08-19 Thread jhm
Author: jhm Date: Mon Aug 19 08:09:36 2013 New Revision: 1515308 URL: http://svn.apache.org/r1515308 Log: Typo Modified: ant/site/ant/production/faq.html ant/site/ant/sources/faq.xml Modified: ant/site/ant/production/faq.html URL: http://svn.apache.org/viewvc/ant/site/ant/production

svn commit: r1546542 - in /ant/site/ant: production/index.html sources/index.xml

2013-11-29 Thread jhm
Author: jhm Date: Fri Nov 29 11:13:28 2013 New Revision: 1546542 URL: http://svn.apache.org/r1546542 Log: Add the IvyDE announcement to the main page (like the others). Modified: ant/site/ant/production/index.html ant/site/ant/sources/index.xml Modified: ant/site/ant/production

svn commit: r1551525 - /ant/core/trunk/manual/Tasks/macrodef.html

2013-12-17 Thread jhm
Author: jhm Date: Tue Dec 17 12:15:15 2013 New Revision: 1551525 URL: http://svn.apache.org/r1551525 Log: Bug-55895: typo in the manual Modified: ant/core/trunk/manual/Tasks/macrodef.html Modified: ant/core/trunk/manual/Tasks/macrodef.html URL: http://svn.apache.org/viewvc/ant/core/trunk

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

2014-04-09 Thread jhm
Author: jhm Date: Wed Apr 9 13:54:18 2014 New Revision: 1585973 URL: http://svn.apache.org/r1585973 Log: Don't try to copy the javadoc if generation was skipped Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/buil

svn commit: r1585981 - in /ant/core/trunk/src: main/org/apache/tools/ant/taskdefs/ main/org/apache/tools/ant/util/ main/org/apache/tools/ant/util/facade/ tests/junit/org/apache/tools/ant/util/

2014-04-09 Thread jhm
Author: jhm Date: Wed Apr 9 14:18:00 2014 New Revision: 1585981 URL: http://svn.apache.org/r1585981 Log: detect Java9 Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javac.java ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java ant/core/trunk/src

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

2014-04-10 Thread jhm
Author: jhm Date: Thu Apr 10 09:40:35 2014 New Revision: 1586251 URL: http://svn.apache.org/r1586251 Log: By default disable JavaDocs Doclint which was introduced in Java8 and breaks the builds due not-strict-html JavaDoc comments. Could be enabled via -DwithDoclint=true Modified: ant/core

svn commit: r1586585 - /ant/core/trunk/launch-build.xml

2014-04-10 Thread jhm
Author: jhm Date: Fri Apr 11 06:55:49 2014 New Revision: 1586585 URL: http://svn.apache.org/r1586585 Log: Property "args" is set on project level. So setting a default value inside a target wont work. Modified: ant/core/trunk/launch-build.xml Modified: ant/core/trunk/launch-bui

svn commit: r1587161 - in /ant/core/trunk/src: main/org/apache/tools/ant/taskdefs/compilers/ tests/antunit/ tests/antunit/taskdefs/ tests/junit/org/apache/tools/ant/taskdefs/ tests/junit/org/apache/to

2014-04-14 Thread jhm
Author: jhm Date: Mon Apr 14 08:10:51 2014 New Revision: 1587161 URL: http://svn.apache.org/r1587161 Log: more Java9 stuff - create the CompilerAdapter for J9 - tests of source and target - add detection of J9 to antunit-base.xml Modified: ant/core/trunk/src/main/org/apache/tools/ant

svn commit: r1587167 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapterTest.java

2014-04-14 Thread jhm
Author: jhm Date: Mon Apr 14 08:56:53 2014 New Revision: 1587167 URL: http://svn.apache.org/r1587167 Log: hit the commit-button too early: have to comment these two tests out Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapterTest.java

svn commit: r1592699 - /ant/ivy/core/trunk/build.xml

2014-05-06 Thread jhm
Author: jhm Date: Tue May 6 10:06:48 2014 New Revision: 1592699 URL: http://svn.apache.org/r1592699 Log: Update Checkstyle, so the Ivy-Check build job could run. https://builds.apache.org/view/A-D/view/Ant/job/Ivy-check Modified: ant/ivy/core/trunk/build.xml Modified: ant/ivy/core/trunk

svn commit: r1592701 - /ant/ivy/core/trunk/src/etc/checkstyle/checkstyle-config

2014-05-06 Thread jhm
Author: jhm Date: Tue May 6 10:07:23 2014 New Revision: 1592701 URL: http://svn.apache.org/r1592701 Log: typo in comment Modified: ant/ivy/core/trunk/src/etc/checkstyle/checkstyle-config Modified: ant/ivy/core/trunk/src/etc/checkstyle/checkstyle-config URL: http://svn.apache.org/viewvc

git commit: update STATUS file

2014-05-25 Thread jhm
Repository: ant Updated Branches: refs/heads/master 74d19d829 -> 24e5a0e88 update STATUS file Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/24e5a0e8 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/24e5a0e8 Diff: http:/

git commit: Workaround for missing svn:external. Try to build on Jenkins@a.o.

2014-06-02 Thread jhm
Repository: ant-antlibs-common Updated Branches: refs/heads/master 3b5c7d6dc -> a7e796410 Workaround for missing svn:external. Try to build on Jenkins@a.o. Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-commo

git commit: Workaround for missing svn:external. Try to build on Jenkins@a.o.

2014-06-02 Thread jhm
Repository: ant-antlibs-props Updated Branches: refs/heads/master 15c1d82cd -> 8ee9d459d Workaround for missing svn:external. Try to build on Jenkins@a.o. Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/co

[1/2] git commit: get antunit.jar, so a local build has all required jars

2014-06-03 Thread jhm
Repository: ant-antlibs-common Updated Branches: refs/heads/master a7e796410 -> 6fbf64335 get antunit.jar, so a local build has all required jars Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/1

[2/2] git commit: specify default location of ant-testutil.jar

2014-06-03 Thread jhm
specify default location of ant-testutil.jar Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/6fbf6433 Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/tree/6fbf6433 Diff: http://git-wi

git commit: write test reports so we could see them in Jenkins

2014-06-03 Thread jhm
Repository: ant-antlibs-common Updated Branches: refs/heads/master 6fbf64335 -> cb88d0c6b write test reports so we could see them in Jenkins Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/cb88d0

[2/2] git commit: update prepare.xml

2014-06-03 Thread jhm
update prepare.xml Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/commit/e6fbc896 Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/tree/e6fbc896 Diff: http://git-wip-us.apache.org/repos/asf/ant-

[1/2] git commit: reuse of .gitignore of ant-core

2014-06-03 Thread jhm
Repository: ant-antlibs-props Updated Branches: refs/heads/master 8ee9d459d -> e6fbc8965 reuse of .gitignore of ant-core Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/commit/72b12ffa Tree: http://git-wip

git commit: For older Ant-versions, no xmlns:if

2014-06-03 Thread jhm
Repository: ant-antlibs-common Updated Branches: refs/heads/master cb88d0c6b -> 3186172da For older Ant-versions, no xmlns:if Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/3186172d Tree: http:/

git commit: update

2014-06-03 Thread jhm
Repository: ant-antlibs-props Updated Branches: refs/heads/master e6fbc8965 -> f293423b1 update Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/commit/f293423b Tree: http://git-wip-us.apache.org/repos/asf/

git commit: documentation; split into 2 phases

2014-06-03 Thread jhm
Repository: ant-antlibs-common Updated Branches: refs/heads/master 3186172da -> ea250187d documentation; split into 2 phases Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/ea250187 Tree: http://

git commit: update

2014-06-03 Thread jhm
Repository: ant-antlibs-props Updated Branches: refs/heads/master f293423b1 -> 6a2a39fe9 update Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/commit/6a2a39fe Tree: http://git-wip-us.apache.org/repos/asf/

git commit: wrong property, use fix value instead of absolute path

2014-06-03 Thread jhm
Repository: ant-antlibs-common Updated Branches: refs/heads/master ea250187d -> e7dff170e wrong property, use fix value instead of absolute path Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/e7

git commit: update

2014-06-03 Thread jhm
Repository: ant-antlibs-props Updated Branches: refs/heads/master 6a2a39fe9 -> ec4d78e58 update Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/commit/ec4d78e5 Tree: http://git-wip-us.apache.org/repos/asf/

git commit: update doap-file after git-migration

2014-06-04 Thread jhm
Repository: ant-antlibs-antunit Updated Branches: refs/heads/master 7ff37634d -> 382a289c9 update doap-file after git-migration Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/commit/382a289c Tree: ht

[1/2] git commit: update doap-file after git-migration

2014-06-04 Thread jhm
Repository: ant-antlibs-compress Updated Branches: refs/heads/master 9b15cfdb9 -> 8ffb4f9bc update doap-file after git-migration Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/e4092804 Tree:

[2/2] git commit: sort releases 'newest first' as in all other doap-files

2014-06-04 Thread jhm
sort releases 'newest first' as in all other doap-files Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/8ffb4f9b Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/8ffb4f9b Di

git commit: update doap-file after git-migration

2014-06-04 Thread jhm
Repository: ant-antlibs-dotnet Updated Branches: refs/heads/master 51f138bd9 -> b43d47879 update doap-file after git-migration Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet/commit/b43d4787 Tree: http:

git commit: update doap-file after git-migration

2014-06-04 Thread jhm
Repository: ant-ivyde Updated Branches: refs/heads/master 5800f289e -> a1262767d update doap-file after git-migration Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/a1262767 Tree: http://git-wip-us.apache.org/repo

git commit: update doap-file after git-migration

2014-06-04 Thread jhm
Repository: ant-ivy Updated Branches: refs/heads/master e16d344f9 -> eb1ee360d update doap-file after git-migration Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/eb1ee360 Tree: http://git-wip-us.apache.org/repos/asf/

git commit: update doap-file after git-migration

2014-06-04 Thread jhm
Repository: ant-antlibs-vss Updated Branches: refs/heads/master a639f26bf -> 08a8e98cc update doap-file after git-migration Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-vss/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-vss/commit/08a8e98c Tree: http://git-wip-

[1/2] git commit: update doap-file after git-migration

2014-06-04 Thread jhm
Repository: ant-antlibs-props Updated Branches: refs/heads/master ec4d78e58 -> 2857660e2 update doap-file after git-migration Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/commit/d9e2cf79 Tree: http://gi

[2/2] git commit: fix javadoc warnings

2014-06-04 Thread jhm
fix javadoc warnings Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/commit/2857660e Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/tree/2857660e Diff: http://git-wip-us.apache.org/repos/asf/an

git commit: Add prepare script

2014-06-04 Thread jhm
Repository: ant-antlibs-antunit Updated Branches: refs/heads/master 382a289c9 -> d67580a63 Add prepare script Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/commit/d67580a6 Tree: http://git-wip-us.ap

[2/3] git commit: add prepare script

2014-06-05 Thread jhm
add prepare script Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/231f7d59 Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/231f7d59 Diff: http://git-wip-us.apache.org/repo

[1/3] git commit: add git-ignore

2014-06-05 Thread jhm
Repository: ant-antlibs-compress Updated Branches: refs/heads/master 8ffb4f9bc -> be13f2c72 add git-ignore Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/874d8fad Tree: http://git-wip-us.apa

git commit: add Ivy-support for antlibs

2014-06-05 Thread jhm
Repository: ant-antlibs-common Updated Branches: refs/heads/master e7dff170e -> 7f3df8da8 add Ivy-support for antlibs Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/7f3df8da Tree: http://git-wip

[3/3] git commit: specify dependencies

2014-06-05 Thread jhm
specify dependencies Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/be13f2c7 Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/be13f2c7 Diff: http://git-wip-us.apache.org/re

git commit: add 'empty' paths if no ivy.xml is specified

2014-06-05 Thread jhm
Repository: ant-antlibs-common Updated Branches: refs/heads/master 7f3df8da8 -> abc34f5a5 add 'empty' paths if no ivy.xml is specified Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/abc34f5a Tre

git commit: extract properties; add classpath to javadoc

2014-06-05 Thread jhm
Repository: ant-antlibs-common Updated Branches: refs/heads/master abc34f5a5 -> 51f7f8197 extract properties; add classpath to javadoc Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/51f7f819 Tre

git commit: fix javadoc

2014-06-05 Thread jhm
Repository: ant-antlibs-compress Updated Branches: refs/heads/master be13f2c72 -> db1908bb4 fix javadoc Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/db1908bb Tree: http://git-wip-us.apache

git commit: Add JUnit as dependency

2014-06-05 Thread jhm
Repository: ant-antlibs-antunit Updated Branches: refs/heads/master d67580a63 -> 18c48173b Add JUnit as dependency Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/commit/18c48173 Tree: http://git-wip-

git commit: update to 'standard' environment

2014-06-06 Thread jhm
Repository: ant-antlibs-svn Updated Branches: refs/heads/master 7d9525811 -> 80a4e6eda update to 'standard' environment Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-svn/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-svn/commit/80a4e6ed Tree: http://git-wip-us.a

[1/4] git commit: update STATUS file

2014-06-14 Thread jhm
Repository: ant Updated Branches: refs/heads/master f168a341f -> 7472cb03e update STATUS file Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/c56d59fe Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/c56d59fe Diff: http:/

[2/4] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant

2014-06-14 Thread jhm
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/a0c94c50 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/a0c94c50 Diff: http://git-wip-us.apache.org/repos/

[4/4] git commit: Add some useful classes to ant-testutil.jar (e.g. BuildFileRule)

2014-06-14 Thread jhm
Add some useful classes to ant-testutil.jar (e.g. BuildFileRule) Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/7472cb03 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/7472cb03 Diff: http://git-wip-us.apache.org/repos/asf/

[3/4] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant

2014-06-14 Thread jhm
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/731805f2 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/731805f2 Diff: http://git-wip-us.apache.org/repos/

git commit: update scm url

2014-06-16 Thread jhm
Repository: ant-easyant-core Updated Branches: refs/heads/master 502071a36 -> d438f175b update scm url Project: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-easyant-core/commit/d438f175 Tree: http://git-wip-us.apache.org/repos

git commit: import .gitignore from ant-core

2014-06-16 Thread jhm
Repository: ant-easyant-buildtypes Updated Branches: refs/heads/master 77fba9473 -> dbe0129df import .gitignore from ant-core Project: http://git-wip-us.apache.org/repos/asf/ant-easyant-buildtypes/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-easyant-buildtypes/commit/dbe0129d Tree

svn commit: r1603068 - in /ant/site/ant: production/git.html sources/git.xml

2014-06-16 Thread jhm
Author: jhm Date: Tue Jun 17 06:24:52 2014 New Revision: 1603068 URL: http://svn.apache.org/r1603068 Log: reflect INFRA-7890: rename easyant repos Modified: ant/site/ant/production/git.html ant/site/ant/sources/git.xml Modified: ant/site/ant/production/git.html URL: http

svn commit: r1603069 - /ant/site/easyant/sources/Sourcerepository.html

2014-06-16 Thread jhm
Author: jhm Date: Tue Jun 17 06:38:38 2014 New Revision: 1603069 URL: http://svn.apache.org/r1603069 Log: repo changed to git Modified: ant/site/easyant/sources/Sourcerepository.html Modified: ant/site/easyant/sources/Sourcerepository.html URL: http://svn.apache.org/viewvc/ant/site/easyant

[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant

2014-06-28 Thread jhm
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/66329f7f Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/66329f7f Diff: http://git-wip-us.apache.org/repos/

[1/2] git commit: update checkstyle (check 'DoubleCheckLocking' was removed in CS)

2014-06-28 Thread jhm
Repository: ant Updated Branches: refs/heads/master 6e88f92ea -> 66329f7fe update checkstyle (check 'DoubleCheckLocking' was removed in CS) Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/211b7188 Tree: http://git-wip-us.apach

git commit: checkstyle

2014-06-28 Thread jhm
Repository: ant Updated Branches: refs/heads/master 66329f7fe -> aa21694b8 checkstyle Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/aa21694b Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/aa21694b Diff: http://git-wip

[2/3] git commit: Checkstyle creates the directory, so report transformation does not need that any more.

2014-06-30 Thread jhm
Checkstyle creates the directory, so report transformation does not need that any more. Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/4e9ffe5b Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/4e9ffe5b Diff: http://git-wip-

[3/3] git commit: Show the checkstyle messages sorted by error instead by file.

2014-06-30 Thread jhm
Show the checkstyle messages sorted by error instead by file. Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/f6bdb170 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/f6bdb170 Diff: http://git-wip-us.apache.org/repos/asf/ant

[1/3] git commit: Creating the HTMLReport doesnt need Ivy

2014-06-30 Thread jhm
Repository: ant Updated Branches: refs/heads/master aa21694b8 -> f6bdb170f Creating the HTMLReport doesnt need Ivy Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/877b505f Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/

[01/17] git commit: checkstyle, some Java5

2014-07-04 Thread jhm
Repository: ant Updated Branches: refs/heads/master f6bdb170f -> 1b76f1b6d checkstyle, some Java5 Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/f1381668 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/f1381668 Diff: htt

[02/17] git commit: checkstyle

2014-07-04 Thread jhm
checkstyle Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/71ae8712 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/71ae8712 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/71ae8712 Branch: refs/heads/master Commit: 71

[03/17] organize imports

2014-07-04 Thread jhm
http://git-wip-us.apache.org/repos/asf/ant/blob/bf6026a1/src/main/org/apache/tools/ant/types/selectors/DifferentSelector.java -- diff --git a/src/main/org/apache/tools/ant/types/selectors/DifferentSelector.java b/src/main/org/apa

[16/17] checkstyle

2014-07-04 Thread jhm
http://git-wip-us.apache.org/repos/asf/ant/blob/1b76f1b6/src/main/org/apache/tools/ant/IntrospectionHelper.java -- diff --git a/src/main/org/apache/tools/ant/IntrospectionHelper.java b/src/main/org/apache/tools/ant/IntrospectionHe

[08/17] checkstyle

2014-07-04 Thread jhm
http://git-wip-us.apache.org/repos/asf/ant/blob/1b76f1b6/src/main/org/apache/tools/zip/ZipOutputStream.java -- diff --git a/src/main/org/apache/tools/zip/ZipOutputStream.java b/src/main/org/apache/tools/zip/ZipOutputStream.java in

[15/17] checkstyle

2014-07-04 Thread jhm
http://git-wip-us.apache.org/repos/asf/ant/blob/1b76f1b6/src/main/org/apache/tools/ant/Main.java -- diff --git a/src/main/org/apache/tools/ant/Main.java b/src/main/org/apache/tools/ant/Main.java index c2ca785..6cf4718 100644 --- a

[1/8] make it compile under Java5 (1.5.0_22-b03)

2014-07-04 Thread jhm
Repository: ant Updated Branches: refs/heads/master 1b76f1b6d -> 789422e13 http://git-wip-us.apache.org/repos/asf/ant/blob/13f6d98c/src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java -- diff --git a/src/main/org/apache/t

[7/8] oops - make it compile under Java5 again

2014-07-04 Thread jhm
http://git-wip-us.apache.org/repos/asf/ant/blob/789422e1/src/main/org/apache/tools/ant/taskdefs/optional/ssh/ScpFromMessageBySftp.java -- diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/ssh/ScpFromMessageBySftp.java

git commit: Bug-56850: null safe property access

2014-08-14 Thread jhm
Repository: ant Updated Branches: refs/heads/master 8a597546b -> d92b5275c Bug-56850: null safe property access Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/d92b5275 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/d92b

git commit: update Ivy

2014-08-14 Thread jhm
Repository: ant Updated Branches: refs/heads/master d92b5275c -> 0724e3a23 update Ivy Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/0724e3a2 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/0724e3a2 Diff: http://git-wip-

ant git commit: Test with @-sign like discussed on the user list.

2014-12-04 Thread jhm
Repository: ant Updated Branches: refs/heads/master cc2ca5375 -> f1930b006 Test with @-sign like discussed on the user list. Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/f1930b00 Tree: http://git-wip-us.apache.org/repos/asf/

svn commit: r1654172 - /ant/site/README.txt

2015-01-23 Thread jhm
Author: jhm Date: Fri Jan 23 10:56:27 2015 New Revision: 1654172 URL: http://svn.apache.org/r1654172 Log: update for easyant Modified: ant/site/README.txt Modified: ant/site/README.txt URL: http://svn.apache.org/viewvc/ant/site/README.txt?rev=1654172&r1=1654171&r2=1654172&a

svn commit: r1654173 - /ant/site/easyant/

2015-01-23 Thread jhm
Author: jhm Date: Fri Jan 23 10:57:22 2015 New Revision: 1654173 URL: http://svn.apache.org/r1654173 Log: added easyant/target to svn:ignore Modified: ant/site/easyant/ (props changed) Propchange: ant/site/easyant

[1/3] ant git commit: typo

2015-02-23 Thread jhm
Repository: ant Updated Branches: refs/heads/master da83de920 -> 32062cc59 typo Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/c848f9a5 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/c848f9a5 Diff: http://git-wip-us.ap

[2/3] ant git commit: Example derived from the example in the java source.

2015-02-23 Thread jhm
Example derived from the example in the java source. Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/931c004a Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/931c004a Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/931

[3/3] ant git commit: Precise the manual: uses AND for combining nested resource selectors

2015-02-23 Thread jhm
Precise the manual: uses AND for combining nested resource selectors Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/32062cc5 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/32062cc5 Diff: http://git-wip-us.apache.org/repos

[1/2] ant git commit: style

2015-02-23 Thread jhm
Repository: ant Updated Branches: refs/heads/master 32062cc59 -> 833af4b2b style Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/ceb39e2a Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/ceb39e2a Diff: http://git-wip-us.a

[2/2] ant git commit: Java requires Java 1.5 since Ant 1.9.0 (07 March 2013)

2015-02-23 Thread jhm
Java requires Java 1.5 since Ant 1.9.0 (07 March 2013) Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/833af4b2 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/833af4b2 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/8

ant git commit: Clarify when ${ant.project.invoked-targets} is set.

2015-02-24 Thread jhm
Repository: ant Updated Branches: refs/heads/master 833af4b2b -> d11cb1454 Clarify when ${ant.project.invoked-targets} is set. Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/d11cb145 Tree: http://git-wip-us.apache.org/repos/as

[2/5] ant git commit: Manual : small fix layout

2015-05-28 Thread jhm
Manual : small fix layout Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/b0330758 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/b0330758 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/b0330758 Branch: refs/heads/m

[4/5] ant git commit: fix javadoc

2015-05-28 Thread jhm
fix javadoc Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/ac6b5ec2 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/ac6b5ec2 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/ac6b5ec2 Branch: refs/heads/master Commit:

[3/5] ant git commit: Manual:develop: there is no Jakarta any more

2015-05-28 Thread jhm
Manual:develop: there is no Jakarta any more Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/237c7fc4 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/237c7fc4 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/237c7fc4 B

[1/5] ant git commit: Manual : - clarify what "availibility" means - fix on @postProcessGeneratedJavadocs

2015-05-28 Thread jhm
Repository: ant Updated Branches: refs/heads/master da5a1fc05 -> ab834233b Manual : - clarify what "availibility" means - fix on @postProcessGeneratedJavadocs Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8f2df5d3 Tree: htt

[5/5] ant git commit: fix javadoc

2015-05-28 Thread jhm
fix javadoc Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/ab834233 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/ab834233 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/ab834233 Branch: refs/heads/master Commit:

ant git commit: Bug 47955: little hint on capitalization

2015-06-07 Thread jhm
Repository: ant Updated Branches: refs/heads/master 68a0a221b -> 016fa9943 Bug 47955: little hint on capitalization Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/016fa994 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree

ant git commit: Bug 50785: example of inserting a line break

2015-06-07 Thread jhm
Repository: ant Updated Branches: refs/heads/master 016fa9943 -> e9d4c9ae8 Bug 50785: example of inserting a line break Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/e9d4c9ae Tree: http://git-wip-us.apache.org/repos/asf/ant/

[2/2] ant git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant

2015-06-10 Thread jhm
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/529e86bf Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/529e86bf Diff: http://git-wip-us.apache.org/repos/

[1/2] ant git commit: Bug 53808: fix links in the manual

2015-06-10 Thread jhm
Repository: ant Updated Branches: refs/heads/master 6e34f177e -> 529e86bfa Bug 53808: fix links in the manual Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/5d3888d2 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/5d388

ant git commit: Bug 44241: 'activate' Steves resource

2015-06-10 Thread jhm
Repository: ant Updated Branches: refs/heads/master 529e86bfa -> 9953e3cbc Bug 44241: 'activate' Steves resource Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/9953e3cb Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/9

ant git commit: Bug 53017: fix 1st sentence of antlib manual

2015-06-11 Thread jhm
Repository: ant Updated Branches: refs/heads/master 9953e3cbc -> 3a3575562 Bug 53017: fix 1st sentence of antlib manual Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/3a357556 Tree: http://git-wip-us.apache.org/repos/asf/ant/

ant git commit: little refactoring

2015-06-11 Thread jhm
Repository: ant Updated Branches: refs/heads/master 3a3575562 -> fdf5d315e little refactoring Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/fdf5d315 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/fdf5d315 Diff: http:/

ant git commit: New ReleaseStep: add new release to Apache Reporter System

2015-12-01 Thread jhm
Repository: ant Updated Branches: refs/heads/master 853879108 -> fdc05e695 New ReleaseStep: add new release to Apache Reporter System Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/fdc05e69 Tree: http://git-wip-us.apache.org/

ant git commit: ReleaseInstructions: merge the two reporter steps

2015-12-01 Thread jhm
Repository: ant Updated Branches: refs/heads/master fdc05e695 -> 8c23f03fc ReleaseInstructions: merge the two reporter steps Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8c23f03f Tree: http://git-wip-us.apache.org/repos/asf

[1/2] ant git commit: StringUtils.join: new method

2016-04-29 Thread jhm
Repository: ant Updated Branches: refs/heads/master d96c85ba4 -> a80c75af5 StringUtils.join: new method Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/75f12374 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/75f12374 Di

[2/2] ant git commit: Files.setPermission may throw additional exceptions (e.g. on Win7-NTFS)

2016-04-29 Thread jhm
Files.setPermission may throw additional exceptions (e.g. on Win7-NTFS) Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/a80c75af Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/a80c75af Diff: http://git-wip-us.apache.org/rep

svn commit: r1744572 - in /ant/site/ant: production/nightlies.html sources/nightlies.xml

2016-05-19 Thread jhm
Author: jhm Date: Thu May 19 13:46:30 2016 New Revision: 1744572 URL: http://svn.apache.org/viewvc?rev=1744572&view=rev Log: update nightlies to new builds url@asf Modified: ant/site/ant/production/nightlies.html ant/site/ant/sources/nightlies.xml Modified: ant/site/ant/produc

svn commit: r1744659 - in /ant/site/ant: production/nightlies.html sources/stylesheets/site.vsl

2016-05-19 Thread jhm
Author: jhm Date: Fri May 20 06:00:07 2016 New Revision: 1744659 URL: http://svn.apache.org/viewvc?rev=1744659&view=rev Log: Nightlies: Add links to the jobs main page Modified: ant/site/ant/production/nightlies.html ant/site/ant/sources/stylesheets/site.vsl Modified: ant/site

<    1   2   3   4   >