AW: IDEA for free!?

2005-02-09 Thread Jan . Materne
nice. Havent they recognized that Ant is a top level project? http://www.jetbrains.com/idea/docs/IDEA45Overview.pdf Jakarta Ant Those of you who depend on Jakarta Ant will find seamless integration of this powerful build tool into IntelliJ IDEA, now with full Ant 1.6 support! But

AW: IDEA for free!?

2005-02-09 Thread Jan . Materne
Another thing. You are only allowed to use the software for one year. http://www.jetbrains.com/idea/opensource/license.html Upon Your acceptance of this License Agreement (the Agreement), JetBrains grants to You a non-exclusive and non-transferable 1-year license to use the Software,

DO NOT REPLY [Bug 33455] - exclude and include don't seem to be documented

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33455. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-02-09 Thread bodewig
bodewig 2005/02/08 23:54:12 Modified:docs/manual/CoreTasks apt.html signjar.html src/main/org/apache/tools/ant/taskdefs/optional Rpm.java Log: 2005 Revision ChangesPath 1.5 +1 -1 ant/docs/manual/CoreTasks/apt.html Index: apt.html

AW: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/option al Rpm.java

2005-02-09 Thread Jan . Materne
Modified: src/main/org/apache/tools/ant/taskdefs/optional Rpm.java Log: return code checking on rpm. How do we test this? Using a mock object for rpm? Could return the value of a system parameter or file content or env variable ... rpm rpmBuildCommand=rpm-mock/ Because rpm runs

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

2005-02-09 Thread bodewig
bodewig 2005/02/09 00:16:03 Modified:src/testcases/org/apache/tools/ant DirectoryScannerTest.java Log: Some very temporary diagnostic output to help find/fix a Kaffe+Gump issue Revision ChangesPath 1.31 +18 -2

Re: Ant delete task with files with acutes and space

2005-02-09 Thread Xose Ramon Sousa Vázquez
It works. We have launched the application with another user and this user has other environment variables. With the setting export [EMAIL PROTECTED] all works fine. Schapitz, the steps that you perform in the email help us. Thanks Th. Schapitz wrote: The default encoding the jvm uses on *any*

DO NOT REPLY [Bug 33446] - NullPointerException in org.apache.tools.ant.XmlLogger.encode()

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33446. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-02-09 Thread Stefan Bodewig
On Tue, 8 Feb 2005, Matt Benson [EMAIL PROTECTED] wrote: --- [EMAIL PROTECTED] wrote: We can fix this, either by running jarsigner in VM, or by passing the input over stdio. I would opt for the latter. Same here. It should be as easy as using it for the input on the helper ExecTask,

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional Rpm.java

2005-02-09 Thread Stefan Bodewig
On 8 Feb 2005, [EMAIL PROTECTED] wrote: return code checking on rpm. In the unlikely event that rpm is ever going to be used on OpenVMS, we should use Execute#isFailure instead of comparing the exit code to 0 directly. How do we test this? We don't test much of the forking native

DO NOT REPLY [Bug 33464] New: - Hidden Password user input, using either no echo or stars e.g. ********

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33464. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33354] - input task should hide password entries

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33354. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33464] - Hidden Password user input, using either no echo or stars e.g. ********

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33464. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: AW: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/option al Rpm.java

2005-02-09 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Modified: src/main/org/apache/tools/ant/taskdefs/optional Rpm.java Log: return code checking on rpm. How do we test this? Using a mock object for rpm? Could return the value of a system parameter or file content or env variable ... rpm rpmBuildCommand=rpm-mock/

AW: AW: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/op tion al Rpm.java

2005-02-09 Thread Jan . Materne
Or we really could rpm something up, then exec something to look at it Mmmh, what can the RPM do? 1) add files (e.g. the program files) 2) modify files (e.g. config files) 3) environemt settings (or is that 2?) So the scenario would be: - create the rpm - compare these modifications 1)

Re: AW: IDEA for free!?

2005-02-09 Thread Erik Hatcher
JetBrains gave all Ant committers a free non-commercial license a few years ago and I've been using it ever since. It's nice they've generalized this. I am on the fence with IDEA and Eclipse. I use both interchangeably, but I lean towards IDEA because it is quicker and friendlier.

Re: AW: AW: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/op tion al Rpm.java

2005-02-09 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Or we really could rpm something up, then exec something to look at it Mmmh, what can the RPM do? 1) add files (e.g. the program files) 2) modify files (e.g. config files) 3) environemt settings (or is that 2?) So the scenario would be: - create the rpm - compare these

AW: AW: AW: cvs commit: ant/src/main/org/apache/tools/ant/taskdef s/op tion al Rpm.java

2005-02-09 Thread Jan . Materne
We cant actually install an RPM; you need to be root. But there are some rpm commands to list the contents of a repository; we could parse the output and look for strings. I would prefer such things - it doesnt change the environment ... Jan

DO NOT REPLY [Bug 33455] - exclude and include don't seem to be documented

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33455. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33455] - exclude and include don't seem to be documented

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33455. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33455] - exclude and include don't seem to be documented

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33455. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33479] New: - XSLT target throws EmptyStackException for large template file

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33479. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33479] - XSLT target throws EmptyStackException for large template file

2005-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33479. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.