DO NOT REPLY [Bug 44831] Add xInclude processing to XSLT task.

2008-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44831 Robert Flaherty [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 Robert Flaherty [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL

DO NOT REPLY [Bug 42632] Jar task may not close all input streams?

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42632 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added CC||notifications

DO NOT REPLY [Bug 45499] DirectoryScanner infinitely recurses on symlinks to parent directories

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45499 --- Comment #19 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-21 08:26:20 PST --- I have no idea what the DWR2 project might be. Even if my iBook's display hadn't decided to break down a few months ago (making me an ex-Mac owner

DO NOT REPLY [Bug 46050] New: Preservelastmodified support for sync task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46050 Summary: Preservelastmodified support for sync task Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement

DO NOT REPLY [Bug 42632] Jar task may not close all input streams?

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42632 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #1 from Greg Roodt [EMAIL PROTECTED] 2008-10-21 09:20:57 PST --- Created an attachment (id=22762) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22762) FTPTask extracted out into delegate. -- Configure bugmail

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #2 from Greg Roodt [EMAIL PROTECTED] 2008-10-21 09:25:33 PST --- I have had a rough go at extracting out the direct dependencies on commons-net into a delegate. I have run into a snag

DO NOT REPLY [Bug 46050] Preservelastmodified support for sync task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46050 --- Comment #1 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-21 20:40:22 PST --- sync uses copy internally and explicitly sets preserveLastModified to true. Are you saying you need a way to set ot to false? -- Configure bugmail

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #3 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-21 20:43:19 PST --- I don't think there is a clean way to do it since the class doesn't have any access to ftp's classpath at all. One option may be to hard code

DO NOT REPLY [Bug 46056] New: PropertyFile: shouldn't this be moved to core tasks

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46056 Summary: PropertyFile: shouldn't this be moved to core tasks Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: trivial

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

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46058 Summary: Ant needs a streamable log format Product: Ant Version: 1.8Alpha (nightly) Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

DO NOT REPLY [Bug 46059] New: CopyPath: no entry in the manual

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46059 Summary: CopyPath: no entry in the manual Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: trivial Priority: P2

DO NOT REPLY [Bug 35476] XMLLogger causes OutOfMemoryError

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35476 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

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

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46058 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL

DO NOT REPLY [Bug 25086] OutOfMemory error leads to confusing error in XmlLogger

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=25086 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added CC||notifications

DO NOT REPLY [Bug 46060] New: ClassLoader task - will need manual documentation

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46060 Summary: ClassLoader task - will need manual documentation Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: trivial

DO NOT REPLY [Bug 22020] [PATCH] addition of access atribute to target.. task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=22020 Robert Flaherty [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #4 from Robert Flaherty [EMAIL PROTECTED] 2008-10-21 22:48:14 PST --- My need was to get FTP to work without adding jars to %ANT_HOME%/lib or ${user.home}/.ant/lib, but rather use jars relative to my project so that each

DO NOT REPLY [Bug 46050] Preservelastmodified support for sync task

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46050 --- Comment #2 from Robert Seidel [EMAIL PROTECTED] 2008-10-21 23:10:11 PST --- No, I don't need the flag set to false. I've tested the sync task and opened a target file with SHARED READ and by doing so, sync modifies

DO NOT REPLY [Bug 46050] Preservelastmodified won't work for sync task if target file is opened with SHARED READ

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46050 Robert Seidel [EMAIL PROTECTED] changed: What|Removed |Added Severity|enhancement |normal

DO NOT REPLY [Bug 46060] ClassLoader task - will need manual documentation

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46060 --- Comment #1 from Peter Reilly [EMAIL PROTECTED] 2008-10-22 02:33:54 PST --- The classloader task has a little bit of back history. It was originally added as a test experiment. it was never voted on, and got into the 1.6 ant

DO NOT REPLY [Bug 46063] New: MailLogger does not work correctly with SSL

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46063 Summary: MailLogger does not work correctly with SSL Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P3

DO NOT REPLY [Bug 46057] default.properties: some entries are in the wrong group

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46057 --- Comment #1 from Matt Benson [EMAIL PROTECTED] 2008-10-22 07:32:47 PST --- What leads you to believe these tasks are in the optional tasks group? The implementing Java classes are all in package org.apache.tools.ant.taskdefs

DO NOT REPLY [Bug 46057] default.properties: some entries are in the wrong group

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46057 --- Comment #2 from Robert Flaherty [EMAIL PROTECTED] 2008-10-22 08:52:24 PST --- In default.properties: # standard ant tasks ... # optional tasks ... apt=org.apache.tools.ant.taskdefs.Apt echoxml

DO NOT REPLY [Bug 40522] [Patch] Fix coreloader so that it works

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40522 Robert Flaherty [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL

DO NOT REPLY [Bug 28228] classloader task

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=28228 Robert Flaherty [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL

DO NOT REPLY [Bug 46057] default.properties: some entries are in the wrong group

2008-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46057 Matt Benson [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

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

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=21832 vamsihari [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED

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

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=21832 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 46056] PropertyFile: shouldn't this be moved to core tasks

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46056 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46059] CopyPath: no entry in the manual

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46059 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46063] MailLogger does not work correctly with SSL

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46063 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added CC||notifications

DO NOT REPLY [Bug 46063] MailLogger does not work correctly with SSL

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46063 --- Comment #1 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-23 05:52:16 PST --- I currently don't have a good test environment for this. Does it work if you use the no arg transport.connect() method? I don't want to break

DO NOT REPLY [Bug 46063] MailLogger does not work correctly with SSL

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46063 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|--- |1.8.0

DO NOT REPLY [Bug 46050] Preservelastmodified won't work for sync task if target file is opened with SHARED READ

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46050 --- Comment #3 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-23 06:29:55 PST --- while I do have a vague idea of what you mean with SHARED_READ, I don't think this anything Ant does by intention (in fact, I don't think Ant could even

DO NOT REPLY [Bug 46050] Preservelastmodified won't work for sync task if target file is opened with SHARED READ

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46050 --- Comment #4 from Robert Seidel [EMAIL PROTECTED] 2008-10-23 06:54:19 PST --- Ok, let me tell you a little bit more about what is going on. I have two directories production and development. If the development is tested

DO NOT REPLY [Bug 46056] PropertyFile: shouldn't this be moved to core tasks

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46056 Robert Flaherty [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 46056] PropertyFile: shouldn't this be moved to core tasks

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46056 --- Comment #3 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-23 08:44:05 PST --- the same is true for most option SCM tasks, all Unix and Windows specific tasks, most EJB tasks, echoproperties, the jarlib tasks, javah, native2ascii

DO NOT REPLY [Bug 41647] ConditionBase and TaskContainer do not work together since ant 1.6.0

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41647 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|--- |1.8.0

DO NOT REPLY [Bug 41724] FTP task failed after connected to the server and throws null pointer exception

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41724 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 46050] Preservelastmodified won't work for sync task if target file is opened with SHARED READ

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46050 --- Comment #5 from Dominique Devienne [EMAIL PROTECTED] 2008-10-23 09:23:22 PST --- Robert, sync uses copy under the cover, as Stefan already mentioned, and already does this: myCopy.setPreserveLastModified(true); and copy itself

DO NOT REPLY [Bug 46050] Preservelastmodified won't work for sync task if target file is opened with SHARED READ

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46050 Robert Seidel [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46063] MailLogger does not work correctly with SSL

2008-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46063 --- Comment #3 from Craig Richardson [EMAIL PROTECTED] 2008-10-23 14:51:26 PST --- As I recall, I tried the no argument Transport.connect() method, but this didn't work when the SMTP server required authentication. However, it should

DO NOT REPLY [Bug 46087] New: Aggregating filesets is *functionally* possible and would be very useful for large projects

2008-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46087 Summary: Aggregating filesets is *functionally* possible and would be very useful for large projects Product: Ant Version: 1.7.1 Platform: All OS/Version: All

DO NOT REPLY [Bug 46087] Aggregating filesets is *functionally* possible and would be very useful for large projects

2008-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46087 --- Comment #1 from Aleksandar Susnjar [EMAIL PROTECTED] 2008-10-25 07:06:30 PST --- One more thing: why is this important? From my perspective, one differentiating factor between ant and other build software is that it can do what

DO NOT REPLY [Bug 46088] New: Performance (speed) of large path(s) must be improved.

2008-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46088 Summary: Performance (speed) of large path(s) must be improved. Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows Vista Status: NEW Severity: enhancement

DO NOT REPLY [Bug 46089] New: Build target specification on command line can be enhanced

2008-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46089 Summary: Build target specification on command line can be enhanced Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows Vista Status: NEW

DO NOT REPLY [Bug 46090] New: Build target dependency structure can be enhanced

2008-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46090 Summary: Build target dependency structure can be enhanced Product: Ant Version: 1.7.1 Platform: All OS/Version: All Status: NEW Severity: enhancement

DO NOT REPLY [Bug 46089] Build target specification on command line can be enhanced

2008-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46089 Aleksandar Susnjar [EMAIL PROTECTED] changed: What|Removed |Added OS/Version|Windows Vista |All

DO NOT REPLY [Bug 46088] Performance (speed) of large path(s) must be improved.

2008-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46088 Aleksandar Susnjar [EMAIL PROTECTED] changed: What|Removed |Added OS/Version|Windows Vista |All

DO NOT REPLY [Bug 46091] New: erroronmissingdir attribute equivalent for archive-type filesets (e.g. zipfileset)

2008-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46091 Summary: erroronmissingdir attribute equivalent for archive-type filesets (e.g. zipfileset) Product: Ant Version: 1.7.1 Platform: All OS/Version: All Status

DO NOT REPLY [Bug 41647] ConditionBase and TaskContainer do not work together since ant 1.6.0

2008-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41647 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46088] Performance (speed) of large path(s) must be improved.

2008-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46088 --- Comment #1 from Matt Benson [EMAIL PROTECTED] 2008-10-27 07:53:57 PST --- Some of the resource collections do have a 'cache' attribute. Further, most places that accept paths should accept other resource collections, so a simple

DO NOT REPLY [Bug 46063] MailLogger does not work correctly with SSL

2008-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46063 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46088] Performance (speed) of large path(s) must be improved.

2008-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46088 --- Comment #2 from Aleksandar Susnjar [EMAIL PROTECTED] 2008-10-27 09:55:36 PST --- I *did* mention the problems you re-state (... it can contain mutable pieces...). And paths are presented as immutable themselves as there is no way

DO NOT REPLY [Bug 46089] Build target specification on command line can be enhanced

2008-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46089 --- Comment #2 from Aleksandar Susnjar [EMAIL PROTECTED] 2008-10-27 09:59:39 PST --- Hmm... cool. Didn't know about that. However, there is still room for improvement. This appears awkward and may cause ordering issue without

DO NOT REPLY [Bug 46107] New: scp task does not finish inside sequential without using sftp

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46107 Summary: scp task does not finish inside sequential without using sftp Product: Ant Version: 1.7.0 Platform: PC OS/Version: Windows Vista Status: NEW

DO NOT REPLY [Bug 29077] cvs checkout - no files checkout sometimes

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=29077 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |NEEDINFO

DO NOT REPLY [Bug 42940] Zip ExtraField header size is hard coded as 4 bytes

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42940 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |NEEDINFO

DO NOT REPLY [Bug 45499] DirectoryScanner infinitely recurses on symlinks to parent directories

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45499 --- Comment #20 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-28 04:55:54 PST --- Alvaro, in your case it is the sheer number of symbolic links together with a strange decision made by Apple about their symlinks. If I read the logs

DO NOT REPLY [Bug 45499] DirectoryScanner infinitely recurses on symlinks to parent directories

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45499 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 46107] scp task does not finish inside sequential without using sftp

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46107 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |NEEDINFO

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

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=8510 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 5003] exec task does not return after executed command finished on Windows only

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=5003 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|notifications@ant.apache.org|[EMAIL PROTECTED

DO NOT REPLY [Bug 25086] OutOfMemory error leads to confusing error in XmlLogger

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=25086 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 35203] NullPointerException thrown when using ftp and passive=yes

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35203 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 35866] JUnit task should show which test case failed

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35866 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|ASSIGNED

