DO NOT REPLY [Bug 50297] Copy task does not preserve natural ordering of resource collections

2010-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50297 --- Comment #8 from Isaac Shabtay 2010-11-29 14:24:29 EST --- (In reply to comment #7) > After revisiting this I understood I was trong about mappedresources - it does > everything you need for your case. > Thanks, I will

DO NOT REPLY [Bug 50297] Copy task does not preserve natural ordering of resource collections

2010-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50297 --- Comment #9 from Matt Benson 2010-11-29 14:39:33 EST --- Two possibilities I have thought of: 1. Extend Hashtable such that all its methods actually defer to a wrapped LinkedHashMap and use instances of that class in Copy&#

DO NOT REPLY [Bug 50297] Copy task does not preserve natural ordering of resource collections

2010-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50297 --- Comment #10 from Isaac Shabtay 2010-11-29 14:45:20 EST --- (In reply to comment #9) > Two possibilities I have thought of: > > 1. Extend Hashtable such that all its methods actually defer to a wrapped > LinkedHas

DO NOT REPLY [Bug 50297] Copy task does not preserve natural ordering of resource collections

2010-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50297 --- Comment #11 from Stefan Bodewig 2010-11-29 23:50:41 EST --- First of all I'm sorry to suggest the mappedresources - this won't work since the Hashtable is still free to reorder things. Matt's option (1) is more or less

DO NOT REPLY [Bug 50368] Copy task fails with: Invalid argument message

2010-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50368 --- Comment #1 from Stefan Bodewig 2010-11-30 00:24:30 EST --- this is likely fixed by svn revision 947339 which fixes bug 49326 Is there any chance you could give Ant's trunk (for example a nightly build from https://hudson.apach

DO NOT REPLY [Bug 50368] Copy task fails with: Invalid argument message

2010-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50368 --- Comment #2 from JB 2010-11-30 04:58:41 EST --- > Is there any chance you could give Ant's trunk a try? Unfortunately the environment where the build needs to be performed is provided by third party, so requesting to in

DO NOT REPLY [Bug 50368] Copy task fails with: Invalid argument message

2010-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50368 --- Comment #3 from JB 2010-11-30 05:01:43 EST --- surprise, the build succeeded with: java version "1.4.2_21" Java(TM) Platform, Standard Edition for Business (build 1.4.2_21-b03) BEA JRockit(R) (build R27.6.5-32_o-12189

DO NOT REPLY [Bug 50379] New: get task does not last part of url when redirected

2010-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50379 Summary: get task does not last part of url when redirected Product: Ant Version: 1.8.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

DO NOT REPLY [Bug 50297] Copy task does not preserve natural ordering of resource collections

2010-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50297 --- Comment #12 from Stefan Bodewig 2010-11-30 11:42:47 EST --- svn revision 1040627 contains LinkedHashtable but I'm running out of time and can't test a modified Copy task using it right now - will do so tomorrow. BTW,

DO NOT REPLY [Bug 50297] Copy task does not preserve natural ordering of resource collections

2010-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50297 Stefan Bodewig changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 50368] Copy task fails with: Invalid argument message

2010-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50368 --- Comment #4 from Stefan Bodewig 2010-12-01 00:35:29 EST --- This seems to be a known problem with Sun's JDK 1.4 and Linux kernel 2.6 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5056395 http://192.9.162.102/thread.jspa?thr

DO NOT REPLY [Bug 50368] Copy task fails with: Invalid argument message

2010-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50368 Stefan Bodewig changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 49430] Bootstrap failure using JDK 1.4

2010-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49430 Stefan Bodewig changed: What|Removed |Added CC||jant...@ratesoft.hu --- Comment

DO NOT REPLY [Bug 50379] get task does not last part of url when redirected

2010-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50379 --- Comment #1 from J.M. (Martijn) Kruithof 2010-12-01 14:15:15 EST --- The source URL is not the URL which is redirected to, the source URL is the URL provided, which happens to be redirect in your case, generally everything after the

DO NOT REPLY [Bug 50379] get task does not last part of url when redirected

