RE: ResourceCollections

2005-04-01 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > It's just the package names are quite long. Could > we > > auto-alias the uris so that the user setup might > be > > like below? > > > > > xmlns:fs="ant.fileselectors" > > xmlns:rs="ant.resourceselectors"> > > I'd prefer a

DO NOT REPLY [Bug 34229] - Need ability to intercept calls to System.setSecurityManager() from embedded environment

2005-04-01 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: ResourceCollections

2005-04-01 Thread Dominique Devienne
> > What's difficult already? > > It's like a Java import basically. > > You declare what you're using. What's wrong with > > that? --DD > > hmm... using the project attributes: > > xmlns:fs="antlib:org.apache.tools.ant.types.selectors" > xmlns:rs="antlib:org.apache.tools.ant.types.reso

RE: ResourceCollections

2005-04-01 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > assuming my concern that users wouldn't bother > using > > something that requires extra setup (per > project!), > > what other things could we do to increase > > ease-of-setup for antlibs? > > What's difficult already? > It's like a Java impor

RE: ResourceCollections

2005-04-01 Thread Dominique Devienne
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > >what other things could we do to increase > >ease-of-setup for antlibs? > > > Not use xml namespaces ;-) Jokes apart, is that possible or desirable? Are you having second thoughts about their use Peter? I'm using them extensively, and like them,

Re: ResourceCollections

2005-04-01 Thread Peter Reilly
Matt Benson wrote: what other things could we do to increase ease-of-setup for antlibs? Not use xml namespaces ;-) Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cvs commit: ant/docs contributors.html

2005-04-01 Thread Dominique Devienne
> From: Dominique Devienne [mailto:[EMAIL PROTECTED] > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Log: DD is opinionated! > > Well, he's French too, so he English is sometimes lacking ;-) --DD ^^ his I don't think I could have made my point any better

RE: cvs commit: ant/docs contributors.html

2005-04-01 Thread Dominique Devienne
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Log: DD is opinionated! Well, he's French too, so he English is sometimes lacking ;-) --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

RE: ResourceCollections

2005-04-01 Thread Dominique Devienne
> First, why so? (<-- an honest question.) I tink I answered that one ahead of time ;-) > assuming my concern that users wouldn't bother using > something that requires extra setup (per project!), > what other things could we do to increase > ease-of-setup for antlibs? What's difficult already?

Re: ResourceCollections

2005-04-01 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > --- Peter Reilly <[EMAIL PROTECTED]> wrote: > > Matt Benson wrote: > > > > >I also like the idea of using antlibs, but do we > > then > > >indicate that the user must explicitly set up the > > >namespace prefixes or do we assign them > > automagically?

cvs commit: ant/docs contributors.html

2005-04-01 Thread mbenson
mbenson 2005/04/01 11:15:34 Modified:xdocscontributors.xml docs contributors.html Log: DD is opinionated! Revision ChangesPath 1.38 +1 -1 ant/xdocs/contributors.xml Index: contributors.xml ===

Re: ResourceCollections

2005-04-01 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: > > >I also like the idea of using antlibs, but do we > then > >indicate that the user must explicitly set up the > >namespace prefixes or do we assign them > automagically? > > If the former, will anybody use them? If the > latter,

RE: ResourceCollections

2005-04-01 Thread Dominique Devienne
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > Matt Benson wrote: > >I also like the idea of using antlibs, but do we then > >indicate that the user must explicitly set up the > >namespace prefixes or do we assign them automagically? > > If the former, will anybody use them? If the latter, > >wh

Re: ResourceCollections

2005-04-01 Thread Peter Reilly
Matt Benson wrote: I also like the idea of using antlibs, but do we then indicate that the user must explicitly set up the namespace prefixes or do we assign them automagically? If the former, will anybody use them? If the latter, what prefixes to use? The user must explicitly set them up. Pete

RE: ResourceCollections

2005-04-01 Thread Matt Benson
I also like the idea of using antlibs, but do we then indicate that the user must explicitly set up the namespace prefixes or do we assign them automagically? If the former, will anybody use them? If the latter, what prefixes to use? -Matt --- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > F

[Ant Wiki] Update of "AntNewbies" by MatthewSherian

2005-04-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by MatthewSherian: http://wiki.apache.org/ant/AntNewbies -- '''Answer #

RE: ResourceCollections

2005-04-01 Thread Dominique Devienne
> From: Matt Benson [mailto:[EMAIL PROTECTED] > 3) I'd rather not hard-code selector types. > > what other options exist? A built-in Antlib for > namespacing the ResourceSelector types? A > DynamicElement ResourceSelectorContainer? Yeah, I'm surprised we don't have these built-in AntLibs alread

Re: ResourceCollections

2005-04-01 Thread Matt Benson
If we are going to add a ResourceSelector, 1) the interface and implementations will primarily be relevant only to the "restrict" ResourceCollection. 2) things like And, Or, Not will be needed. 3) I'd rather not hard-code selector types. what other options exist? A built-in Antlib for namespac

Re: ResourceCollections

2005-04-01 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 31 Mar 2005, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > We are adding getInputStream to Resource. > However, > > without changing the FileSelector interface (bad), > > more than bad. > > > its ability to interact with Resources is limi

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

2005-04-01 Thread Vincent Ryan
Hello Steve, It's certainly true that the jarsigner tool has not kept pace with recent PKI developments in the J2SE platform. For example, J2SE 1.4 introduced an API for cert path validation and J2SE 1.5 introduced support for cert revocation checking using OCSP and enhancements to the existing CR

DO NOT REPLY [Bug 26632] - rexec hangs

2005-04-01 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 26632] - rexec hangs

2005-04-01 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 34229] - Need ability to intercept calls to System.setSecurityManager() from embedded environment

2005-04-01 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: ResourceCollections

2005-04-01 Thread Stefan Bodewig
On Thu, 31 Mar 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > We are adding getInputStream to Resource. However, > without changing the FileSelector interface (bad), more than bad. > its ability to interact with Resources is limited. We could > possibly create a new ResourceSelector interface.

DO NOT REPLY [Bug 34119] - [chmod] Warning: UNIXProcess.forkAndExec native error: The parameter or environment lists are too long.

2005-04-01 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 34229] - Need ability to intercept calls to System.setSecurityManager() from embedded environment

2005-04-01 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 27814] - javadoc task does not encode baskslashes when generating file list by useexternalfile

2005-04-01 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