DO NOT REPLY [Bug 15730] - StarTeam performance enhancement

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

DO NOT REPLY [Bug 18884] - stcheckout should handle a convertCRLF flag

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

RE: antlib

2003-04-22 Thread Stu Halloway \(DevelopMentor\)
Happy to help out if I can, and Erik's right, I haven't been monitoring the dev list lately. :-) Stu 4) A framework for managing classloaders where you can specify which classloader to use when loading an antlib. We ought to get Stuart Halloway involved in this effort. He's got a lot of

Re: antlib

2003-04-22 Thread Nicola Ken Barozzi
Antoine Levy-Lambert wrote, On 21/04/2003 23.23: ... I would like, based on this email, to read what you find OK and what should be changed in the antlib proposal. Once I have the comments from everybody on the list, we might put them together in a document - including conflicting views if any -

Re: antlib

2003-04-22 Thread Antoine Levy-Lambert
- Original Message - From: Erik Hatcher [EMAIL PROTECTED] Also keep in mind that we can use XDoclet to generate these descriptors, if that seems like the right thing to do. I'd be happy to help out with that generation. OK - feel free to add a target in the proposals build.xml to

Re: antlib

2003-04-22 Thread Antoine Levy-Lambert
- Original Message - From: Stu Halloway (DevelopMentor) [EMAIL PROTECTED] Sent: Tuesday, April 22, 2003 5:08 AM Subject: RE: antlib Happy to help out if I can, and Erik's right, I haven't been monitoring the dev list lately. :-) Stu I will be happy too if you review the code of the

cvs commit: ant/xdocs external.xml

2003-04-22 Thread bodewig
bodewig 2003/04/22 00:38:02 Modified:docs external.html xdocsexternal.xml Log: Update Antenna's description. Submitted by: Joerg Pleumann joerg at pleumann dot de Revision ChangesPath 1.112 +11 -6 ant/docs/external.html Index:

Re: antlib / ruper task

2003-04-22 Thread Nicola Ken Barozzi
Antoine Levy-Lambert wrote, On 22/04/2003 9.50: ... I am searching for documentation about ruper. I found this http://krysalis.org/cgi-bin/krywiki.pl?Ruper I see that the ruper task depends on common-vfs. If we use Ruper for antlib, which can be very good, then we are making ant core dependent

DO NOT REPLY [Bug 19213] New: - Further Cleanup of the ClasspathUtils.

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

AW: [VOTE] propertycopy

2003-04-22 Thread Jan . Materne
I took a look at cvs log http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ant-contrib/ant-contrib/src/n et/sf/antcontrib/property/PropertyCopy.java The initial version was introduced by SF-user carnold (Curt Arnold) later modifications by SF-user bodewig (Stefan Bodewig). Maybe we can ask them

Re: AW: [VOTE] propertycopy

2003-04-22 Thread peter reilly
And the original author was Matthew Inger. Peter On Tuesday 22 April 2003 10:43, [EMAIL PROTECTED] wrote: I took a look at cvs log http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ant-contrib/ant-contrib/src/ n et/sf/antcontrib/property/PropertyCopy.java The initial version was introduced by

Re: Test failures (Gump is coming to tell us anyway ...)

2003-04-22 Thread peter reilly
Hi, Your guess is nearly right, I originally used beanshell, after modifying it to use apache BSF. When submitting I modified the tests to use javascript, but missed the test to check if script is available. Cheers, Peter On Tuesday 15 April 2003 07:39, Stefan Bodewig wrote: In addition,

Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors ExtendSelector.java

2003-04-22 Thread peter reilly
On Tuesday 15 April 2003 01:05, Conor MacNeill wrote: I have some questions about this patch On Tue, 15 Apr 2003 03:21 am, [EMAIL PROTECTED] wrote: +Project.setProjectOnObject(project, o); Why is this a static method rather than a plain method like this:

RE: antlib