2010-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50379 --- Comment #2 from Michael Osipov <1983-01...@gmx.net> 2010-12-01 14:26:11 EST --- Martijn, doesn't this risk exist without redirection too? It is always in the responsibility of the script writer to verify the sources he&#x

DO NOT REPLY [Bug 50379] get task does not last part of url when redirected

2010-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50379 --- Comment #3 from J.M. (Martijn) Kruithof 2010-12-01 17:09:12 EST --- Hi Michael If you have explicitly specified the URL this risk does not exist, as the user has specified the URL, and therefore knows (or at least could know) what

DO NOT REPLY [Bug 50297] Copy task does not preserve natural ordering of resource collections

2010-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50297 --- Comment #14 from Isaac Shabtay 2010-12-01 21:46:39 EST --- Fantastic! Thank you both. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

DO NOT REPLY [Bug 50379] get task does not last part of url when redirected

2010-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50379 --- Comment #4 from Michael Osipov <1983-01...@gmx.net> 2010-12-02 05:23:35 EST --- Martijn, in your example there would be only one manual file. The second would overwrite the first one. This is more harmful than my basic idea. T

DO NOT REPLY [Bug 50399] New: DefaultInputHandler produces unnecessary newline in prompt

2010-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50399 Summary: DefaultInputHandler produces unnecessary newline in prompt Product: Ant Version: 1.8.1 Platform: All OS/Version: All Status: NEW Severity

DO NOT REPLY [Bug 50400] New: SecureHandler does not write to std err but to std out

2010-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50400 Summary: SecureHandler does not write to std err but to std out Product: Ant Version: 1.8.1 Platform: All OS/Version: All Status: NEW Severity: normal

DO NOT REPLY [Bug 41400] [PATCH] properties get double expanded in

2010-12-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41400 Alexander Broekhuis changed: What|Removed |Added CC||a.broekh...@gmail.com

DO NOT REPLY [Bug 50430] New: XMLFragment doesn't provide Text nodes and Elements in proper order

2010-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50430 Summary: XMLFragment doesn't provide Text nodes and Elements in proper order Product: Ant Version: unspecified Platform: PC OS/Version: Windows XP S

DO NOT REPLY [Bug 50457] New: i have a problem

2010-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50457 Summary: i have a problem Product: Ant Version: 1.8.1 Platform: Sun OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Core

DO NOT REPLY [Bug 50457] i have a problem

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50457 Stefan Bodewig changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 50200] VectorSet kills the performance of DirectoryScanner

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50200 --- Comment #1 from Stefan Bodewig 2010-12-13 04:40:28 EST --- I'm afraid your patch relies on Vector's implementation details which are not documented. Let's assume Vector's add() method was implemented like public

DO NOT REPLY [Bug 50457] i have a problem

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50457 --- Comment #2 from avtaritet 2010-12-13 05:59:58 EST --- [javac] /export/home/aurora/CVS_PROD/Java_Files/az/com/cybernet/avis/decl/business/CommonOutsideBsn.java:87: warning: com.sun.org.apache.xpath.internal.XPathAPI is Sun proprietary

DO NOT REPLY [Bug 50200] VectorSet kills the performance of DirectoryScanner

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50200 --- Comment #2 from Stefan Bodewig 2010-12-13 08:19:23 EST --- or better Index: src/main/org/apache/tools/ant/util/VectorSet.java === --- src/main/org/apache/tools/ant/util

DO NOT REPLY [Bug 50200] VectorSet kills the performance of DirectoryScanner

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50200 --- Comment #3 from Stefan Bodewig 2010-12-13 08:45:36 EST --- svn revision 1045116 would be good if you could verify the bottleneck has gone, still. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 50457] i have a problem

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50457 --- Comment #3 from Peter Reilly 2010-12-13 08:49:22 EST --- The problem here is javac, it does not allow suppression of this particular warning. There is nothing (i.e. no command line arg to javac) ant can do to suppress the warning

