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

2005-01-24 Thread mbenson
mbenson 2005/01/24 15:38:41 Modified:src/main/org/apache/tools/ant/util ResourceUtils.java Log: Javadoc Revision ChangesPath 1.14 +15 -17ant/src/main/org/apache/tools/ant/util/ResourceUtils.java Index: ResourceUtils.java ===

RE: Ant 1.6 branch + JDK 1.5 + win2K test failure

2005-01-24 Thread Jose Alberto Fernandez
I also would like "macrodef/define" if people agree we can always add the "local-properties" once the implementation works correctly. Thoughts, Jose Alberto > -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: 24 January 2005 14:57 > To: Ant Developers List > Subj

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

2005-01-24 Thread mbenson
mbenson 2005/01/24 14:08:32 Modified:src/main/org/apache/tools/ant/util SourceFileScanner.java Log: Javadoc Revision ChangesPath 1.30 +6 -5 ant/src/main/org/apache/tools/ant/util/SourceFileScanner.java Index: SourceFileScanner.java ==

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

2005-01-24 Thread mbenson
mbenson 2005/01/24 13:55:44 Modified:src/main/org/apache/tools/ant/taskdefs ExecuteOn.java Log: Javadoc Revision ChangesPath 1.59 +80 -51ant/src/main/org/apache/tools/ant/taskdefs/ExecuteOn.java Index: ExecuteOn.java ===

RE: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/condition XorTest.java

2005-01-24 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: [SNIP] > > I find the >2 conditions case weird. Is that usual > to extend [SNIP] > > Am I the only one who thinks that way? I guess I've > never run > across an XOR conditional with more than 2 > operands... --DD DD, I would have thought so too,

Re: excludesfile must exist?

2005-01-24 Thread Erik Hatcher
On Jan 24, 2005, at 3:29 AM, Stefan Bodewig wrote: On Fri, 21 Jan 2005, Erik Hatcher <[EMAIL PROTECTED]> wrote: I haven't been in the internals of Ant for a while, my apologies. I recall this coming up before any objections to changing how handles excludesfile (and I'm assuming includesfile)

RE: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/condition XorTest.java

2005-01-24 Thread Dominique Devienne
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Log: > Xor. Not strictly necessary, > but the logical equivalent is a dog to type. > > +xor > +The element performs an exclusive > +or on all nested elements, similar to the ^ operator > +in Java

DO NOT REPLY [Bug 33214] - Refactore FTP task to get an analogous design as e.g. TELNEt

2005-01-24 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: How to supress output

2005-01-24 Thread James Fuller
Anderson, Rob (Global Trade) wrote: Anderson, Rob (Global Trade) wrote: I have ClearCase. I can test it. Although I am not a committer, I have contributed tasks and bug fixes. I was a little surprised by Steve Loughran's response to the bug report. Steve, Question: Does developer

cvs commit: ant/src/main/org/apache/tools/ant/util MergingMapper.java LeadPipeInputStream.java KeepAliveOutputStream.java KeepAliveInputStream.java JavaEnvUtils.java JAXPUtils.java IdentityMapper.java GlobPatternMapper.java FlatFileNameMapper.java FileNameMapper.java DateUtils.java DOMElementWriter.java ContainerMapper.java ConcatFileInputStream.java CollectionUtils.java ChainedMapper.java

2005-01-24 Thread peterreilly
peterreilly2005/01/24 10:13:20 Modified:src/main/org/apache/tools/ant/util MergingMapper.java LeadPipeInputStream.java KeepAliveOutputStream.java KeepAliveInputStream.java JavaEnvUtils.java JAXPUtils.java IdentityMap

RE: How to supress output

2005-01-24 Thread Anderson, Rob (Global Trade)
> Anderson, Rob (Global Trade) wrote: > > I have ClearCase. I can test it. Although I am not a > committer, I have contributed tasks and bug fixes. I was a > little surprised by Steve Loughran's response to the bug report. > > > > Steve, Question: Does developer = committer ? Since the > projec

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

2005-01-24 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: [SNIP] > > > >Just curious, why bother making a private inner > class > >final? > > > > > To stop checkstyle from whining! > The construtor was private and in this case > checkstyle whines that the > class should > be final as it

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

