cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-15 Thread antoine
antoine 2003/07/15 16:19:15 Modified:src/main/org/apache/tools/ant DirectoryScanner.java src/testcases/org/apache/tools/ant DirectoryScannerTest.java Log: Fix the following (remark of Stefan Bodewig on July 15th 2003 on the dev list) * You go a long way to avoid redu

Re: problems with import task

2003-07-15 Thread matt . smith
I agree. I had implemented an import task for 1.5.3 that processed a build file and ignored the project tag on the imported file. I messed with the 1.6 import and found it difficult at best to maintain supportability in the build files. The import I had implemented basically added the targets,

More NetWare changes(to fix AvailableTest failure)

2003-07-15 Thread Jeff Tulley
The AvailableTest brings out a case I didn't code for back when I made NetWare-specific changes to PathTokenizer.java, namely the use of a path of "..:directory", which should resolve to two paths: one directory a level up from basedir, and (IIUC) one directory "directory", relative to the basedir

DO NOT REPLY [Bug 10413] - enhancement: JUnit task only creates one forked VM per batch

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21627] New: - junit xml formatter uses obsolete redirect from xalan 1

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

Re: From apache-ant-1.5.3-1-src to build ant.jar and optional.jar

2003-07-15 Thread Antoine Levy-Lambert
Yes, this is the way it should be done. The list of libraries needed to compile or to install ant is located in the manual in the document install.html http://ant.apache.org/manual/install.html#librarydependencies gives you the info for ant 1.5.3 the same document in CVS head (for ant 1.6alpha) is

Re: From apache-ant-1.5.3-1-src to build ant.jar and optional.jar

2003-07-15 Thread Erik Hatcher
On Tuesday, July 15, 2003, at 04:40 PM, Alexey Solofnenko wrote: Is there a list of jars/URLs and where they should be copied? I personally found some and put them into ant/lib/optional. Is it how it should be done? There is no complete list of everything you need, but there is a bit in the man

RE: From apache-ant-1.5.3-1-src to build ant.jar and optional.jar

2003-07-15 Thread Alexey Solofnenko
Is there a list of jars/URLs and where they should be copied? I personally found some and put them into ant/lib/optional. Is it how it should be done? - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually)

Re: From apache-ant-1.5.3-1-src to build ant.jar and optional.jar

2003-07-15 Thread Steve Loughran
Zhang, Min [IT] wrote: Hi, I download apache-ant-1.5.3-1-src.zip and build the jar files from it on both NT and Unix platforms. Compared with the jar files from the binary distributions, the newly built ant.jar does not include org.apache.tools.ant.filters.util.JavaClassHelper class. The optional

From apache-ant-1.5.3-1-src to build ant.jar and optional.jar

2003-07-15 Thread Zhang, Min [IT]
Hi, I download apache-ant-1.5.3-1-src.zip and build the jar files from it on both NT and Unix platforms. Compared with the jar files from the binary distributions, the newly built ant.jar does not include org.apache.tools.ant.filters.util.JavaClassHelper class. The optional.jar is only 411KB com

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21619] - Patch to PathConvert for a filename only property

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21619] - Patch to PathConvert for a filename only property

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21619] New: - Patch to PathConvert for a filename only property

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

Re: New Laucher