DO NOT REPLY [Bug 50200] VectorSet kills the performance of DirectoryScanner

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50200 --- Comment #4 from Sandu Turcan 2010-12-13 09:24:01 EST --- I've written a test which simply calls .add in a loop. Here are the results, new implementation vs old: at 10,000 iterations: new=16ms old=187ms at 100,000 iterations: new=

DO NOT REPLY [Bug 50200] VectorSet kills the performance of DirectoryScanner

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50200 Stefan Bodewig changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 50200] VectorSet kills the performance of DirectoryScanner

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50200 --- Comment #6 from Sandu Turcan 2010-12-13 10:41:58 EST --- Glad I could help. I know this is not the place to ask but would it be possible to make this method protected? DirectoryScanner.scandir(File, TokenizedPath, boolean, String

DO NOT REPLY [Bug 50200] VectorSet kills the performance of DirectoryScanner

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50200 --- Comment #7 from Stefan Bodewig 2010-12-13 10:58:58 EST --- Sandu, please join the dev mailing list (which is pretty low volume nowadays anyway) so we can discuss your usecase and see whether there is a good way that doesn't a

DO NOT REPLY [Bug 50468] New: Using $$ in ANT

2010-12-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50468 Summary: Using $$ in ANT Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: blocker Priority: P2 Component: Build

DO NOT REPLY [Bug 50468] Using $$ in ANT

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50468 --- Comment #1 from ashish.s...@siemens.com 2010-12-14 03:09:56 EST --- Hello All, I have created a script if i will use $$$ then it will take it as a $$ but my problem is that i am calling sql script that has identifier with name

DO NOT REPLY [Bug 50469] New: Enable create symbolic links int tar

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50469 Summary: Enable create symbolic links int tar Product: Ant Version: nightly Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 49659] [regression] Project.getReference(key) no longer returns certain references

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49659 Michael Rennie changed: What|Removed |Added Summary|Project.getReference(key) |[regression

DO NOT REPLY [Bug 49659] [regression] Project.getReference(key) no longer returns certain references

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49659 --- Comment #4 from Antoine Levy-Lambert 2010-12-14 16:24:15 EST --- Hello Michael, sorry I have not been active in reading bug reports recently :( In Ant 1.8.0 I think that the possibility of using references which were detected at

DO NOT REPLY [Bug 49659] [regression] Project.getReference(key) no longer returns certain references

2010-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49659 --- Comment #5 from Michael Rennie 2010-12-15 09:56:37 EST --- (In reply to comment #4) > Hello Michael, > > sorry I have not been active in reading bug reports recently :( > > In Ant 1.8.0 I think that the possi

DO NOT REPLY [Bug 50482] New: JUnit test crash when executed from Ant with empty jvmarg option

2010-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50482 Summary: JUnit test crash when executed from Ant with empty jvmarg option Product: Ant Version: 1.8.1 Platform: PC OS/Version: Mac OS X 10.5 Status: NEW

DO NOT REPLY [Bug 50482] JUnit test crash when executed from Ant with empty jvmarg option

2010-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50482 --- Comment #1 from Igor Nikolaev 2010-12-15 18:08:50 EST --- Created an attachment (id=26413) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26413) Eclipse project that demonstrates the issue I had to remove Ant libs f

DO NOT REPLY [Bug 49888] slow down in exec task calls

2010-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49888 Antoine Levy-Lambert changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50229] Slow down in StreamPumper

2010-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50229 Antoine Levy-Lambert changed: What|Removed |Added CC||claude.lavillonni...@activi

DO NOT REPLY [Bug 50229] Slow down in StreamPumper

2010-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50229 --- Comment #3 from Antoine Levy-Lambert 2010-12-15 19:11:03 EST --- Michael, you are right, the loop in StreamPumper#run is causing the problem. Rolling it back to 1.7.1 style brings back the same performance. -- Configure bugmail

DO NOT REPLY [Bug 50229] Slow down in StreamPumper

2010-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50229 --- Comment #4 from msu...@tillnow.com 2010-12-16 01:02:59 EST --- It looks like the StreamPumper changes were checked in as part of Bug 5003, specifically svn revision 711860. -- Configure bugmail: https://issues.apache.org/bugzilla

