DO NOT REPLY [Bug 29391] - javac task uses user.dir for temporary file instead of java.io.tmpdir

2004-06-04 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: Alias names for imported targets

2004-06-04 Thread Jose Alberto Fernandez
> -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: 04 June 2004 19:26 > To: 'Ant Developers List' > Subject: RE: Alias names for imported targets > > > > From: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED] > > > From: Stefan Bodewig [mailto:[EMAIL PROT

RE: Generic tasks/types WAS Possible Ant 1.7 alpha bug: property expansion.

2004-06-04 Thread Matt Benson
--- Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: [SNIP] But are there enough usages > as to grant the > definition of a full framework for this pattern. That's backwards... the original idea was not a full framework to support this pattern... this pattern is only one possible way to exploit

RE: Alias names for imported targets

2004-06-04 Thread Jose Alberto Fernandez
Looks like spaguetti buildfiles to me. No ofence, but if the build have this kinds of fragile dependencies, will anyone else understan what is going on 6 month from now? That is what is wrong with spaguetti code. All this restriction in OO inheritance are there to limit developers capability of w

RE: Generic tasks/types WAS Possible Ant 1.7 alpha bug: property expansion.

2004-06-04 Thread Jose Alberto Fernandez
Your example has this assumption, quite thin for the general case that no matter what accion, the set of other attributes and elements must be exactly the same. I really do not see to much of the usability gain in something like that. Usually you expect different input for different actions. And w

cvs commit: ant/docs/manual/CoreTasks javac.html

2004-06-04 Thread mbenson
mbenson 2004/06/04 11:29:57 Modified:docs/manual/CoreTasks javac.html Log: Changed default tempdir to java.io.tmpdir instead of user.dir. PR: 29391, 4590 Revision ChangesPath 1.46 +3 -2 ant/docs/manual/CoreTasks/javac.html Index: javac.html

RE: Alias names for imported targets

2004-06-04 Thread Dominique Devienne
> From: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED] > > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > On Fri, 4 Jun 2004, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > > This allows to bypass the target override, and thus bypass whatever > > > the overridden target does. > > > > Right

RE: Alias names for imported targets

2004-06-04 Thread Jose Alberto Fernandez
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > On Fri, 4 Jun 2004, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > > This allows to bypass the target override, and thus bypass whatever > > the overridden target does. > > Right. But I already can bypass it if the target is > overridde

DO NOT REPLY [Bug 28897] - Enhance the Replace task

2004-06-04 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 28884] - Keep the properties set after or .

2004-06-04 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: cvs commit: ant/src/etc/testcases/taskdefs/optional xmlvalidate.xml

2004-06-04 Thread Antoine Lévy-Lambert
Stefan Bodewig wrote: On 2 Jun 2004, <[EMAIL PROTECTED]> wrote: -Aslak Hellesøy +Aslak Helles?y What OS are you running Antoine? Sorry Stefan, I got online again only now. I am running Windows 2000 German, and I did I think the edit with IDEA, then committed it with GNU cvs under cygw

Re: commit emails

2004-06-04 Thread Antoine Lévy-Lambert
Sorry for the spam, I had put my own address at apache dot org in an anti-spam filter, because I was receiving viruses with my address (forged). So the commit mails were in my Spam-Suspicion folder. Cheers, Antoine Stefan Bodewig wrote: On Wed, 02 Jun 2004, Antoine Levy-Lambert <[EMAIL PROTECTED]

DO NOT REPLY [Bug 29391] - javac task uses user.dir for temporary file instead of java.io.tmpdir

2004-06-04 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 29391] - javac task uses user.dir for temporary file instead of java.io.tmpdir

2004-06-04 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 29391] - javac task uses user.dir for temporary file instead of java.io.tmpdir

2004-06-04 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/compilers DefaultCompilerAdapter.java

2004-06-04 Thread mbenson
mbenson 2004/06/04 10:51:21 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs/compilers DefaultCompilerAdapter.java Log: Changed default tempdir to java.io.tmpdir instead of user.dir. See what breaks. PR: 29391, 4590 Rev

DO NOT REPLY [Bug 29391] - Default for javac 'tempdir' should be the system temp directory, not the current directory

2004-06-04 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 29397] New: - old link on external tasks pages

2004-06-04 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: DispatchTask