2003-07-15 Thread Jeff Tulley
Ok, I finally had some time to look at this. Here is my feedback: on NetWare the existing code only needed two small changes to work, in both toURI and fromURI. The change in toURI is one that I think is necessary for all platforms anyway. In toURI. there is the following code: try { path =

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileU tilsTest.java

2003-07-15 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Sorry, i didn´t detect the "cmd"-stuff. AFAIK you can´t 'cd' into such a directory. But you can get files directly from there. exactly. you can mount them, even mount a WebDAV filesystem in WinXP but you cannot make a UNC path a current directory.

Re: [Patch] keep-going feature

2003-07-15 Thread peter reilly
I have prepared a patch to do this for subant. I have also modified the keep-going patch for Project.java to do the right thing (I think) when throwing exceptions. Cheers, (keep those fans going) Peter On Wed, 2003-07-09 at 16:21, Stefan Bodewig wrote: > On 09 Jul 2003, peter reilly <[EMAIL PROTE

DO NOT REPLY [Bug 21144] - Please add make's keep-going feature into ANT.

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

problems with import task

2003-07-15 Thread Erik Hatcher
I'm finally getting around to trying the latest features of CVS Ant in a production environment. The task will help tremendously, no question, but I've run into a couple of issues: - I tried doing to 's in the same build file, and the second import failed because it could not find the file, a

DO NOT REPLY [Bug 10413] - enhancement: JUnit task only creates one forked VM per batch

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

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

2003-07-15 Thread peterreilly
peterreilly2003/07/15 09:44:28 Modified:src/main/org/apache/tools/ant/taskdefs SubAnt.java Log: stylecheck Revision ChangesPath 1.7 +17 -16ant/src/main/org/apache/tools/ant/taskdefs/SubAnt.java Index: SubAnt.java ==

DO NOT REPLY [Bug 10413] - enhancement: JUnit task only creates one forked VM per batch

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21583] - If first attribute continues to multiple lines then section does not exists

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 19897] - Patch to implement the namespaced antlib + other changes

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21542] - Updated MANIFEST.MF doesn't get updated in JAR

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-15 Thread Antoine Levy-Lambert
On Jul 15 2003, [EMAIL PROTECTED] wrote : >I'm not sure I understand what you've done, I'll try to come up with >some unit tests if I think something is wrong 8-) Please do the unit tests. I also added 3 unit tests to DirectoryScannerTest before checking in my new code. What I did is the followi

Re: ant 1.6 import task

2003-07-15 Thread Nicola Ken Barozzi
Steve Collins wrote, On 14/07/2003 23.47: I would like to see an option to the task of whether the file must exist. Ant exits now if the imported file is not there. It would be useful to me since my build file uses XSLT to generate files to be imported and those files are not there on the first

DO NOT REPLY [Bug 21542] - Updated MANIFEST.MF doesn't get updated in JAR

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 19897] - Patch to implement the namespaced antlib + other changes

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: ant/src/main/org/apache/tools/zip ZipEntry.java ZipFile.java ZipLong.java ZipOutputStream.java ZipShort.java

2003-07-15 Thread conor
conor 2003/07/15 07:54:15 Modified:src/main/org/apache/tools/ant/taskdefs ExecuteJava.java Zip.java src/main/org/apache/tools/ant/types Path.java XMLCatalog.java ZipFileSet.java ZipScanner.java src/main/org/a

Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-15 Thread Stefan Bodewig
On 14 Jul 2003, <[EMAIL PROTECTED]> wrote: > Optimize DirectoryScanner to take advantage of include patterns > which are not beginning with wildcards PR: 20103 I'm not sure I understand what you've done, I'll try to come up with some unit tests if I think something is wrong 8-) Some notes:

Gump rocks was: ConcurrentModificationException

2003-07-15 Thread Nick Chalko
Gump rocks. Thanks for responding so quickly. R, Nick Stefan Bodewig wrote: On Tue, 15 Jul 2003, Adam Jack <[EMAIL PROTECTED]> wrote: Peter wrote: "revert the script test that showed up the problem in the first place". Sorry, but what does this mean to the non-antdev-initiated? I committed

cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-15 Thread bodewig
bodewig 2003/07/15 07:18:07 Modified:src/main/org/apache/tools/ant DirectoryScanner.java src/main/org/apache/tools/ant/types/selectors SelectorUtils.java Log: Only whitespace changes Revision ChangesPath 1.44 +54 -43ant/src/

DO NOT REPLY [Bug 19195] - Checksum values are -1 for the files in the zip created through ant

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

Re: FW: ConcurrentModificationException

2003-07-15 Thread Stefan Bodewig
On Tue, 15 Jul 2003, Adam Jack <[EMAIL PROTECTED]> wrote: > Peter wrote: "revert the script test that showed up the problem in > the first place". Sorry, but what does this mean to the > non-antdev-initiated? I committed a patch that was supposed to improve performance and lower memory consumptio

DO NOT REPLY [Bug 21320] - Copy task ignores all but first file returned by FileNameMapper

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

RE: FW: ConcurrentModificationException

2003-07-15 Thread Adam Jack
I see you've checked in the iterator -> int fix, thank you both. Peter wrote: "revert the script test that showed up the problem in the first place". Sorry, but what does this mean to the non-antdev-initiated? I am using Krysalis Centipede, which is clearly too big to have as a unit test for ant,