DO NOT REPLY [Bug 50229] Slow down in StreamPumper

2010-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50229 --- Comment #5 from Stefan Bodewig 2010-12-16 03:49:44 EST --- The change is necessary in order to properly deal with grandchild processes on Windows - that's why it used to be explicitly restricted to Windows initially. If you tak

DO NOT REPLY [Bug 50229] Slow down in StreamPumper

2010-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50229 --- Comment #6 from Stefan Bodewig 2010-12-16 03:55:12 EST --- I knew I had pulled together related bug ids once. http://marc.info/?t=127652142200010&r=1&w=2 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs

DO NOT REPLY [Bug 50484] New: Multiple calls to Ant script task fail with ojdbc5.jar

2010-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50484 Summary: Multiple calls to Ant script task fail with ojdbc5.jar Product: Ant Version: 1.7.1 Platform: Other OS/Version: Linux Status: NEW Severity

DO NOT REPLY [Bug 50485] New: The task should have else attribute

2010-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50485 Summary: The task should have else attribute Product: Ant Version: 1.8.1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

DO NOT REPLY [Bug 50485] The task should have else attribute

2010-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50485 --- Comment #1 from Jan Mat 2010-12-16 09:12:39 EST --- The easiest thing is Because of Ant's immutable properties the 2nd instruction is only executed if the resource is not available (and therefore the property unset). -- Conf

DO NOT REPLY [Bug 50485] The task should have else attribute

2010-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50485 --- Comment #2 from r...@steelezone.net 2010-12-16 09:21:30 EST --- Oh my--I'm getting old. Yes, of course, that's an even better workaround than the one I proposed. -- Configure bugmail: https://issues.apache.org/bugzilla/use

DO NOT REPLY [Bug 50229] Slow down in StreamPumper

2010-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50229 --- Comment #7 from Antoine Levy-Lambert 2010-12-16 10:22:37 EST --- Hello Stefan, I changed PumpStreamHandler to always set "useavailable" to true in order to fix the bug 48746, "exec task sometimes inserts extraneous

DO NOT REPLY [Bug 50229] Slow down in StreamPumper

2010-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50229 --- Comment #8 from msu...@tillnow.com 2010-12-16 11:08:19 EST --- Is there a reason StreamPumper uses a SMALL_BUFFER_SIZE (128)? In this particular bug, a large file on disk is being read in so a larger buffer may be beneficial (not tested

DO NOT REPLY [Bug 50485] The task should have else attribute

2010-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50485 Matt Benson changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 50506] New: Ant Exec task is not failing in windows while running bat file

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50506 Summary: Ant Exec task is not failing in windows while running bat file Product: Ant Version: 1.8.1 Platform: PC OS/Version: Windows 2000 Status: NEW

DO NOT REPLY [Bug 50507] New: Exec task may mix the stderr and stdout output while logging it

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50507 Summary: Exec task may mix the stderr and stdout output while logging it Product: Ant Version: 1.8.1 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 50506] Ant Exec task is not failing in windows while running bat file

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50506 Antoine Levy-Lambert changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50506] Ant Exec task is not failing in windows while running bat file

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50506 Antoine Levy-Lambert changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #2

DO NOT REPLY [Bug 50507] Exec task may mix the stderr and stdout output while logging it

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50507 --- Comment #1 from Antoine Levy-Lambert 2010-12-21 15:21:59 EST --- I can reproduce this on Windows. It is not a systematic bug. It is similar or the same bug like 48746 -- Configure bugmail: https://issues.apache.org/bugzilla

DO NOT REPLY [Bug 50507] Exec task may mix the stderr and stdout output while logging it

2010-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50507 --- Comment #2 from William Bernardet 2010-12-22 02:33:40 EST --- Do you think this issue will be addressed in 1.8.2? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

DO NOT REPLY [Bug 50507] Exec task may mix the stderr and stdout output while logging it

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50507 --- Comment #3 from William Bernardet 2010-12-22 05:31:55 EST --- Created an attachment (id=26439) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26439) Merging the streams on a line basis -- Configure bugmail: ht

