DO NOT REPLY [Bug 32676] New: - Ant doesn't indicate java.io.tmpdir full for replaceregexp task

2004-12-14 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: [Patch] FileUtils to use own close method

2004-12-14 Thread kj
On Mon, 2004-12-13 at 10:42 +0100, Stefan Bodewig wrote: > On Mon, 13 Dec 2004, kj <[EMAIL PROTECTED]> wrote: > > > -added new private method to use java.nio memory mapped files > > Ant is JDK 1.2 compatible, which means we can't use NIO for core > functionality (at least not without falling back

plz suggest me the syntax for unless tag!

2004-12-14 Thread Gyanvi Verma
Plz give me the syntax for unless tag in maven I have to convert it to maven's jelly script. Thanx & Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 32682] New: - server option does not seems to work

2004-12-14 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 32683] New: - Java Target Needs Improved bootclasspath options

2004-12-14 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: [Patch] FileUtils to use own close method

2004-12-14 Thread Stefan Bodewig
On Tue, 14 Dec 2004, kj <[EMAIL PROTECTED]> wrote: > I was unaware of this requirement. Does this mean that the Regexp > package will compile with JDK1.2? Except for the Jdk14* classes, yes. The classes used by the core directly do. > but I doubt a 1.2 compiler will compile the Jdk14Regexp* cl

DO NOT REPLY [Bug 32632] - pattern / nested patternset in filterset

2004-12-14 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: Bootclasspath and external compiles

2004-12-14 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > Does this need to be done for other forked tasks - junit, java for > example? Those have already been taken care of by the build.clonevm system property used in CommandlineJava. If set, ant will try to copy the bootclasspath as well

Re: [Patch] FileUtils to use own close method

2004-12-14 Thread kj
On Tue, 2004-12-14 at 10:40 +0100, Stefan Bodewig wrote: > That's why we have conditional compilations in Ant's build file - but > we can't compile a core service like FileUtils on JDK 1.4+ only. OK, thanks for explaining. Kev -

Re: DO NOT REPLY [Bug 32566] - OutOfMemory if filesize are greater than 7 MB

2004-12-14 Thread Stefan Bodewig
On Mon, 13 Dec 2004, <[EMAIL PROTECTED]> wrote: >What|Removed |Added > > AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] Martijn, when you do something like this, please add

AW: DO NOT REPLY [Bug 32566] - OutOfMemory if filesize are great er than 7 MB

2004-12-14 Thread Jan . Materne
In other words: if you remove any from a "please-notify-me" field, add it to the CC section :) Jan > -Ursprüngliche Nachricht- > Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 14. Dezember 2004 10:46 > An: [EMAIL PROTECTED] > Betreff: Re: DO NOT REPLY [Bug 32566] -

DO NOT REPLY [Bug 32566] - OutOfMemory if filesize are greater than 7 MB

2004-12-14 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 32692] New: - Extension.getCompatibilityWith contains broken logic

2004-12-14 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

Common code in JavaTask and JUnitTask

2004-12-14 Thread Yves Martin
Hello, I'm working on a task which is able to "build" a java command in many steps. This enables "hooks" to append a system property or arguments (for instance) before the command is really executed. For the build system I'm working on, this mechanism work perfectly for Java commands - bu

Internal AntCall and references

2004-12-14 Thread Yves Martin
Hello, I have created a task that must be 'context' aware. Currently, I stores information (Java objects) in a ugly static map in my task and it works well. To clean it, I decided to use project references but it does not work with 'antcall': target A antcall B MyTask{getReferen

DO NOT REPLY [Bug 32692] - Extension.getCompatibilityWith contains broken logic

2004-12-14 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 31360] - Extension.getCompatibilityWith

2004-12-14 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/taskdefs/rmic KaffeRmic.java

2004-12-14 Thread bodewig
bodewig 2004/12/14 09:36:55 Modified:src/main/org/apache/tools/ant/taskdefs/rmic KaffeRmic.java Log: Kaffe has a new RMIC compiler Revision ChangesPath 1.20 +34 -13 ant/src/main/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.java Index: KaffeRmic.java ==

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

2004-12-14 Thread mbenson
mbenson 2004/12/14 09:56:35 Modified:.WHATSNEW docs/manual/CoreTasks touch.html src/main/org/apache/tools/ant/util FileUtils.java src/main/org/apache/tools/ant/taskdefs Touch.java src/etc/testcases/taskdefs touch.xml

PropertyHelper log message

2004-12-14 Thread Matt Benson
In PropertyHelper.replaceProperties() a verbose log message is written when substitution syntax is found that does not map to a property: "Property ${foo} has not been set". I submit that the message should read "Property foo has not been set" or "Property \"foo\" has not been set" as this is the

LibrariesTest

2004-12-14 Thread Matt Benson
...is in oata.taskdefs. Should it not be in oata.taskdefs.repository ? -Matt __ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail

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

2004-12-14 Thread mbenson
mbenson 2004/12/14 12:54:00 Modified:src/main/org/apache/tools/ant/helper DefaultExecutor.java Log: Javadoc reformatting. Revision ChangesPath 1.3 +2 -3 ant/src/main/org/apache/tools/ant/helper/DefaultExecutor.java Index: DefaultExecutor.java ==

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

2004-12-14 Thread mbenson
mbenson 2004/12/14 13:18:08 Modified:src/main/org/apache/tools/ant/taskdefs Ant.java CallTarget.java Log: Javadoc Revision ChangesPath 1.110 +31 -50ant/src/main/org/apache/tools/ant/taskdefs/Ant.java Index: Ant.java =

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

2004-12-14 Thread mbenson
mbenson 2004/12/14 13:19:28 Modified:docs/manual/CoreTasks ant.html antcall.html Log: Merging to the 1.6 branch Revision ChangesPath 1.30 +1 -1 ant/docs/manual/CoreTasks/ant.html Index: ant.html

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

2004-12-14 Thread mbenson
mbenson 2004/12/14 15:48:02 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/etc/testcases/taskdefs Tag: ANT_16_BRANCH ant.xml calltarget.xml src/main/org/apache/tools/ant Tag: ANT_16_BRANCH Project.java Targe

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

2004-12-14 Thread mbenson
mbenson 2004/12/14 15:51:27 Modified:src/main/org/apache/tools/ant/taskdefs Ant.java Log: Lower-case HTML tags Revision ChangesPath 1.111 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/Ant.java Index: Ant.java

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

2004-12-14 Thread mbenson
mbenson 2004/12/14 15:52:08 Modified:src/main/org/apache/tools/ant Project.java Log: lower-case HTML tags Revision ChangesPath 1.180 +8 -8 ant/src/main/org/apache/tools/ant/Project.java Index: Project.java ==

cvs commit: ant WHATSNEW

2004-12-14 Thread mbenson
mbenson 2004/12/14 15:52:44 Modified:.WHATSNEW Log: Merged Executor to 1.6 branch Revision ChangesPath 1.698 +7 -7 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v