svn commit: r527828 - in /ant/core/trunk: docs/external.html xdocs/external.xml

2007-04-12 Thread jhm
Author: jhm Date: Thu Apr 12 01:14:46 2007 New Revision: 527828 URL: http://svn.apache.org/viewvc?view=rev&rev=527828 Log: Add JPP - JavaPreProcessor. Modified: ant/core/trunk/docs/external.html ant/core/trunk/xdocs/external.xml Modified: ant/core/trunk/docs/external.html URL: http://sv

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

2007-04-12 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

[Ant Wiki] Trivial Update of "AntTutorials" by ParisHilton

2007-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by ParisHilton: http://wiki.apache.org/ant/AntTutorials The comment on the change is: spam removed

[Ant Wiki] Update of "AntTutorials" by JeffCare

2007-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by JeffCare: http://wiki.apache.org/ant/AntTutorials -- * [http://suppor

svn commit: r527966 - /ant/sandbox/antlibs/manual4eclipse/build.xml

2007-04-12 Thread jhm
Author: jhm Date: Thu Apr 12 07:59:32 2007 New Revision: 527966 URL: http://svn.apache.org/viewvc?view=rev&rev=527966 Log: Version must not contain alphas ... There were problems with the generated plugin name then. Modified: ant/sandbox/antlibs/manual4eclipse/build.xml Modified: ant/sandbo

JDK 1.2 compliance

2007-04-12 Thread Jan.Materne
When compiling with JDK-1.2.1_004 I got: ... Bootstrapping Ant Distribution ... Compiling Ant Classes src\main\org\apache\tools\ant\types\PatternSet.java:147: Can't reference this before the superclass constructor has been called. private InvertedPatternSet(PatternSet p) {

Re: JDK 1.2 compliance

2007-04-12 Thread Alexey Solofnenko
It might be just a compiler issue. - Alexey. On 4/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: When compiling with JDK-1.2.1_004 I got: ... Bootstrapping Ant Distribution ... Compiling Ant Classes src\main\org\apache\tools\ant\types\PatternSet.java:147: Can't reference this before the

svn commit: r528046 - /ant/core/trunk/src/tests/antunit/types/patternset-invert-test.xml

2007-04-12 Thread mbenson
Author: mbenson Date: Thu Apr 12 10:16:06 2007 New Revision: 528046 URL: http://svn.apache.org/viewvc?view=rev&rev=528046 Log: add test Added: ant/core/trunk/src/tests/antunit/types/patternset-invert-test.xml (with props) Added: ant/core/trunk/src/tests/antunit/types/patternset-invert-tes

svn commit: r528047 - /ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java

2007-04-12 Thread mbenson
Author: mbenson Date: Thu Apr 12 10:20:19 2007 New Revision: 528047 URL: http://svn.apache.org/viewvc?view=rev&rev=528047 Log: static inner should fix 1.2 probs Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java Modified: ant/core/trunk/src/main/org/apache/tools/ant

Re: svn commit: r528047 - /ant/core/trunk/src/main/org/apache/tools/ant/types/PatternSet.java

2007-04-12 Thread Matt Benson
Thanks, Jan! I haven't tested on 1.2--I think this will work, and I will test if someone else doesn't beat me to it. Thanks, Matt --- [EMAIL PROTECTED] wrote: > Author: mbenson > Date: Thu Apr 12 10:20:19 2007 > New Revision: 528047 > > URL: > http://svn.apache.org/viewvc?view=rev&rev=528047 >