DO NOT REPLY [Bug 50507] Exec task may mix the stderr and stdout output while logging it

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50507 --- Comment #4 from William Bernardet 2010-12-22 05:34:44 EST --- (In reply to comment #3) > Created an attachment (id=26439) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26439) [details] > Merging the streams

DO NOT REPLY [Bug 50507] Exec task may mix the stderr and stdout output while logging it

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50507 --- Comment #5 from Antoine Levy-Lambert 2010-12-22 10:47:22 EST --- William thanks very much for the patch. A release candidate for 1.8.2 is already built and should be released officially on 12/27. Your patch can make it into 1.8.3 if

DO NOT REPLY [Bug 50513] New: tasks jjtree and javacc need attribute to set max heap size of JVM

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50513 Summary: tasks jjtree and javacc need attribute to set max heap size of JVM Product: Ant Version: unspecified Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 50515] New: Different result for chinese encoding of propertyfile task

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50515 Summary: Different result for chinese encoding of propertyfile task Product: Ant Version: 1.8.1 Platform: PC Status: NEW Severity: critical

DO NOT REPLY [Bug 50515] Different result for chinese encoding of propertyfile task

2010-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50515 --- Comment #1 from Bo Meng 2010-12-22 13:30:08 EST --- Created an attachment (id=26442) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26442) task file and results -- Configure bugmail: https://issues.apache.org/bugzi

DO NOT REPLY [Bug 50229] Slow down in StreamPumper

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50229 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 50270] No way to control whether SSHExec prints output to stdout

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50270 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 50379] get task does not last part of url when redirected

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50379 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 44239] Add ability of Ant resource classes to act as factories for relative resources

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44239 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 48725] Include Property Rewriting

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48725 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 46058] Ant needs a streamable log format

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46058 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 48529] [PATCH]Provide tree-like xml/html reports for TestSuite use

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48529 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 44242] Add task for functional testing

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44242 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 48985] Special characters like $ and ยง are not supported in password attribute of sshexec task

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48985 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 50399] DefaultInputHandler produces unnecessary newline in prompt

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50399 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 47153] Support tar files > 8 GByte

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47153 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 45612] [Patch] Subproject Addressing and Simulation Mode

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45612 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 50193] cannot mix and in two-level hierarchy

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50193 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 43144] tar task is very slow when a is used as the source resource

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43144 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 43447] Use Java 5 attributes as a replacement for XDoclet docs

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43447 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 47860] [PATCH] ftp task to provide feedback on succeeded/failed transfers

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47860 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 50507] Exec task may mix the stderr and stdout output while logging it

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50507 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 40455] ReaderInputStream handling character sets having preamples incorrect;ly

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40455 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 41961] StarTeam Checkout does not update case of filenames

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41961 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 49744] new org.apache.tools.tar.TarEntry("/").isDirectory() returns false

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49744 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 50179] Properties declared as "local" are not accessible via propertyset

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50179 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 49429] sshexec should have option to stripLastCharacter

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49429 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 48746] exec task sometimes inserts extraneous newlines

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48746 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 49117] Unable to rename old file to temporary file JAR TASK

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49117 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 48858] task should support elements, just like or

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48858 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 49036] Add 'unless' attribute to JUnit 'test' element

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49036 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 48633] Launcher class use of URLClassLoader makes it impossible to launch Ant from custom URLClassLoader

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48633 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 49266] ant does not work with empty CLASSPATH

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49266 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 41907] Its nice to have a Task that can genarate certificates like JKS and P12

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41907 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 47047] Add buildroot to RPM

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47047 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 48225] import task reference environment variable

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48225 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 49015] Invoking "ant -p" fails when a path with ID "ant.targets" exists.

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49015 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 47423] next to attribute granularity: offset

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47423 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

DO NOT REPLY [Bug 44045] example unit test cases to create new JUnitReport format

2010-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44045 Antoine Levy-Lambert changed: What|Removed |Added Version|1.8.1 |1.8.2 -- Configure

  1   2   3   4   5   6   7   8   9   10   >