Re: ant xdocs proposals

2004-01-12 Thread Erik Hatcher
On Jan 12, 2004, at 5:43 PM, Antoine Lévy-Lambert wrote: This one http://nagoya.apache.org/~rubys/gump/ant-xdocs-proposal.html is complaining about missing prereqs Missing prereq |/tmp/gump/xdoclet/target/lib/xdoclet-20040112.jar| from xdoclet <http://nagoya.apache.org/%7Erubys/gump/xdoclet.h

ant xdocs proposals

2004-01-12 Thread Antoine Lévy-Lambert
/~rubys/gump/ant-xdocs-proposal.html is complaining about missing prereqs Missing prereq |/tmp/gump/xdoclet/target/lib/xdoclet-20040112.jar| from xdoclet <http://nagoya.apache.org/%7Erubys/gump/xdoclet.html> Missing prereq |/tmp/gump/xdoclet/target/lib/xdoclet-apache-module-20040112.jar| from x

DO NOT REPLY [Bug 26073] New: - Abort task or generalization of fail task

2004-01-12 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://nagoya.apache.org/bugzilla/show_bu

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

2004-01-12 Thread peterreilly
peterreilly2004/01/12 11:13:26 Modified:src/main/org/apache/tools/ant Project.java Log: Fix for ant -keep-going a b where target a fails PR: ? Obtained from: Darin Swanson Revision ChangesPath 1.157 +13 -2 ant/src/main/org/apache/tools/ant/Project.java

Re: Selecting XML Parsers

2004-01-12 Thread Stefan Bodewig
On Mon, 12 Jan 2004, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > Question 1: How important is caching here? I presume > it is important. > > Assuming it is important to cache, what I could do is use a static > WeakHashMap (JDK 1.2) to keep the references based on the effective > classload

Re: DO NOT REPLY [Bug 26020] New: - Writing to a file.

2004-01-12 Thread Stefan Bodewig
On Mon, 12 Jan 2004, Conor MacNeill <[EMAIL PROTECTED]> wrote: > >> > The scenario we have to cater for is a single recorder class (and >> > associated static table) spanning multiple builds. >> >> What does the current implementation do in this case? > > I believe it tries to write to a closed

Re: [VOTE] Bug Tracking System

2004-01-12 Thread Steve Loughran
Jeff Turner wrote: Hi, Disclaimer: I work for Atlassian, the company responsible for Jira. I've had my Apache hat a good deal longer though. These all seem reasonable comments; I like your honesty about the limitations. As nobody has stood up and accused the product of being outright evil (whic

Re: [VOTE] Bug Tracking System

2004-01-12 Thread Nicola Ken Barozzi
Jeff Turner wrote: Hi, Disclaimer: I work for Atlassian, the company responsible for Jira. I've had my Apache hat a good deal longer though. I have always said that Bugzilla was fine for me, no need to change. Then I tried JIRA, and find it generally nicer, but for the use I make of it, no real b

DO NOT REPLY [Bug 26057] New: - Need CutFilter in FilterChain

2004-01-12 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://nagoya.apache.org/bugzilla/show_bu

Re: [VOTE] Bug Tracking System

2004-01-12 Thread Jeff Turner
Hi, Disclaimer: I work for Atlassian, the company responsible for Jira. I've had my Apache hat a good deal longer though. On Mon, Jan 12, 2004 at 10:24:44AM +, Steve Loughran wrote: > Conor MacNeill wrote: > >Hi all, > > > >Another infrastructure issue to consider. The ASF is currently insta

RE: DO NOT REPLY [Bug 26020] New: - Writing to a file.

2004-01-12 Thread Conor MacNeill
> From: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED] > Sent: Monday, 12 January 2004 11:10 PM > To: Ant Developers List > > For that, you really need the to be able to stop and start > the recorder as many times as you may want (which means appending). > Going back to the bug text, I see that t

RE: Selecting XML Parsers

2004-01-12 Thread Jose Alberto Fernandez
I took a look at JAXPUtils to try to make it use classloaders and found that the class is doing static caching. What this means is that once one parser is found (using whichever classloader as specified in the ContextClassLoader) the class will return the same parser no matter what. Question 1:

RE: DO NOT REPLY [Bug 26020] New: - Writing to a file.

2004-01-12 Thread Jose Alberto Fernandez
Just to interject myself in the conversation :-) The main usage for me of recording is to be able to extract the output of specific (probably scatered) sections of the build (maybe with a higher level of logging). For that, you really need the to be able to stop and start the recorder as many tim

RE: DO NOT REPLY [Bug 26020] New: - Writing to a file.

2004-01-12 Thread Conor MacNeill
> > The scenario we have to cater for is a single recorder class (and > > associated static table) spanning multiple builds. > > What does the current implementation do in this case? > > Stefan > I believe it tries to write to a closed file. Conor

Re: DO NOT REPLY [Bug 26020] New: - Writing to a file.

2004-01-12 Thread Stefan Bodewig
On Mon, 12 Jan 2004, Conor MacNeill <[EMAIL PROTECTED]> wrote: > The scenario we have to cater for is a single recorder class (and > associated static table) spanning multiple builds. What does the current implementation do in this case? Stefan --

FW: APIDocs online?

2004-01-12 Thread Jan . Materne
If I remember right, we had a nice comment online before 1.6 ... Something like "no official online; latest on nagoya; see your local copy" Jan -Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 5:55 AM To: Ant Users List Subject: RE: APIDoc

RE: DO NOT REPLY [Bug 26020] New: - Writing to a file.

2004-01-12 Thread Conor MacNeill
> > This is where the backwards incompatiblity comes in, right? > That and the fact that a recorder will no longer have a Build Successful message, etc. > > Can the task keep track of files it has opened during the current > build and make append default to true if a given file has been used > be

