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

2005-02-07 Thread stevel
stevel 2005/02/07 15:51:01 Modified:docs/manual/CoreTasks signjar.html Log: This is actually a serious issue. if i have a login on a machine, I can get the keystore password by waiting for someone to sign a JAR on it. We can fix this, either by running jarsigner in VM, or by passi

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

2005-02-07 Thread mbenson
mbenson 2005/02/07 15:50:16 Modified:src/main/org/apache/tools/ant/types CommandlineJava.java Log: Javadoc Revision ChangesPath 1.68 +101 -105 ant/src/main/org/apache/tools/ant/types/CommandlineJava.java Index: CommandlineJava.java ==

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

2005-02-07 Thread stevel
stevel 2005/02/07 15:42:21 Modified:docs/manual/CoreTasks exec.html Log: minor doc updates Revision ChangesPath 1.47 +12 -16ant/docs/manual/CoreTasks/exec.html Index: exec.html === RCS file

cvs commit: ant/docs/manual/CoreTasks conditions.html unzip.html

2005-02-07 Thread stevel
stevel 2005/02/07 15:41:10 Modified:docs/manual/CoreTasks conditions.html unzip.html Log: minor doc updates Revision ChangesPath 1.27 +2 -1 ant/docs/manual/CoreTasks/conditions.html Index: conditions.html =

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

2005-02-07 Thread mbenson
mbenson 2005/02/07 15:36:02 Modified:src/main/org/apache/tools/ant/taskdefs ExecuteJava.java Log: Javadoc Revision ChangesPath 1.47 +31 -13 ant/src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java Index: ExecuteJava.java

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

2005-02-07 Thread mbenson
mbenson 2005/02/07 15:25:03 Modified:src/main/org/apache/tools/ant/taskdefs ExecuteJava.java Log: Remove temp variable/method call, some blank lines Revision ChangesPath 1.46 +1 -8 ant/src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java Index: ExecuteJ

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

2005-02-07 Thread mbenson
mbenson 2005/02/07 15:18:04 Modified:src/main/org/apache/tools/ant/types Commandline.java Log: Javadoc Revision ChangesPath 1.39 +82 -82ant/src/main/org/apache/tools/ant/types/Commandline.java Index: Commandline.java ===

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

2005-02-07 Thread mbenson
mbenson 2005/02/07 15:17:25 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: Javadoc Revision ChangesPath 1.82 +79 -76ant/src/main/org/apache/tools/ant/DirectoryScanner.java Index: DirectoryScanner.java

Re: javah

2005-02-07 Thread Matt Benson
For the record, attached is the patch that makes SunJavah work for me: -Matt --- Matt Benson <[EMAIL PROTECTED]> wrote: > Am I the only one for whom this test is failing (in > HEAD)? I am running on W2K w/ various java > versions; > what I am seeing is that, now that the Java > invocation > is

DO NOT REPLY [Bug 33433] - breaks

2005-02-07 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 33433] - breaks

2005-02-07 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

javah

2005-02-07 Thread Matt Benson
Am I the only one for whom this test is failing (in HEAD)? I am running on W2K w/ various java versions; what I am seeing is that, now that the Java invocation is forked, tools.jar is no longer on the classpath and I get a CNFE... what do you think, Stefan? -Matt __

DO NOT REPLY [Bug 33433] New: - breaks

2005-02-07 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/launch Locator.java

2005-02-07 Thread mbenson
mbenson 2005/02/07 13:38:51 Modified:src/main/org/apache/tools/ant/launch Locator.java Log: Javadoc Revision ChangesPath 1.16 +15 -26ant/src/main/org/apache/tools/ant/launch/Locator.java Index: Locator.java =

DO NOT REPLY [Bug 18267] - ejbjar does not work with WebSphere 5

2005-02-07 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 18267] - ejbjar does not work with WebSphere 5

2005-02-07 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 delete task with files with acutes and space

2005-02-07 Thread Alexey N. Solofnenko
It can be worse - Java itself may use a different encoding. I saw JBuilder creating strange directories on Windows when my user id contained Cyrillic characters. - Alexey. Dominique Devienne wrote: I assume you have the filename directly in the build file, no? Because if it was picked up by a f

RE: Ant delete task with files with acutes and space

2005-02-07 Thread Dominique Devienne
I assume you have the filename directly in the build file, no? Because if it was picked up by a fileset, it would probably work. Did you think to change the XML declaration at the top to have the proper encoding value? I don't know for sure, but XML may default to UTF-8. --DD > -Original

Ant delete task with files with acutes and space

2005-02-07 Thread Xose Ramon Sousa Vázquez
I have a problem with special characters in the name of my files. We use names with some characters like acutes ( á é í ó ú ) and spaces and Ç for example. I am using ant into a cruisecontrol process to clean the build directory. For example: I have tried to delete a file in Linux with its file

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/javah JavahAdapterFactory.java

2005-02-07 Thread mbenson
mbenson 2005/02/07 10:38:07 Modified:src/main/org/apache/tools/ant/taskdefs/optional/javah JavahAdapterFactory.java Log: s/native2ascii/javah Revision ChangesPath 1.2 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/javah/Javah

DO NOT REPLY [Bug 33428] - Build fails with "Could not create task or type of type: junit."

2005-02-07 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 33428] - Build fails with "Could not create task or type of type: junit."

2005-02-07 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 33428] New: - Build fails with "Could not create task or type of type: junit."

2005-02-07 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 6226] - Organization of ant/lib directory, contents of ant/lib directory

2005-02-07 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 6226] - Organization of ant/lib directory, contents of ant/lib directory

2005-02-07 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

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

2005-02-07 Thread Steve Loughran
Gump Integration Build wrote: 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 integ

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

2005-02-07 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

cvs commit: ant/src/etc/testcases/types propertyset.xml

2005-02-07 Thread peterreilly
peterreilly2005/02/07 03:13:57 Added: src/testcases/org/apache/tools/ant/types Tag: ANT_16_BRANCH PropertySetTest.java src/etc/testcases/types Tag: ANT_16_BRANCH propertyset.xml Log: sync up the propertyset test Revision ChangesPath

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

2005-02-07 Thread peterreilly
peterreilly2005/02/07 02:51:34 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH PathConvert.java Log: sync to head to get the nested mapper type Revision ChangesPath No revision No revision

DO NOT REPLY [Bug 33404] - Jar task supporting "replace token" using filterset

2005-02-07 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

Shane Stene/NMD/CONT/USGS/DOI is out of the office.

2005-02-07 Thread Shane Stene
I will be out of the office starting 02/04/2005 and will not return until 02/22/2005. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2005-02-07 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