DO NOT REPLY [Bug 33162] - OutOfMemoryException when compiling a large project

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

Ant documentation

2005-03-02 Thread Kev Jackson
Since there has been some discussion about prodcuing better docs on the list I thought I'd look into it. I've recently debugged the AspectJ teams docbook, so I've had my head in the docbook format/FOP for a couple of weeks. I've just got a basic transform to PDF done of the first section (real

Ant docs again

2005-03-02 Thread Kev Jackson
Sorry didn't seem to attach last time? I'll create a bug rep and upload to that as its probably more sensible than spamming everyone with a pdf hey. Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

DO NOT REPLY [Bug 33800] New: - PDF manual for ant

2005-03-02 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 33800] - PDF manual for ant

2005-03-02 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 33800] - PDF manual for ant

2005-03-02 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: Launching Ant again

2005-03-02 Thread Yves Martin
Phil Weighill-Smith <[EMAIL PROTECTED]> writes: > You could make your build generate a "build-targets.xml" from the > project.xml then have a standard build.xml that: > > 1. invokes a task that will re-generate the build-targets.xml from > project.xml if it is out-of-date > 2. imports build-target

RE: Launching Ant again

2005-03-02 Thread Phil Weighill-Smith
-projecthelp will still work since it executes after the entire build.xml has been loaded, including any imports. -Original Message- From: Yves Martin [mailto:[EMAIL PROTECTED] Sent: Wed 02/03/2005 07:32 To: Ant Developers List Cc: Subj

AW: extra diagnosis

2005-03-02 Thread Jan . Materne
> > 3. do we want this extra diagnosis in 'ant -diagnosis'? OR something > > like > > > > ant -diagnosis taskname > > to trigger a task analysis (and nothing else) > > > > i like that latter; > > Me too. That needs the possibility to pass args. ATM the ant -diagnostics taskname sounds to star

DO NOT REPLY [Bug 33800] - PDF manual for ant

2005-03-02 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 33162] - OutOfMemoryException when compiling a large project

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

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

2005-03-02 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-no-xerces has an issue affecting its community integration. This issue a

Re: a few questions (sorry quite long)

2005-03-02 Thread Peter Reilly
Stefan Bodewig wrote: On Mon, 28 Feb 2005, James Fuller <[EMAIL PROTECTED]> wrote: - does scriptdef have namespace capability I read in a comment on my blog that a user found the only way to place a scriptdef'ed task into a namspace other than default was putting it into an antlib. This fe

Re: [PATCH] fix typo in script documentation

2005-03-02 Thread Peter Reilly
Shatzer, Larry wrote: It is supposed to be importClass(Packages.org...) not importClass(Package.org...). Thanks Larry, I was wondering why this did not work! Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

USE ANT_OPTS RE: OutOfMemoryException when compiling a large project

2005-03-02 Thread Kenneth Wood
As someone suggested earlier, define ANT_OPTS in your environment (read the Ant documentation about using ANT_OPTS) For example, we use ANT_OPTS="-Xmx1024m -Xms256m" Then you can compile without the need to use "fork". >From my build log, compiling more files than your case of 496 files:

[Ant Wiki] Updated: Ant17/Planning

2005-03-02 Thread ant-cvs
Date: 2005-03-02T07:05:43 Editor: SteveLoughran Wiki: Ant Wiki Page: Ant17/Planning URL: http://wiki.apache.org/ant/Ant17/Planning moving fixed stuff into an appropriate place. Change Log: -- @@ -46,6 +

DO NOT REPLY [Bug 33162] - OutOfMemoryException when compiling a large project

2005-03-02 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/docs/manual/OptionalTasks script.html

2005-03-02 Thread peterreilly
peterreilly2005/03/02 11:26:09 Modified:docs/manual/OptionalTasks script.html Log: remove reference to jruby 0.7.0 as jruby 0.8.0 has been released Revision ChangesPath 1.23 +0 -5 ant/docs/manual/OptionalTasks/script.html Index: script.html ==

cvs commit: ant/docs/manual/OptionalTasks script.html

2005-03-02 Thread peterreilly
peterreilly2005/03/02 11:38:45 Modified:docs/manual/OptionalTasks Tag: ANT_16_BRANCH script.html Log: sync Revision ChangesPath No revision No revision 1.13.2.6 +62 -13ant/docs/manual/OptionalTasks/script.html Index: scrip

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

2005-03-02 Thread stevel
stevel 2005/03/02 13:45:11 Modified:docs/manual/CoreTasks input.html Log: "please stop complaining about the echo" Revision ChangesPath 1.12 +10 -0 ant/docs/manual/CoreTasks/input.html Index: input.html

DO NOT REPLY [Bug 33118] - Filescanner toasts on directory without read permissions

2005-03-02 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 DirectoryScanner.java

2005-03-02 Thread mbenson
mbenson 2005/03/02 14:43:54 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: Stop scanning directories where we match the directory but know based on the pattern that we will never match any of its contents. Revision ChangesPath 1.91 +19 -5 ant

DO NOT REPLY [Bug 33118] - Filescanner toasts on directory without read permissions

2005-03-02 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: cvs commit: ant/src/main/org/apache/tools/ant DirectoryScanner.java

2005-03-02 Thread Antoine Levy-Lambert
Hello Matt and others, I had thought about this issue of optimizing pattern scanning. DirectoryScanner used to be written so that if an exclude pattern looks like foo/bar/** scanning stops in foo/bar. Actually if an exclude pattern is like **/Test/**, every time a directory Test is encountered it s

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

2005-03-02 Thread Matt Benson
--- Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Hello Matt and others, > > I had thought about this issue of optimizing pattern > scanning. > DirectoryScanner used to be written so that if an > exclude pattern looks like > foo/bar/** scanning stops in foo/bar. > Actually if an exclude patte