Re: DO NOT REPLY [Bug 26020] New: - Writing to a file.

2004-01-12 Thread Stefan Bodewig
On Sun, 11 Jan 2004, Conor MacNeill <[EMAIL PROTECTED]> wrote: > IOW, when a recorder is stopped, the file is closed and no other > output is written to the recorder file. This seems to be the correct > behaviour to me. I agree. > Also, to capture both messages would require an append on the sec

Re: New external task

2004-01-12 Thread Stefan Bodewig
Change committed, should become visible in a few hours. Cheers Stefan -- http://stefanbodewig.blogger.de/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: ant/xdocs external.xml

2004-01-12 Thread bodewig
bodewig 2004/01/12 02:38:01 Modified:docs external.html xdocsexternal.xml Log: Add pointer to AntTimerTask Submitted by: Mario Jeckle Revision ChangesPath 1.151 +51 -0 ant/docs/external.html Index: external.html

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

2004-01-12 Thread bodewig
bodewig 2004/01/12 02:30:25 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/main/org/apache/tools/ant/launch Tag: ANT_16_BRANCH Locator.java Log: Merge from HEAD Revision ChangesPath No revision No

Re: [VOTE] Bug Tracking System

2004-01-12 Thread Steve Loughran
Antoine Lévy-Lambert wrote: I have just had a look at the JIRA web site, and their product looks nicer than bugzilla. So [x] +1 Bugzilla sucks - go to Jira [ ] -1 BugZilla rocks - if it ain't broke, don't fix it. I hope that the other Apache projects will be positive to migrate to JIRA, becau

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

2004-01-12 Thread bodewig
bodewig 2004/01/12 02:29:01 Modified:.WHATSNEW src/main/org/apache/tools/ant/launch Locator.java Log: Class.getClassLoader may return null for the system classloader Revision ChangesPath 1.521 +7 -4 ant/WHATSNEW Index: WHATSNEW =

Re: [VOTE] Bug Tracking System

2004-01-12 Thread Steve Loughran
Conor MacNeill wrote: Hi all, Another infrastructure issue to consider. The ASF is currently installing a JIRA instance (http://www.atlassian.com/software/jira/). Each ASF project will need to decide whether it wishes to move to the new system or stay with BugZilla. If moving, all current BugZ

Re: [VOTE] Bug Tracking System

2004-01-12 Thread Jeff Turner
On Sun, Jan 11, 2004 at 02:40:33PM +0100, Antoine Lévy-Lambert wrote: ... > Hi Jeff, > > I have tried the popular issues link : > http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10388&report=popular > > from > the ant's main page : > http://nagoya.apache.org/jira/secure/BrowseProjec

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

2004-01-12 Thread bodewig
bodewig 2004/01/12 02:21:08 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH WhichResource.java Log: Merge from HEAD Revision ChangesPath No revision No

cvs commit: ant WHATSNEW

2004-01-12 Thread bodewig
bodewig 2004/01/12 02:19:45 Modified:.WHATSNEW Log: Revert, and learn reading. Revision ChangesPath 1.520 +2 -2 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v

cvs commit: ant WHATSNEW

2004-01-12 Thread bodewig
bodewig 2004/01/12 02:19:12 Modified:.WHATSNEW Log: Oops, the change shouldn't break anything Revision ChangesPath 1.519 +2 -2 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/an

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

2004-01-12 Thread bodewig
bodewig 2004/01/12 02:15:56 Modified:.WHATSNEW src/etc/testcases/taskdefs whichresource.xml src/main/org/apache/tools/ant/taskdefs WhichResource.java src/testcases/org/apache/tools/ant/taskdefs WhichResourceTest

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

2004-01-12 Thread bodewig
bodewig 2004/01/12 02:07:23 Added: src/etc/testcases/taskdefs whichresource.xml src/testcases/org/apache/tools/ant/taskdefs WhichResourceTest.java Log: Failing unit tests for whichresource Revision ChangesPath 1.1

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

2004-01-12 Thread bodewig
bodewig 2004/01/12 00:17:28 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH import.html macrodef.html docs/manual/CoreTypes Tag: ANT_16_BRANCH propertyset.html src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH

DO NOT REPLY [Bug 25776] - Ant requires

2004-01-12 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 25775] - Ant requires

2004-01-12 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 25775] - Ant requires

2004-01-12 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://nagoya.apache.org/bugzilla/show_bu

RE: [VOTE] Bug Tracking System

2004-01-12 Thread Jan . Materne
> >>If moving, all current BugZilla issues will be migrated. > > > >This is the most important feature to me, otherwise I don't care too > >much. I'm not unhappy with Bugzilla but not thrilled by it either. > > > I would agree with Stefan, although I rather like bugzilla. > > Peter I´m familiar

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

2004-01-12 Thread bodewig
bodewig 2004/01/12 00:01:41 Modified:docs/manual/CoreTasks macrodef.html docs/manual/CoreTypes propertyset.html src/main/org/apache/tools/ant/taskdefs MacroDef.java Log: 2004 Revision ChangesPath 1.9 +1 -1 ant/docs/manual/CoreTasks

RE: [VOTE] New Ant Wiki

2004-01-12 Thread Jan . Materne
Yep, +1 for a Wiki and mails to dev-list. But should have a standard subject prefix, so rules can be applied for sorting. Jan > -Original Message- > From: Conor MacNeill [mailto:[EMAIL PROTECTED] > Sent: Friday, January 09, 2004 11:33 AM > To: [EMAIL PROTECTED] > Subject: [VOTE] New Ant W