2004-06-04 Thread Magesh Umasankar
Subject:RE: DispatchTask From: Dominique Devienne Date: 2004-06-04 15:14:02 > public static void dispatchAction(String action, Task target) { ... } > > or > > public static void dispatchAction(String action, Object target) { ... } > > to make it fully bean friendly. > > Then i

DO NOT REPLY [Bug 29395] - ant modifies files while copying

2004-06-04 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 29396] New: - Allow P4Change to edit changelists as well

2004-06-04 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: Possible Ant 1.7 alpha bug: property expansion.

2004-06-04 Thread Jack J. Woehr
Matt Benson wrote: > One (slightly messy) solution might be to decouple the > parsing and substitution... thinking out loud here so > forgive any glaring omissions or errors... What I haven't figured out yet is why you bother to parse in the complicated fashion you do in PropertyHelper.parsePrope

Re: Alias names for imported targets

2004-06-04 Thread Nicola Ken Barozzi
Nicola Ken Barozzi wrote:... task->target -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains) - --

Re: Alias names for imported targets

2004-06-04 Thread Nicola Ken Barozzi
Dominique Devienne wrote: From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED] I've looked into the code (gosh, I still remember part of it :-) The following path is OTOMH, without even compiling, it should be a start. Implementing this is not the issue... I know, I haven't replied to /your/ mail, b

Re: Possible Ant 1.7 alpha bug: property expansion.

2004-06-04 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: [SNIP] > I don't see any easy way to defer the actual string > tokenization to > the individual PropertyHelpers of the chain, so we > may be better > served by defining a more useful algorithm at the > top. One (slightly messy) solution might be to dec

RE: Generic tasks/types WAS Possible Ant 1.7 alpha bug: property expansion.

2004-06-04 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > This actually ties back to what Magesh proposed (the > dispatch task). > > One of the useful bit his proposal allowed was to > conditionally > execute one mode or the other thanks to > mode="${mode}", where > mode can be configured/computed befor

DO NOT REPLY [Bug 29395] New: - ant modifies files while copying

2004-06-04 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: Generic tasks/types WAS Possible Ant 1.7 alpha bug: property expansion.

2004-06-04 Thread Dominique Devienne
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > On Fri, 4 Jun 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > > If there is any reason why we couldn't/shouldn't have > > a generic DynamicConfigurator that could > > execute an arbitrary task by classname, and a generic > > or , probably also a >

RE: DO NOT REPLY [Bug 29382] - GenKey task depends on path for java keytool

2004-06-04 Thread Dominique Devienne
> --- Additional Comments From [EMAIL PROTECTED] 2004-06-04 07:47 > DD, should work fine since it uses > JavaEnvUtils.getJdkExecutable in Javac.getSystemJavac via two > indirections. Hmmm. Just yesterday, a user couldn't inside of IntelliJ. The fix was to add $JAVA_HOME/bin to the Path

RE: DispatchTask