DO NOT REPLY [Bug 37655] really unhelpful error when ,, is in a dependency target

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37655 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 37656] Delete attributes are deprecated for no apparent reason

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37656 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 38407] cvspass file won't be read properly if it uses dos instead of unix line terminator

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38407 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 30224] SaveFailureException when importing EAR file into WebSphere when generated from ANT script

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=30224 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 40195] Tar task leaves garbage at end of archive

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40195 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 40543] Allow custom handling when accessing unset properties

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40543 Matt Benson [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 41304] null characters written to stdout from sshexec

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41304 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 41396] BuildEvent#getProject does not reflect actual Project

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41396 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 32526] Add whenempty attribute to fileset

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32526 Matt Benson [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 41464] ZIP Task does not include empty directories

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41464 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 42225] Single Quote in Password of sshexec Bug

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42225 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 41871] the file ant.bat in the package is wrong

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41871 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 42640] StackOverflowError in nested Macros

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42640 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 43324] Nested macrodefs result in StackOverflowError

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43324 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL

DO NOT REPLY [Bug 43353] JUnit4 reports unknown test cases

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43353 --- Comment #2 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-28 10:05:06 PST --- you don't need an explicit JUnit4TestCaseAdapter in Ant 1.7.x. Matheus, can you provide an example test? It seems to work for many people, myself