DO NOT REPLY [Bug 18717] - Missed "defaultvalue" attribute in doc

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18717] - Missed "defaultvalue" attribute in doc

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

[GUMP] Build Failure - ant-embed-optional

2003-07-15 Thread Nicola Ken Barozzi
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/jakart

DO NOT REPLY [Bug 18717] - Missed "defaultvalue" attribute in doc

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18717] - Missed "defaultvalue" attribute in doc

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 19195] - Checksum values are -1 for the files in the zip created through ant

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: ant/src/etc/testcases/taskdefs/optional script.xml

2003-07-15 Thread peterreilly
peterreilly2003/07/15 02:05:53 Modified:src/main/org/apache/tools/ant Target.java src/etc/testcases/taskdefs/optional script.xml Log: use for loop instead of iterator when walking the list of tasks, this allows tasks to be added to the current list while the list i

Re: FW: ConcurrentModificationException

2003-07-15 Thread Stefan Bodewig
On 15 Jul 2003, peter reilly <[EMAIL PROTECTED]> wrote: > We probably should revert the script > test that showed up the problem in the first > place. +1 Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: FW: ConcurrentModificationException

2003-07-15 Thread peter reilly
Yep, the import task works again. We probably should revert the script test that showed up the problem in the first place. Peter On Tue, 2003-07-15 at 09:35, Stefan Bodewig wrote: > With a loop like > > for (int i = 0; i < children.size(); i++) { > Object o = childre

Re: FW: ConcurrentModificationException

2003-07-15 Thread Stefan Bodewig
With a loop like for (int i = 0; i < children.size(); i++) { Object o = children.get(i); instead of Iterator it = children.iterator(); while (it.hasNext()) { Object o = it.next(); we should be on the save side, I think. childr

DO NOT REPLY [Bug 21320] - Copy task ignores all but first file returned by FileNameMapper

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21583] - If first attribute continues to multiple lines then section does not exists

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

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

2003-07-15 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://nagoya.apache.org/bugzilla/show_bug

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

2003-07-15 Thread conor
conor 2003/07/15 00:19:15 Modified:src/main/org/apache/tools/ant/taskdefs Execute.java ExecuteWatchdog.java ProcessDestroyer.java src/main/org/apache/tools/ant/util Watchdog.java Log: Ensure terminated processes are allowed to complete before

DO NOT REPLY [Bug 21572] - Broken Links

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu

Re: [PATCH] Add directory modes for tar task and tarfileset

2003-07-15 Thread Stefan Bodewig
On Tue, 15 Jul 2003, Wenbin Zhu <[EMAIL PROTECTED]> wrote: > This patch is to add a dirMode attribute to tarfileset element in > tar task, This already exists in CVS HEAD. Please give a recent (i.e. less than seven months old 8-) nightly build a try to see whether it does what you need. Stefan

RE: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileU tilsTest.java

2003-07-15 Thread Jan . Materne
Sorry, i didn´t detect the "cmd"-stuff. AFAIK you can´t 'cd' into such a directory. But you can get files directly from there. Jan > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Monday, July 14, 2003 7:03 PM > To: Ant Developers List > Subject: Re: cvs comm

[PATCH] Add directory modes for tar task and tarfileset

2003-07-15 Thread Wenbin Zhu
This patch is to add a dirMode attribute to tarfileset element in tar task, so that the modes of directories selected by the tarfileset will be set to the customized values. Patches is attached. _ Find gifts, buy online with MSN Sho

DO NOT REPLY [Bug 1484] - Request additional flexibility in AntOn task for Ant2

2003-07-15 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://nagoya.apache.org/bugzilla/show_bug

Re: FW: ConcurrentModificationException

2003-07-15 Thread Conor MacNeill
Forwarding to developers list. On Tue, 15 Jul 2003 10:07 am, Adam Jack wrote: > Hi. > > We have an ant task that "imports" a build file into this run. Recently it > has started failing (on Gump), i.e. w/ latest ant code. > > Target.java: 316 is the next() below. > > public void execute() thr

DO NOT REPLY [Bug 21320] - Copy task ignores all but first file returned by FileNameMapper

2003-07-15 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://nagoya.apache.org/bugzilla/show_bu