2004-06-04 Thread Dominique Devienne
> From: Magesh Umasankar [mailto:[EMAIL PROTECTED] > > > I'd like to introduce the concept of a DispatchTask to Ant. > > > > Do you think a task with a mode/action that selects the method to run > > instead of execute is really that common? > > Well, it is a pretty common pattern used to group clo

RE: Alias names for imported targets

2004-06-04 Thread Dominique Devienne
> From: Erik Hatcher [mailto:[EMAIL PROTECTED] > > pasted from my original message on this: > > imported.xml > > > > > build.xml > > > > > > Doesn't work, since some-target is not overridden. > > -- > It would be nice if imported.some-target existed

RE: Alias names for imported targets

2004-06-04 Thread Dominique Devienne
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > I don't have a real world use-case, granted, my major reason is > consistency - I want to be able to write depends="foo.bar" and not > care whether it has been overridden or not. Yeah, that's the part I don't like. Beside the target that actual

cvs commit: ant TODO

2004-06-04 Thread mbenson
mbenson 2004/06/04 08:45:07 Modified:.Tag: ANT_16_BRANCH TODO Log: Add Target.getIf/Unless() PR: 29320 Submitted by: Christophe Labouisse Revision ChangesPath No revision No revision 1.3.2.5 +3 -0 ant/Attic/TODO

DO NOT REPLY [Bug 29320] - The target object does not have getter for if/unless conditions.

2004-06-04 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 CONTRIBUTORS

2004-06-04 Thread mbenson
mbenson 2004/06/04 08:40:22 Modified:.CONTRIBUTORS Log: Add Christophe Labouisse PR: 29320 Revision ChangesPath 1.22 +2 -1 ant/CONTRIBUTORS Index: CONTRIBUTORS === RCS file: /home

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

2004-06-04 Thread mbenson
mbenson 2004/06/04 08:39:16 Modified:src/main/org/apache/tools/ant Target.java Log: Add getIf() and getUnless() to Target. PR: 29320 Submitted by: Christophe Labouisse Revision ChangesPath 1.53 +20 -0 ant/src/main/org/apache/tools/ant/Target.java Index:

RE: Alias names for imported targets

2004-06-04 Thread Dominique Devienne
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED] > I've looked into the code (gosh, I still remember part of it :-) > The following path is OTOMH, without even compiling, it should be a start. Implementing this is not the issue... --DD -

Re: Alias names for imported targets

2004-06-04 Thread Stefan Bodewig
On Fri, 4 Jun 2004, Dominique Devienne <[EMAIL PROTECTED]> wrote: > This allows to bypass the target override, and thus bypass whatever > the overridden target does. Right. But I already can bypass it if the target is overridden since I get the aliased name then. If this type of bypassing is wr

Re: DispatchTask

2004-06-04 Thread Stefan Bodewig
On Fri, 4 Jun 2004, Magesh Umasankar <[EMAIL PROTECTED]> wrote: > I don't see it as a debate on whether multiple tasks are better > Vs. mutiple actions per task. DispatchTask is to be viewed as an > alternative to writing multiple tasks and must be used diligently. > It is just a question of styl

cvs commit: ant TODO

2004-06-04 Thread mbenson
mbenson 2004/06/04 08:09:25 Modified:.Tag: ANT_16_BRANCH TODO Log: Assigned mine to me. Revision ChangesPath No revision No revision 1.3.2.4 +8 -8 ant/Attic/TODO Index: TODO

Re: DispatchTask

2004-06-04 Thread Magesh Umasankar
From: Stefan Bodewig Date: 2004-06-04 12:45:50 Hi Stefan, > > I'd like to introduce the concept of a DispatchTask to Ant. > > Do you think a task with a mode/action that selects the method to run > instead of execute is really that common? Well, it is a pretty common pattern used to

DO NOT REPLY [Bug 27411] - Ant 1.6.1 breaks with Jikes 1.19

2004-06-04 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: Alias names for imported targets

2004-06-04 Thread Nicola Ken Barozzi
Stefan Bodewig wrote: Hi, Erik already brought that up. Target foo imported from project named bar is known as "foo" in my build file unless I override it (in which case it becomes "bar.foo". I'd like to have the alias name "bar.foo" available even if I don't override it. I haven't looked into th

Re: Alias names for imported targets

2004-06-04 Thread Erik Hatcher
On Jun 4, 2004, at 10:19 AM, Dominique Devienne wrote: From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Erik already brought that up. Target foo imported from project named bar is known as "foo" in my build file unless I override it (in which case it becomes "bar.foo". I'd like to have the alias na

Re: Generic tasks/types WAS Possible Ant 1.7 alpha bug: property expansion.

2004-06-04 Thread Stefan Bodewig
On Fri, 4 Jun 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > If there is any reason why we couldn't/shouldn't have > a generic DynamicConfigurator that could > execute an arbitrary task by classname, and a generic > or , probably also a > DynamicConfigurator, to instantiate (and optionally > con

RE: Alias names for imported targets

2004-06-04 Thread Dominique Devienne
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Erik already brought that up. Target foo imported from project named > bar is known as "foo" in my build file unless I override it (in which > case it becomes "bar.foo". I'd like to have the alias name "bar.foo" > available even if I don't overri

Re: Alias names for imported targets

2004-06-04 Thread Erik Hatcher
I would *love* for this to be in 1.6.2 Alas, I've no time in the near future to look into it myself though, sorry. Erik On Jun 4, 2004, at 8:13 AM, Stefan Bodewig wrote: Hi, Erik already brought that up. Target foo imported from project named bar is known as "foo" in my build file un

Re: Generic tasks/types WAS Possible Ant 1.7 alpha bug: property expansion.

2004-06-04 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 3 Jun 2004, Matt Benson > > Sorry, what is your question? > If there is any reason why we couldn't/shouldn't have a generic DynamicConfigurator that could execute an arbitrary task by classname, and a generic or , probably also a DynamicC

RE: Ant 1.6.2 TODO list

2004-06-04 Thread Jan . Materne
> > Should it be part of 1.6.2 or not? > > I'd trust your judgement here. If the changes are important enough to > get released immediately, put them in. If you know it will take a > longer time than the other pieces of the list and think it could wait > for a 1.6.3 release in six months or so

Re: Ant 1.6.2 TODO list

2004-06-04 Thread Christophe Labouisse
Hi, Stefan Bodewig said: > A few minutes ago I've committed a TODO list to the 1.6 branch, please > go ahead and add items (but please only if you are willing to work on > them yourself) and/or assign existing items to yourself. I added a enhancement request (bug #29320) a couple of days ago and

DO NOT REPLY [Bug 29391] New: - javac task uses user.dir for temporary file instead of java.io.tmpdir

2004-06-04 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 22865] - Zip whenempty attribute is broken

2004-06-04 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 TODO

2004-06-04 Thread bodewig
bodewig 2004/06/04 06:00:17 Modified:.Tag: ANT_16_BRANCH TODO Log: one more reproducable and simple bug Revision ChangesPath No revision No revision 1.3.2.3 +2 -0 ant/Attic/TODO Index: TODO

Re: DispatchTask

2004-06-04 Thread Stefan Bodewig
Hi Magesh, nice to read from you. On Wed, 2 Jun 2004, Magesh Umasankar <[EMAIL PROTECTED]> wrote: > I'd like to introduce the concept of a DispatchTask to Ant. Do you think a task with a mode/action that selects the method to run instead of execute is really that common? It looks like one coul

Re: How to deal with RuntimeExceptions thrown by tasks?

2004-06-04 Thread Stefan Bodewig
On Fri, 4 Jun 2004, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > ANT is stoping for these exceptions :-) but whether keepGoing should > continue, I would settle here for simplicity and using the new > signature say that Error will stop and BuildException may continue. Works for me. Stefan

Re: Ant 1.6.2 TODO list

2004-06-04 Thread Stefan Bodewig
On Fri, 4 Jun 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > - Ant 1.6.2 is ready for final build if all TODOs are done? that's the idea. > Should it be part of 1.6.2 or not? I'd trust your judgement here. If the changes are important enough to get released immediately, put them in. If you

Re: Ant 1.6.2 release?

2004-06-04 Thread Peter Reilly
Stefan Bodewig wrote: I see. Looking into DirectoryScanner it seems not that easy to fix since the scanner will either recurse into x or exclude x based on the followSymlink setting so anything we'd want to do would not only affect Delete but probably any other task using DirectoryScanner as well.

DO NOT REPLY [Bug 26057] - Need CutFilter in FilterChain

2004-06-04 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 25633] - macrodef should support default element node

2004-06-04 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 WHATSNEW

2004-06-04 Thread peterreilly
peterreilly2004/06/04 05:26:13 Modified:.Tag: ANT_16_BRANCH WHATSNEW Log: sync Revision ChangesPath No revision No revision 1.503.2.98 +5 -0 ant/WHATSNEW Index: WHATSNEW ==

DO NOT REPLY [Bug 25749] - add "don't get rid of subdirs" and "only sync specified file mask" options to Sync task

2004-06-04 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 21832] - sync task to ignore destination files

2004-06-04 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 24680] - [PATCH] set threadContextLoader for xslt task