2003-04-22 Thread Dominique Devienne
I agree with Stefan. I much prefer to have AntLib *specified*, as in a specification of the contract an AntLib must fullfil to be usable but Ant, than working on the tools themselves to package an AntLib (XDoclet or whatever else), or even an auto-download feature (I've looked at Ruper, and I'm

Re: cvs commit: ant/src/main/org/apache/tools/ant/types ZipFileSet.java defaults.properties

2003-04-22 Thread Stefan Bodewig
On Sat, 19 Apr 2003, Antoine Levy-Lambert [EMAIL PROTECTED] wrote: I have coded the calls to the getters of ZipFileSet similarly to the getters of FileSet or AbstractFileSet in Zip.java. They are the way they look right now because FileSet is much older than ProjectComponent and thus didn't

Re: antlib

2003-04-22 Thread Stefan Bodewig
On Tue, 22 Apr 2003, Dominique Devienne [EMAIL PROTECTED] wrote: I agree with Stefan. Cool. Now if only I could find time to respond to Antoine's original mail. 8-) Will try very hard tomorrow. Regarding AntLib itself, XML descriptor or not, I'm more interested in being able to partition

Re: [GUMP] Test Failure - Ant

2003-04-22 Thread Antoine Levy-Lambert
- Original Message - From: Stefan Bodewig [EMAIL PROTECTED] Sent: Tuesday, April 22, 2003 5:50 PM * In the code of the War.java task, the lib attribute is defined as a ZipFileSet. In the documentation, the same lib attribute is defined as a FileSet. Should we fix the code or the

Re: antlib

2003-04-22 Thread peter reilly
A flat namespace is a bit problematic :- for example: is containsregexp a filter, condition or a selector The antlib proposal does provide associating the same name to different classes using roles. If a flat namespace is used, there is not much point in proceeding with the xml based

RE: antlib / ruper task

2003-04-22 Thread Dominique Devienne
Works just fine for the purpose of doing gets... We don't require anything fancy here. Getting files thru HTTP with timestamp works for me, and has been for a while. I've even done simple stuff like extracting properties from the HTTP header at the same time I'm getting a file (properties added by

RE: antlib

2003-04-22 Thread Jose Alberto Fernandez
From: Dominique Devienne [mailto:[EMAIL PROTECTED] I agree with Stefan. I much prefer to have AntLib *specified*, as in a specification of the contract an AntLib must fullfil to be usable but Ant, than working on the tools themselves to package an AntLib (XDoclet or whatever else), or

Re: antlib / ruper task

2003-04-22 Thread Steve Loughran
Dominique Devienne wrote: Works just fine for the purpose of doing gets... We don't require anything fancy here. Getting files thru HTTP with timestamp works for me, and has been for a while. I've even done simple stuff like extracting properties from the HTTP header at the same time I'm getting a

Re: antlib

2003-04-22 Thread Steve Loughran
Jose Alberto Fernandez wrote: Hi guys, I would propose to that instead of antlib calling ruper, the rupper people can provide a ruperautoload task (or whatever other name you want) that will do all the finding and downloading and then will invoque antlib. If we do this, then we can concentrate

cvs commit: ant/src/testcases/org/apache/tools/ant/filters NoNewLineTest.java HeadTailTest.java

2003-04-22 Thread umagesh
umagesh 2003/04/22 11:23:55 Modified:.WHATSNEW build.xml docs/manual/CoreTypes filterchain.html src/etc/testcases/filters build.xml src/etc/testcases/filters/expected head-tail.headtail.test

ERROR: unknown key letter (cm1)

2003-04-22 Thread Nafis Patel
Hello, Anyone has solution/cause for following error. Thanks Nafis [pvcs] Getting files [pvcs] Executing get -N @/tmp_mnt/home/auto/ch1npat1/pvcs_ant_5070228153567178712.log Execute:Java13CommandLauncher: Executing 'get' with arguments: '-N'

Backward incompatible change in war task?

2003-04-22 Thread Gianugo Rabellino
Hi there, probably some of you are already aware of this problem since I posted about it on the Gump ML. I've never been a power ant user, and I never participated in the ant development process so please forgive me if this discussion has been already done in the past (apart from

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

2003-04-22 Thread antoine
antoine 2003/04/22 15:12:53 Modified:src/main/org/apache/tools/ant/taskdefs Java.java docs/manual/CoreTasks java.html src/etc/testcases/taskdefs java.xml src/testcases/org/apache/tools/ant/taskdefs JavaTest.java Log: allow to set a

DO NOT REPLY [Bug 19237] New: - SSHExec task should fail if remote command fails

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

Fwd: Xindice: a final suggestion

2003-04-22 Thread Erik Hatcher
FYI. Begin forwarded message: From: Gianugo Rabellino [EMAIL PROTECTED] Date: Tue Apr 22, 2003 1:35:06 PM US/Eastern To: Gump code and data gump@jakarta.apache.org Subject: Xindice: a final suggestion Reply-To: Gump code and data gump@jakarta.apache.org As some of you might have noticed,