[GUMP@brutus]: Project dist-ant (in module ant) failed

2004-10-28 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project dist-ant has an issue affecting its community integration. This issue affects 2 p

DO NOT REPLY [Bug 29978] - No way to run Apt processor for JDK 1.5

2004-10-28 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 29978] - No way to run Apt processor for JDK 1.5

2004-10-28 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 30609] - NoClassDefFoundError when JUnit task timeout occurs

2004-10-28 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 31947] New: - War task should flatten files in element

2004-10-28 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 30339] - Jar task can create mysteriously broken jar files in 1.5.1, 1.6.2

2004-10-28 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 20215] - System.getProperties()

2004-10-28 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 27261] - Properties.propertyNames() instead of .keys()

2004-10-28 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 31673] - ANT replaces 'space character' with '%20 '

2004-10-28 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

[PATCH] Support for WebSphere 5.1

2004-10-28 Thread Kretzschmar-Auer, Ralf
Hello,     I've written a patch fpr the ejb task to make it support WebSphere 5.1. See attachments. Hope this is the right place to place it.   Regards     Ralf     Ralf Kretzschmar-Auer Senior Consultant Software ArchitectureCellent AG Finance Solutions Niederlassung Stuttgart Calwer Str

DO NOT REPLY [Bug 31939] New: - scp failes when copying fileset to remote directory

2004-10-28 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 31598] - XmlLogger does not output to logfile

2004-10-28 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:

2004-10-28 Thread Stefan Bodewig
On Thu, 28 Oct 2004, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Maybe we should change javac to automatically map 1.1 and 1.2 to > -source 1.3 for JDK 1.4? Looks trivial. Does anybody take issues with the appended patch? Stefan Index: src/main/org/apache/tools/ant/taskdefs/compilers/DefaultC

Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Steve Loughran
On Thu, 28 Oct 2004 14:00:12 +0100, Peter Reilly <[EMAIL PROTECTED]> wrote: > Steve Loughran wrote: > > > > > How about we just call toString() on every value; its a no-op on all > > strings, and robust on odd stuff? > > This will not work, as we need to call properties.propertyNames() to get > t

Re:

2004-10-28 Thread Stefan Bodewig
On Thu, 28 Oct 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > I cannot remember the probem exactly. These are the ones I've tried: 1.2.2_014, 1.3.1_07, 1.4.2_04 and 1.5.0-beta2. > Perhaps it was java 1.4.1 ? Hmm, good catch using 1.4.1_02 I get. javac: invalid source release: 1.2 Maybe we s

Re:

2004-10-28 Thread Peter Reilly
There was an issue with one of the javac's. I cannot remember the probem exactly. Perhaps it was java 1.4.1 ? Peter Stefan Bodewig wrote: Hi, can anybody please refresh my memory why we are setting the source attribute on javac only conditionally? I've changed build.xml (see below) to always use th

Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Peter Reilly
Steve Loughran wrote: How about we just call toString() on every value; its a no-op on all strings, and robust on odd stuff? This will not work, as we need to call properties.propertyNames() to get the names. propertyNames will trigger the Cast exception. Peter -steve ---

RE: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread sanjeev chhabra
because it is in the root class Object. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 6:05 PM To: Ant Developers List Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java How about we

dev@ant.apache.org

2004-10-28 Thread Stefan Bodewig
Hi, can anybody please refresh my memory why we are setting the source attribute on javac only conditionally? I've changed build.xml (see below) to always use the source attribute and it compiles fine with JDK 1.2 to 1.5. Stefan Index: build.xml =

Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Steve Loughran
How about we just call toString() on every value; its a no-op on all strings, and robust on odd stuff? -steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Stefan Bodewig
On Thu, 28 Oct 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > However, it is breaking the usage of properties, for example: I know. But still people "abused" Ant's properties that way, so I wonder whether we need to expect people doing the same with system properties. Stefan -

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/optional/repository GetLibrariesTest.java

2004-10-28 Thread stevel
stevel 2004/10/28 05:23:57 Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/repository GetLibrariesTest.java Log: not testing the broken stuff; will do a big rework soon w/ the httpunit and incubator stuff integrated Revision ChangesPa

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

2004-10-28 Thread bodewig
bodewig 2004/10/28 04:34:58 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH javac.html Log: merge Revision ChangesPath No revision No revision 1.42.2.5 +6 -4 ant/docs/manual/CoreTasks/javac.html Index: javac.html

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

2004-10-28 Thread bodewig
bodewig 2004/10/28 04:34:12 Modified:docs/manual/CoreTasks javac.html Log: Some words of warning - always specify -target and -source or you are lost with JDK 1.5 Revision ChangesPath 1.47 +6 -4 ant/docs/manual/CoreTasks/javac.html Index: javac.html