DO NOT REPLY [Bug 43438] looping/race condition in Property/PropertyHelper

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43438 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 44249] Unzip task doesn't extract internal Zip files unless patternset is used.

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44249 --- Comment #6 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-28 10:11:02 PST --- I don't follow you at all. You say I need to zip Ant's source tree. The you talk about RAR which should be completely irrelevant for this. Then you

DO NOT REPLY [Bug 44267] Unable to run ant after upgrading JDK 5.0 update 10 to JDK 5.0 Update 14.

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44267 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 44530] junit task with forkmode=once and xml formatter does not save all system.out

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44530 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 44642] how to use reference

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44642 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 44913] org.apache.tools.zip unable to unzip file created by org.apache.tools.zip

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44913 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 46117] New: Append property prefix to entries in property file values

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46117 Summary: Append property prefix to entries in property file values Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 46118] New: Zip task produced corrupt .zip file when total byte is above 10GB.

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46118 Summary: Zip task produced corrupt .zip file when total byte is above 10GB. Product: Ant Version: 1.7.0 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 46118] Zip task produced corrupt .zip file when total byte is above 10GB.

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46118 --- Comment #1 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-29 04:35:12 PST --- I'm not sure what a directory of more than 10 GB could be. The version of the ZIP standard implemented by Ant's zip package doesn't allow a single file