2004-06-04 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 WHATSNEW

2004-06-04 Thread peterreilly
peterreilly2004/06/04 05:25:13 Modified:.WHATSNEW Log: update WHATSNEW for dynamicconfiguratorNS and for implicit nested elements in macrodef Revision ChangesPath 1.614 +5 -0 ant/WHATSNEW Index: WHATSNEW

DO NOT REPLY [Bug 21832] - sync task to ignore destination files

2004-06-04 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 22914] - Error using rmic compiler

2004-06-04 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

Alias names for imported targets

2004-06-04 Thread Stefan Bodewig
Hi, Erik already brought that up. Target foo imported from project named bar is known as "foo" in my build file unless I override it (in which case it becomes "bar.foo". I'd like to have the alias name "bar.foo" available even if I don't override it. I haven't looked into the code yet, but are

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

2004-06-04 Thread peterreilly
peterreilly2004/06/04 05:09:38 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH ImportTask.java src/testcases/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH ImportTest.java Added: src/etc/testcases

DO NOT REPLY [Bug 20408] - Allow passing arguments to javac globally

2004-06-04 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 5270] - Ant task - allow multiple targets

2004-06-04 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

DO NOT REPLY [Bug 6368] - Wild card as a target name or comma separated target name

2004-06-04 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

DO NOT REPLY [Bug 18945] - subversion