RE: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Jose Alberto Fernandez
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > > Peter Reilly wrote: > > > Stefan Bodewig wrote: > > > >> On Thu, 28 Oct 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > >> > >> > >>> Stefan Bodewig wrote: > >>> > >>> > What if the keys/values are not Strings? > > >

Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Peter Reilly
Peter Reilly wrote: Stefan Bodewig wrote: On Thu, 28 Oct 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: Stefan Bodewig wrote: What if the keys/values are not Strings? In this case, the "properties" are from System.getProperties() and not from Project.getProperties() so they are strin

Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Peter Reilly
Stefan Bodewig wrote: On Thu, 28 Oct 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: Stefan Bodewig wrote: What if the keys/values are not Strings? In this case, the "properties" are from System.getProperties() and not from Project.getProperties() so they are strings. Who is g

Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Stefan Bodewig
On Thu, 28 Oct 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: >> >>What if the keys/values are not Strings? >> >> > In this case, the "properties" are from System.getProperties() and > not from Project.getProperties() so they are strings. Who is going to prevent System.g

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-10-28 Thread Stefan Bodewig
JavacTest failed - should be fixed on next run. WsdlToDotNetTest failed - now excluded. GetLibrariesTest - caused an error: [junit] maven doesn't denote a Repository [junit] /home/gump/workspaces2/public/workspace/ant/src/etc/testcases/taskdefs/optional/getlibraries.xml:63: maven doesn't

AW: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-10-28 Thread Jan . Materne
If my script fetched the right ... Jan Testcase: testCompilerArgForForkAndExtJavac(org.apache.tools.ant.taskdefs.JavacTest): FAILED both are forked javac expected:<1> but was:<0> junit.framework.AssertionFailedError: both are forked javac expected:<1> but was:<0> at junit.framework.Asser

cvs commit: ant build.xml

2004-10-28 Thread bodewig
bodewig 2004/10/28 02:38:25 Modified:.build.xml Log: More Mono trouble on Brutus Revision ChangesPath 1.437 +1 -0 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml

[GUMP@brutus]: Project test-ant (in module ant) failed

2004-10-28 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant has an issue affecting its community integration. This issue affects 1 p

Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Peter Reilly
Stefan Bodewig wrote: On 28 Oct 2004, <[EMAIL PROTECTED]> wrote: fix for previous fix - use getProperty() and not get() What if the keys/values are not Strings? In this case, the "properties" are from System.getProperties() and not from Project.getProperties() so they are strings. T

Re: cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread Stefan Bodewig
On 28 Oct 2004, <[EMAIL PROTECTED]> wrote: > fix for previous fix - use getProperty() and not get() What if the keys/values are not Strings? There must be a very old bug lurking in Bugzilla that was resolved by not assuming that the Ant properties table only contains Strings. I'm not sure whe

cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread peterreilly
peterreilly2004/10/28 02:17:49 Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH Project.java src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH CommandlineJava.java PropertySet.java Log: sync Revision C

cvs commit: ant/src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java

2004-10-28 Thread peterreilly
peterreilly2004/10/28 02:12:03 Modified:src/main/org/apache/tools/ant Project.java src/main/org/apache/tools/ant/types CommandlineJava.java PropertySet.java Log: Properties.propertyNames() should be used instead of .keys(): fix for previous fi

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

2004-10-28 Thread peterreilly
peterreilly2004/10/28 01:48:48 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/main/org/apache/tools/ant Tag: ANT_16_BRANCH Project.java Diagnostics.java src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH

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

2004-10-28 Thread peterreilly
peterreilly2004/10/28 01:47:26 Modified:.WHATSNEW src/main/org/apache/tools/ant Project.java Diagnostics.java src/main/org/apache/tools/ant/types CommandlineJava.java Log: Properties.propertyNames() should be used instead of .keys(). PR: 27261

DO NOT REPLY [Bug 27261] - Properties.propertyNames() instead of .keys()

2004-10-28 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 31927] - System Property Defaults are not carried over in org.apache.tools.ant.types.CommandlineJava.setSystem()

2004-10-28 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 30339] - Jar task can create mysteriously broken jar files in 1.5.1, 1.6.2

2004-10-28 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 30508] - zip task can add duplicate files

2004-10-28 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 30365] - zip-task (and related tasks war and jar) doesn't zip the empty directories

2004-10-28 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 31925] - war and jar tasks do not create empty directories

2004-10-28 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 30365] - zip-task (and related tasks war and jar) doesn't zip the empty directories

2004-10-28 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

Bug 26020

2004-10-28 Thread Martijn Kruithof
Hi, could the patch to bug http://issues.apache.org/bugzilla/show_bug.cgi?id=26020 (which would also fix 27842) please be taken into consideration? Kind regards, Martijn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2004-10-28 Thread bodewig
bodewig 2004/10/28 00:59:31 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Javac.java Log: merge Revision ChangesPath No revision No revision 1.115.2.8 +4 -2 ant/src/main/org/apache/t

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

2004-10-28 Thread bodewig
bodewig 2004/10/28 00:58:56 Modified:src/main/org/apache/tools/ant/taskdefs Javac.java Log: Removed too much with my last patch Revision ChangesPath 1.123 +4 -2 ant/src/main/org/apache/tools/ant/taskdefs/Javac.java Index: Javac.java ===

DO NOT REPLY [Bug 31930] - Zip & Unzip tasks major slowdown

2004-10-28 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 31930] - Zip and & Unzip tasks major slowdown

2004-10-28 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 31930] - Zip and & Unzip tasks major slowdown

2004-10-28 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 31930] New: - Zip and & Unzip tasks major slowdown

2004-10-28 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 31928] New: - ant java task is terminated but a forked child process is not terminated

2004-10-28 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