DO NOT REPLY [Bug 46117] Append property prefix to entries in property file values

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46117 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Severity|normal |enhancement

DO NOT REPLY [Bug 46117] Append property prefix to entries in property file values

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46117 --- Comment #1 from Stefan Bodewig [EMAIL PROTECTED] 2008-10-29 04:32:31 PST --- just offering another workaround: use loadproperties instead of the property task and implement your manipulations as a filter(chain). -- Configure

DO NOT REPLY [Bug 46118] Zip task produced corrupt .zip file when total byte is above 10GB.

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46118 --- Comment #2 from Charles Xie [EMAIL PROTECTED] 2008-10-29 05:49:23 PST --- (In reply to comment #1) I'm not sure what a directory of more than 10 GB could be. The version of the ZIP standard implemented by Ant's zip package

DO NOT REPLY [Bug 46117] Append property prefix to entries in property file values

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46117 --- Comment #2 from Matt Benson [EMAIL PROTECTED] 2008-10-29 07:53:02 PST --- Personally this seems to violate the principle of least surprise. I would think one would expect internal substitutions to work properly independently

DO NOT REPLY [Bug 46117] Append property prefix to entries in property file values

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46117 Matt Benson [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|--- |1.8.0

DO NOT REPLY [Bug 46117] Append property prefix to entries in property file values

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46117 --- Comment #3 from Remie Bolte [EMAIL PROTECTED] 2008-10-29 08:01:11 PST --- I agree that there is a conceptual problem with replacing nested properties. I would see it as an added feature instead of default behavior. The suggested

DO NOT REPLY [Bug 39960] NPE when trying to copy a custom resource

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39960 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added CC||notifications

DO NOT REPLY [Bug 39960] NPE when trying to copy a custom resource

2008-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39960 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

<    6   7   8   9   10   11   12   13   14   15   >