2004-06-04 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 29344] - support for subversion (SVN)

2004-06-04 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 TODO

2004-06-04 Thread bodewig
bodewig 2004/06/04 05:00:45 Modified:.Tag: ANT_16_BRANCH TODO Log: pass 1 through bugzilla Revision ChangesPath No revision No revision 1.3.2.2 +5 -0 ant/Attic/TODO Index: TODO =

DO NOT REPLY [Bug 27976] - excludes in filesets doesnt work

2004-06-04 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 27533] - input task behaviour when validargs and defaultvalue specified

2004-06-04 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 27411] - Ant 1.6.1 breaks with Jikes 1.19

2004-06-04 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 27170] - Error occurs in references parameter in if space in directory name

2004-06-04 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 29252] - Parameters with spaces need to be quoted in temporary command files

2004-06-04 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 26645] - war update is not working in Linux box

2004-06-04 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 26097] - scp task truncates directory names with spaces at the space

2004-06-04 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 26020] - doesn't close files properly

2004-06-04 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 24194] - ignores includes attribute

2004-06-04 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 25674] - delete with followSymlinks=false fails if pointed at non-existant directory

2004-06-04 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 29320] - The target object does not have getter for if/unless conditions.

2004-06-04 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 25181] - [PATCH] symlink task creates cyclic symlinks

2004-06-04 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 24866] - java.io.FileNotFoundException in

2004-06-04 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 24194] - unconditionally adds *.cs as include pattern to the implicit fileset

2004-06-04 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 24196] - When the drive letter of a mapped network drive is not explicitly specified in a path element, the location of the path element is indeterminate to the java task (and perhaps to other tasks, too).

2004-06-04 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 deal with RuntimeExceptions thrown by tasks?

2004-06-04 Thread Jose Alberto Fernandez
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > I'm not sure I'm really able to capture the issue completely > but I'll try. The discussion so far has been around > and friends, but maybe there is something deeper. > To me the issue goes beyound . It is more about having a stricter inv

RE: Ant 1.6.2 TODO list

2004-06-04 Thread Jan . Materne
What should be written there? - Ant 1.6.2 is ready for final build if all TODOs are done? Which means that we need a timeframe. E.g. my next (actual) topic is the Continuus section. But I´d to wait because the job needs much time at the moment. I think I´ll need until June for that - then t

DO NOT REPLY [Bug 22865] - Zip whenempty attribute is broken

2004-06-04 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 29067] - junit stylesheets should use redirect URI

2004-06-04 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 28426] - DynamicConfiguratorNS

2004-06-04 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 22865] - Zip whenempty attribute is broken

2004-06-04 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

Ant 1.6.2 TODO list

2004-06-04 Thread Stefan Bodewig
Hi, A few minutes ago I've committed a TODO list to the 1.6 branch, please go ahead and add items (but please only if you are willing to work on them yourself) and/or assign existing items to yourself. I've added a few items of my own and intend to look through bugzilla today to make "my list" co

Re: Ant 1.6.2 release?

2004-06-04 Thread Stefan Bodewig
On Fri, 04 Jun 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: > >>On Thu, 27 May 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: >>> 4) search paths for the import task >> >>Could you please expand on that? >> > This is something that could be done post 1.6.2. > The idea is t

DO NOT REPLY [Bug 16351] - JspC/Java task - compile error via ANT for Jsps using Tomcat 4.1.18

2004-06-04 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: Ant 1.6.2 release?

2004-06-04 Thread Peter Reilly
Stefan Bodewig wrote: On Thu, 27 May 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: 1) implicit element for macrodef move from head to 1.6 branch 2) DynamicElementNS move from head to 1.6 branch Those are done, correct? Just a few minutes ago :-) 3) Allow nested elements discovere

Re: How to deal with RuntimeExceptions thrown by tasks?

2004-06-04 Thread Stefan Bodewig
On Fri, 04 Jun 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > Task#perform is a "final" method. Ouch. Thanks 8-) I vaguelly recall overriding perform in Sequential once, but I maybe wrong (did I override maybeConfigure?) OK, one less point to talk about. Stefan -

  1   2   >