2005-01-24 Thread Peter Reilly
Matt Benson wrote: --- [EMAIL PROTECTED] wrote: peterreilly2005/01/24 07:30:32 Modified:src/main/org/apache/tools/ant/util OutputStreamFunneler.java [SNIP] -private class Funnel extends OutputStream { +private final class Funnel extends OutputStream { Just curi

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

2005-01-24 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > peterreilly2005/01/24 07:30:32 > > Modified:src/main/org/apache/tools/ant/util > OutputStreamFunneler.java [SNIP] > > -private class Funnel extends OutputStream { > +private final class Funnel extends > OutputStream { Just curious, why bo

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

2005-01-24 Thread peterreilly
peterreilly2005/01/24 07:32:05 Modified:src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH OutputStreamFunneler.java Log: sync Revision ChangesPath No revision No revision 1.1.2.3 +3 -3 ant/src/mai

Re: excludesfile must exist?

2005-01-24 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > I think it makes sense on excludesfile (as it is > implicitly excluded), > but not includesfile Actually, I thought of it the other way around: if the includes file doesn't exist, the patterns to be contained won't be included. Maybe that's a gla

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

2005-01-24 Thread peterreilly
peterreilly2005/01/24 07:30:32 Modified:src/main/org/apache/tools/ant/util OutputStreamFunneler.java Log: remove unused import + javadoc Revision ChangesPath 1.3 +3 -3 ant/src/main/org/apache/tools/ant/util/OutputStreamFunneler.java Index: OutputStreamFun

DO NOT REPLY [Bug 33220] New: - Optional RPM task succeeds even if RPM process fails

2005-01-24 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

user:pass explorer work around

2005-01-24 Thread Andre Wanderley de Souza
helo there, my name is andre and i am a web-developer. recentily i found that the explorer can't follow user:[EMAIL PROTECTED] anymore. i can't find in the net any solution to this. i tried to make some changes in mod_auth_mysql to use thee first GET vars as username and password for http authentif

user:pass explorer work around

2005-01-24 Thread Andre Wanderley de Souza
helo there, my name is andre and i am a web-developer. recentily i found that the explorer can't follow user:[EMAIL PROTECTED] anymore. i can't find in the net any solution to this. i tried to make some changes in mod_auth_mysql to use thee first GET vars as username and password for http authentif

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

2005-01-24 Thread peterreilly
peterreilly2005/01/24 07:15:39 Modified:src/main/org/apache/tools/ant/util RegexpPatternMapper.java Log: javadoc Revision ChangesPath 1.16 +14 -1 ant/src/main/org/apache/tools/ant/util/RegexpPatternMapper.java Index: RegexpPatternMapper.java =

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

2005-01-24 Thread peterreilly
peterreilly2005/01/24 07:13:46 Modified:src/main/org/apache/tools/ant/util ScriptRunner.java Log: space around operators Revision ChangesPath 1.10 +1 -1 ant/src/main/org/apache/tools/ant/util/ScriptRunner.java Index: ScriptRunner.java

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

2005-01-24 Thread bodewig
bodewig 2005/01/24 07:06:21 Modified:src/main/org/apache/tools/ant/taskdefs/repository ForceUpdatePolicy.java TimestampPolicy.java Log: 2005 Revision ChangesPath 1.4 +15 -15 ant/src/main/org/apache/tools/ant/taskdefs/repository/ForceUpdat

Re: Ant 1.6 branch + JDK 1.5 + win2K test failure

2005-01-24 Thread Peter Reilly
Antoine Levy-Lambert wrote: Hi, I have not been committing a lot lately, but if we want to release a 1.6.3 soon I can take care of preparing a beta ? Yes, I think we need a 1.6.3. It has been a while since 1.6.2 and there is stuff in 1.7 that needs a little bit more work. The problem would be in c

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

2005-01-24 Thread peterreilly
peterreilly2005/01/24 06:12:41 Modified:src/main/org/apache/tools/ant/util SourceFileScanner.java Log: javadoc Revision ChangesPath 1.29 +26 -8 ant/src/main/org/apache/tools/ant/util/SourceFileScanner.java Index: SourceFileScanner.java ===

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

2005-01-24 Thread peterreilly
peterreilly2005/01/24 05:31:29 Modified:src/main/org/apache/tools/ant/taskdefs/condition Xor.java Log: type not task Revision ChangesPath 1.3 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java Index: Xor.java ===

Re: How to supress output

2005-01-24 Thread Steve Loughran
Anderson, Rob (Global Trade) wrote: I have ClearCase. I can test it. Although I am not a committer, I have contributed tasks and bug fixes. I was a little surprised by Steve Loughran's response to the bug report. Steve, Question: Does developer = committer ? Since the project is open source, isn

Re: excludesfile must exist?

2005-01-24 Thread Steve Loughran
Erik Hatcher wrote: On Jan 21, 2005, at 4:33 PM, Matt Benson wrote: --- Erik Hatcher <[EMAIL PROTECTED]> wrote: I haven't been in the internals of Ant for a while, my apologies. I recall this coming up before any objections to changing how handles excludesfile (and I'm assuming includesfile)

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

2005-01-24 Thread peterreilly
peterreilly2005/01/24 02:28:04 Modified:src/main/org/apache/tools/ant/types/selectors Tag: ANT_16_BRANCH SizeSelector.java Log: sync Revision ChangesPath No revision No revision 1.7.2.5 +17 -14 ant/src/

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

2005-01-24 Thread peterreilly
peterreilly2005/01/24 02:26:44 Modified:src/main/org/apache/tools/ant/types/selectors SizeSelector.java Log: javadoc Revision ChangesPath 1.13 +12 -9 ant/src/main/org/apache/tools/ant/types/selectors/SizeSelector.java Index: SizeSele

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

2005-01-24 Thread peterreilly
peterreilly2005/01/24 02:11:32 Modified:src/main/org/apache/tools/ant/taskdefs/condition Xor.java Log: javadoc + space around operands Revision ChangesPath 1.2 +5 -4 ant/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java Index: Xor.java =

DO NOT REPLY [Bug 33192] - java task doesn't pass debug options properly.

2005-01-24 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: excludesfile must exist?

2005-01-24 Thread Stefan Bodewig
On Fri, 21 Jan 2005, Erik Hatcher <[EMAIL PROTECTED]> wrote: > I haven't been in the internals of Ant for a while, my apologies. I > recall this coming up before any objections to changing how > handles excludesfile (and I'm assuming includesfile) such > that existence of the file is not man

DO NOT REPLY [Bug 33214] New: - Refactore FTP task to get an analogous design as e.g. TELNEt

2005-01-24 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