svn commit: r557907 - /ant/core/trunk/docs/manual/install.html

2007-07-20 Thread jhm
Author: jhm Date: Fri Jul 20 00:37:49 2007 New Revision: 557907 URL: http://svn.apache.org/viewvc?view=rev&rev=557907 Log: We always encourage not to have a CLASSPATH set. Modified: ant/core/trunk/docs/manual/install.html Modified: ant/core/trunk/docs/manual/install.html URL: http://svn.apa

svn commit: r557912 - in /ant/core/trunk/docs/manual: install.html installlist.html

2007-07-20 Thread jhm
Author: jhm Date: Fri Jul 20 00:46:31 2007 New Revision: 557912 URL: http://svn.apache.org/viewvc?view=rev&rev=557912 Log: Simple Installation-Check. Modified: ant/core/trunk/docs/manual/install.html ant/core/trunk/docs/manual/installlist.html Modified: ant/core/trunk/docs/manual/install

[EMAIL PROTECTED]: Project dotnet-antlib-test (in module ant-antlibs) failed

2007-07-20 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project dotnet-antlib-test has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2007-07-20 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe

Re: svn commit: r557907 - /ant/core/trunk/docs/manual/install.html

2007-07-20 Thread Peter Reilly
Hi, Do not forget that these changes need to be merged into the ANT_17_BRANCH if you what them in for ant 1.7.1. Peter On 7/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: jhm Date: Fri Jul 20 00:37:49 2007 New Revision: 557907 URL: http://svn.apache.org/viewvc?view=rev&rev=557907

AW: svn commit: r557907 - /ant/core/trunk/docs/manual/install.html

2007-07-20 Thread Jan.Materne
Is there an easy way for this? Jan >-Ursprüngliche Nachricht- >Von: Peter Reilly [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 20. Juli 2007 13:50 >An: Ant Developers List >Betreff: Re: svn commit: r557907 - >/ant/core/trunk/docs/manual/install.html > >Hi, >Do not forget that these cha

Re: svn commit: r557907 - /ant/core/trunk/docs/manual/install.html

2007-07-20 Thread Peter Reilly
I know that there is an easy way (using svn merge), but I do not know how to make it work. I normally merge by hand. (using diff -Naur) for example cd $ANT_17_BRANCH/src/manual diff -Naur install.html ../../../ant-trunk/docs/manual > i.patch patch < i.patch svn diff install.html svn commit -m"me

Re: svn commit: r557907 - /ant/core/trunk/docs/manual/install.html

2007-07-20 Thread Alexey Solofnenko
"Easy merge" for Subversion is called SVK. - Alexey. On 7/20/07, Peter Reilly <[EMAIL PROTECTED]> wrote: I know that there is an easy way (using svn merge), but I do not know how to make it work. I normally merge by hand. (using diff -Naur) for example cd $ANT_17_BRANCH/src/manual diff -Naur

svn commit: r558058 - in /ant/core/trunk: WHATSNEW docs/manual/CoreTasks/javac.html src/main/org/apache/tools/ant/taskdefs/Javac.java src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAd

2007-07-20 Thread peterreilly
Author: peterreilly Date: Fri Jul 20 10:12:38 2007 New Revision: 558058 URL: http://svn.apache.org/viewvc?view=rev&rev=558058 Log: Bugzilla: 40776 work-around for javac generics bug Modified: ant/core/trunk/WHATSNEW ant/core/trunk/docs/manual/CoreTasks/javac.html ant/core/trunk/src/ma

svn commit: r558060 - in /ant/core/branches/ANT_17_BRANCH: ./ docs/manual/CoreTasks/ src/main/org/apache/tools/ant/taskdefs/ src/main/org/apache/tools/ant/taskdefs/compilers/ src/tests/antunit/taskdef

2007-07-20 Thread peterreilly
Author: peterreilly Date: Fri Jul 20 10:13:16 2007 New Revision: 558060 URL: http://svn.apache.org/viewvc?view=rev&rev=558060 Log: Merge - Bugzilla: 40776 work-around for javac generics bug Modified: ant/core/branches/ANT_17_BRANCH/WHATSNEW ant/core/branches/ANT_17_BRANCH/docs/manual/Core

DO NOT REPLY [Bug 40776] - a problem compiling a Java 5 project with generics

2007-07-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2007-07-20 Thread peterreilly
Author: peterreilly Date: Fri Jul 20 10:39:44 2007 New Revision: 558067 URL: http://svn.apache.org/viewvc?view=rev&rev=558067 Log: use the StrictMode enumerated class rather than a string for the setStrict method Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Jar.java Modif

svn commit: r558068 - /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/Jar.java

2007-07-20 Thread peterreilly
Author: peterreilly Date: Fri Jul 20 10:40:13 2007 New Revision: 558068 URL: http://svn.apache.org/viewvc?view=rev&rev=558068 Log: Merge - use the StrictMode enumerated class rather than a string for the setStrict method Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/an

svn commit: r558071 - /ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java

2007-07-20 Thread peterreilly
Author: peterreilly Date: Fri Jul 20 10:49:22 2007 New Revision: 558071 URL: http://svn.apache.org/viewvc?view=rev&rev=558071 Log: checkstyle changes Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/Introsp

svn commit: r558074 - /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/IntrospectionHelper.java

2007-07-20 Thread peterreilly
Author: peterreilly Date: Fri Jul 20 10:51:12 2007 New Revision: 558074 URL: http://svn.apache.org/viewvc?view=rev&rev=558074 Log: merge of checkstyle changes in IntrospectionHelper Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/IntrospectionHelper.java Modified: a

DO NOT REPLY [Bug 42946] New: - add loadFromXML capability to task for JRE >= 1.5

2007-07-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu