DO NOT REPLY [Bug 32640] - FAQ should link to develop.html

2004-12-13 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

cvs commit: ant/docs faq.html

2004-12-13 Thread jkf
jkf 2004/12/13 14:51:19 Modified:xdocsfaq.xml docs faq.html Log: PR: 32640 Updated FAQ with a reference to the manual for developing new tasks (and some more). Bonus: some typo fixes. Revision ChangesPath 1.65 +19 -3 ant/xdocs/faq.

cvs commit: ant/xdocs contributors.xml

2004-12-13 Thread jkf
jkf 2004/12/13 14:20:19 Modified:xdocscontributors.xml Log: Sync with the html file (yes I know it should be the other way around) Revision ChangesPath 1.32 +6 -1 ant/xdocs/contributors.xml Index: contributors.xml =

DO NOT REPLY [Bug 32566] - OutOfMemory if filesize are greater than 7 MB

2004-12-13 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

DO NOT REPLY [Bug 32566] - OutOfMemory if filesize are greater than 7 MB

2004-12-13 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

RE: Adding a new Condition

2004-12-13 Thread Golan Derazon
Thanks for the fast and detailed reply. It looks like the 'containsregexp' selector answers my needs. I will look into making the enhancements you suggested. ___ Golan Derazon, [EMAIL PROTECTED] direct 972 - 3 - 5399780 fax 972 -3 -5331617 www.mercury.com

cvs commit: ant WHATSNEW

2004-12-13 Thread jkf
jkf 2004/12/13 12:02:24 Modified:.WHATSNEW Log: typo Revision ChangesPath 1.696 +1 -1 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.

cvs commit: ant WHATSNEW

2004-12-13 Thread jkf
jkf 2004/12/13 11:56:55 Modified:.WHATSNEW Log: PR: 32566 Updated whatsnew for modified replace Revision ChangesPath 1.695 +5 -0 ant/WHATSNEW Index: WHATSNEW === RCS file: /hom

Ant and updated PVCS tasks

2004-12-13 Thread ed . wittmann
Hi there - I'm using the pvcs tasks in ant, and whilst searching about I found a posting here: http://marc.theaimsgroup.com/?l=ant-dev&m=99667939904467&w=2 that added some functionality changes to the PVCS task in ant. I did a look-see through the code, and found it to be more flexible than t

Re: Adding a new Condition

2004-12-13 Thread Peter Reilly
Hi Golan, Thanks for the condition. To contribute to ant, one should always try the [EMAIL PROTECTED] list to show new tasks. and user@ant.apache.org to test for user interest. A new task/type may get into ant or into an associated project (like ant-contrib), new tasks outside of core file activity

cvs commit: ant/src/main/org/apache/tools/ant RuntimeConfigurable.java

2004-12-13 Thread mbenson
mbenson 2004/12/13 11:12:36 Modified:src/main/org/apache/tools/ant RuntimeConfigurable.java Log: Remove unnecessary empty Hashtable instantiations, LOC bumming and Javadoc fixes. Revision ChangesPath 1.55 +19 -36 ant/src/main/org/apache/tools/ant/RuntimeConfigu

DO NOT REPLY [Bug 32508] - Incorrect error output from validate task using -emacs flag

2004-12-13 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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional XMLValidateTask.java

2004-12-13 Thread peterreilly
peterreilly2004/12/13 10:52:17 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional Tag: ANT_16_BRANCH XMLValidateTask.java Log: sync Revision ChangesPath No revision No

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional XMLValidateTask.java

2004-12-13 Thread peterreilly
peterreilly2004/12/13 10:51:55 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional XMLValidateTask.java Log: URL#getFile does not output a nice filename for files with spaces, and absolute windows filenames. So use the

Re: Bootclasspath and external compiles (was Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java)

2004-12-13 Thread Peter Reilly
Does this need to be done for other forked tasks - junit, java for example? Petet Stefan Bodewig wrote: On 10 Dec 2004, <[EMAIL PROTECTED]> wrote: +// this is a quick hack to make things work in a +// Gump/Kaffe/Jikes combo. I promise I'll explain it later - +// and add a r

Re: cvs commit: ant build.xml

2004-12-13 Thread Peter Reilly
Thanks, I had meant to place a warning on the test that it may fail in gump. Peter [EMAIL PROTECTED] wrote: bodewig 2004/12/13 02:11:31 Modified:.build.xml Log: Temporarily skip test that fail in Gump because of a Gump bug Revision ChangesPath 1.444 +8 -0 ant/bu

Re: [Patch] DefaultRmicAdapter style changes

2004-12-13 Thread Peter Reilly
Commited, thanks. Peter Kev Jackson wrote: - added javadoc - minor tweaks Index: DefaultRmicAdapter.java === RCS file: /home/cvspublic/ant/src/main/org/apache/too

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/rmic DefaultRmicAdapter.java

2004-12-13 Thread peterreilly
peterreilly2004/12/13 09:56:15 Modified:src/main/org/apache/tools/ant/taskdefs/rmic DefaultRmicAdapter.java Log: checkstyle changes Obtained from: Kevin Jackson Revision ChangesPath 1.35 +41 -9 ant/src/main/org/apache/tools/ant/taskdefs

DO NOT REPLY [Bug 8510] - shutdown hook does not fire in forked java task under JDK1.4

2004-12-13 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_bug

Re: [Patch] removed deprecated methods and changed variable scope (private-protected) ProjectHelperImpl

2004-12-13 Thread Peter Reilly
Jesse Glick wrote: Peter Reilly wrote: OK, I agree that all fields *should* be private, but in these cases, the fields are in inner classes (I never declare more than one class in a source file, so I'm not sure that all of these are inner classes, but bear with me), so the visibility of the field i

DO NOT REPLY [Bug 32631] - allow includes / excludes for fileset references

2004-12-13 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

DO NOT REPLY [Bug 32216] - Using parse method of ProjectHelper causes import to fail

2004-12-13 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

DO NOT REPLY [Bug 32668] - Main class still uses deprecated configureProject method

2004-12-13 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

cvs commit: ant/src/main/org/apache/tools/ant ProjectHelper.java

2004-12-13 Thread peterreilly
peterreilly2004/12/13 08:43:51 Modified:src/main/org/apache/tools/ant ProjectHelper.java Log: remove deprecated tag from ProjectHelper#configureProject() it has been used for a long time, and one cannot just replace it with the non-static parse method, without setting the "ant.

DO NOT REPLY [Bug 32668] New: - Main class still uses deprecated configureProject method

2004-12-13 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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Replace.java

2004-12-13 Thread mbenson
mbenson 2004/12/13 08:01:18 Modified:src/main/org/apache/tools/ant/taskdefs Replace.java Log: Random spelling and javadoc changes. Revision ChangesPath 1.58 +64 -66ant/src/main/org/apache/tools/ant/taskdefs/Replace.java Index: Replace.java

DO NOT REPLY [Bug 32632] - pattern / nested patternset in filterset

2004-12-13 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

DO NOT REPLY [Bug 32667] New: - setting proxypassword and proxyuser in setProxy task does not work

2004-12-13 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

Re: About in the trenches

2004-12-13 Thread Stefan Bodewig
On Fri, 10 Dec 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > 1) this attribute is good. > however, it is only really usefull in combination with the > iftrue attribute, or with ant-contrib "if" task Agreed. Or IOW, I don't think it is that useful without an if-task like structure. >

Re: New repository task

2004-12-13 Thread Stefan Bodewig
On Wed, 8 Dec 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > So I suppose that chain of events would suggest that the answer to > your question is "yes", though "finally understood" makes the Ant > committers sound like a bunch of dinosaurs. ;) > >

Bootclasspath and external compiles (was Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java)

2004-12-13 Thread Stefan Bodewig
On 10 Dec 2004, <[EMAIL PROTECTED]> wrote: +// this is a quick hack to make things work in a +// Gump/Kaffe/Jikes combo. I promise I'll explain it later - +// and add a real solution as well This is the first part of the promise. Gump currently places Xerces and various

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > But three times the ant.jar is registered with id=ant. Why all three > are given to test-ant? Shouldnt the id be overriden? Because ids are only unique for the same "project" and "bootstrap-ant", "ant" and "dist-ant" are different proj

AW: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 Thread Jan . Materne
Just think about "why three times ant.jar": test-ant http://gump.apache.org/metadata/project.html sais "For both script and ant based builds, any jars defined by the specified project as outputs are added to the CLASSPATH prior to invoking the build operation, unless you nest a el

DO NOT REPLY [Bug 32649] - ant-produced jar files don't match those produced by java.util.jar.JarOutputStream

2004-12-13 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

DO NOT REPLY [Bug 32649] - ant-produced jar files don't match those produced by java.util.jar.JarOutputStream

2004-12-13 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

[GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 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 test-ant has an issue affecting its community integration. This issue affects 1 p

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > Hhm if I read the descriptor [1] in the right way, we have You do. But the dependency on dist-ant shouldn't drag along the jars from "ant" and "bootstrap-ant". Well, yes, it does, because of the inherit="all". I'll try to fix the in

cvs commit: ant build.xml

2004-12-13 Thread bodewig
bodewig 2004/12/13 02:11:31 Modified:.build.xml Log: Temporarily skip test that fail in Gump because of a Gump bug Revision ChangesPath 1.444 +8 -0 ant/build.xml Index: build.xml ===

AW: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 Thread Jan . Materne
Hhm if I read the descriptor [1] in the right way, we have test-ant depends on project: dist-ant runs: run-tests --> dump-info,compile-tests,probe-offline - compile-tests (creates test2-antlib.jar; depends on "build") - build (compiles the sources) If only a defines something new to

DO NOT REPLY [Bug 32649] - ant-produced jar files don't match those produced by java.util.jar.JarOutputStream

2004-12-13 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

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > so is there something to do with Gump? Yes. test-ant has three versions of ant.jar (those of bootstrap-ant, ant and dist-ant) on the CLASSPATH. I'll skip the test in Gump and then (try to) fix Gump since I don't think there should be

Re: [Patch] FileUtils to use own close method

2004-12-13 Thread Stefan Bodewig
On Mon, 13 Dec 2004, kj <[EMAIL PROTECTED]> wrote: > -added new private method to use java.nio memory mapped files Ant is JDK 1.2 compatible, which means we can't use NIO for core functionality (at least not without falling back to reflection). Stefan ---

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/repository HttpRepository.java

2004-12-13 Thread Stefan Bodewig
On 13 Dec 2004, <[EMAIL PROTECTED]> wrote: > -URL url=basedir.toURL(); > -setUrl(url.toExternalForm()); > +URL u = basedir.toURL(); > +setUrl(u.toExternalForm()); why not "setUrl(fileUtils.getFileURL(baseDir));"? Stefan ---

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh ScpFromMessage.java ScpToMessage.java

2004-12-13 Thread bodewig
bodewig 2004/12/13 01:06:19 Modified:src/main/org/apache/tools/ant/taskdefs/optional ANTLR.java src/main/org/apache/tools/ant/taskdefs/optional/jdepend JDependTask.java src/main/org/apache/tools/ant/taskdefs/optional/script

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/repository HttpRepository.java

2004-12-13 Thread bodewig
bodewig 2004/12/13 00:59:42 Modified:src/main/org/apache/tools/ant/taskdefs/repository HttpRepository.java Log: Make Jikes happy - shadowing of url Revision ChangesPath 1.5 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/repository/Htt

DO NOT REPLY [Bug 32649] - ant-produced jar files don't match those produced by java.util.jar.JarOutputStream

2004-12-13 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

DO NOT REPLY [Bug 32631] - allow includes / excludes for fileset references

2004-12-13 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

DO NOT REPLY [Bug 32632] - pattern / nested patternset in filterset

2004-12-13 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

AW: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 Thread Jan . Materne
I think Peter has tested that before, so is there something to do with Gump? Jan http://cvs.apache.org/viewcvs.cgi/ant/src/testcases/org/apache/tools/ant/uti l/ ClasspathUtilsTest.java - 2 days - peterreilly - with the bugzilla change 30161 it is not necessary to place Path.systemClasspat

[Patch] FileUtils to use own close method

2004-12-13 Thread kj
-FileUtils now uses close to close inputstreams inside itself -added new private method to use java.nio memory mapped files for contentEquals method (this implementation doesn't care how large the files are, it simply tries to map the entire file, perhaps it would be better to check file size firs

[Patch] DefaultRmicAdapter style changes

2004-12-13 Thread Kev Jackson
- added javadoc - minor tweaks Index: DefaultRmicAdapter.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java,v retrieving revision 1.34 diff -u -r1.34 DefaultRmicAdapter.java ---